Get Access Policy
Get the access policy
Request
URI
GET
https://{api_host}/api/v2/accesspolicy
COPY
Responses
200
successful operation
Returns ResponseContainerAccessPolicy of type(s) application/json
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": {
"lastUpdatedMs": 0,
"policyRules": [
{
"name": "string",
"description": "string",
"subnet": "string",
"action": "string"
}
],
"customer": "string"
}
}