PUT /v2/security/settings/plan
To update CSPM plan coverage, send a PUT request to /v2/security/settings/plan.
Servers
- https://api.digitalocean.com
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
tier_coverage |
Object | No |
Scan coverage for each available plan tier. |
tier_coverage.name |
Object | No | |
tier_coverage.name.resources[] |
Array | No |
The URNs of resources to scan for the tier. |
tier_coverage.name.tags[] |
Array | No |
Resource tags to scan for the tier. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.