Patch Policy Settings

Patch Policy Settings

Update only provided settings in the policy.

Request
URI
PATCH
https://{api_host}/suite-api/api/policies/{id}/settings
COPY
Path Parameters
string
id
Required

Policy identifier to update


Request Body

Only the specified fields in the settings will be applied to the provided policy

policy-settings of type(s) application/json
Required
"{\n  \"vcPricingSettings\" : {\n    \"pricingPolicyStatus\" : {\n      \"enabled\" : false\n    }\n  }\n}"
object
vcPricingSettings
Optional

Model representing VC pricing settings.

object
workloadAutomationSettings
Optional

Model representing Workload Automation settings.

object
capacitySettings
Optional

Model representing capacity section.

Authentication
This operation uses the following authentication methods.
Responses
204

Policy settings was updated.

Operation doesn't return any data structure

400

An invalid request body was specified

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}'