Apply Policy Using POST
Applies policy to the given groups.
Request
URI
POST
https://{api_host}/api/policies/apply
COPY
Request Body
The Policy object carrying id and name of the policy
policy-groups of type(s) application/json
Required
Show optional properties
{
"groups": [
{}
],
"id": "string"
}
{
"groups": [
"string"
],
"id": "string"
}
array of string
groups
Required
Collection of groups to which the policy should be applied
string As uuid As uuid
id
Required
Policy Identifier
Responses
200
The policy is applied successfully
Operation doesn't return any data structure