[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
Apply Policy
DescriptionApplies policy to the given groups.
Request
URLURL
https://localhost/suite-api/api/policies/apply
Request Body
Request Body
policy-groups
of type(s) application/json, application/xml
Required
The Policy object carrying id and name of the policy
Authentication
This operation uses the following authentication methods.
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"groups":["string"],"id":"string"}' https://localhost/suite-api/api/policies/apply
[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations