Get Policy Settings

Get Policy Settings

Get the policy settings for the specified identifier.
NOTE: Currently, only one resource kind is supported.

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

Policy identifier to get

Query Parameters
string of array
type
Required

Types of policy settings to retrieve.

boolean
includeInherited
Optional
Constraints: default: false

True to obtain complete configuration, included inherited settings from parent policies

string
adapterKind
Optional

The adapter kind identifier

string of array
resourceKind
Optional

The resource kind identifiers


Authentication
This operation uses the following authentication methods.
Responses
200

The policy settings for the specified identifier.

Returns policy-settings of type(s) application/json
"{\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.


404

There is no policy for the specified identifier.

Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/policies/{id}/settings?type=v