URL
GET https://{api-url}/api/v2/tenants/{tenantId}/policies/management/{id}/action/run
Sample URLs
https://{api-url}/api/v2/tenants/client_105261/policies/management/2327/action/run
Status code
200 OK
Sample response
{
"status": 200,
"entity": "Request to run the policy has been initiated",
"metadata": {},
"headers": {},
"length": -1,
"cookies": {},
"allowedMethods": [],
"actualEntity": "Request to run the policy has been initiated",
"links": [],
"statusInfo": {
"family": "SUCCESSFUL",
"statusCode": 200,
"reasonPhrase": "OK"
},
"stringHeaders": {}
}