Endpoint
/api/v2/tenants/{tenantId}/policies/management/{id}/action/run
Path Parameters
tenantId
string

id
string

Responses

OK

actualEntity
string

allowedMethods
array

cookies
object

entity
string

headers
object

length
integer

links
array

metadata
object

status
integer

statusInfo
object

statusInfo.family
statusInfo.reasonPhrase
statusInfo.statusCode
stringHeaders
object

{
  "actualEntity": "Request to run the policy has been initiated",
  "allowedMethods": [],
  "cookies": {},
  "entity": "Request to run the policy has been initiated",
  "headers": {},
  "length": -1,
  "links": [],
  "metadata": {},
  "status": 200,
  "statusInfo": {
    "family": "SUCCESSFUL",
    "reasonPhrase": "OK",
    "statusCode": 200
  },
  "stringHeaders": {}
}