Get Plan Access Policies
Select
SaaS
Customer Managed
This operation returns information on plan access policies.
Path Parameters
- PlanId string required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Plan Access Policies
Schema
role object
categoryPermission object
{
"role": {
"roleId": 0,
"roleName": "string"
},
"categoryPermission": {
"categoriesPermissionList": [
{
"permissionId": 0,
"permissionName": "string"
}
]
}
}
{
"role": {
"roleId": 1018,
"roleName": " Plan A access policies "
},
"categoryPermission": {
"categoriesPermissionList": [
{
"permissionId": 24,
"permissionName": "EndUser Access"
}
]
}
}
GET /v2/plan/:planid/accesspolicies
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/v2/Plan/:PlanId/AccessPolicies' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/v2/Plan/:PlanId/AccessPolicies' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/v2/Plan/:PlanId/AccessPolicies' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/v2/Plan/:PlanId/AccessPolicies' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/v2/Plan/:PlanId/AccessPolicies' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/v2/Plan/:PlanId/AccessPolicies' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/v2/Plan/:PlanId/AccessPolicies' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'