This API call retrieves information on management zone permissions for specific user group.
To execute this request, you need the Service Provider API (ServiceProviderAPI
) permission assigned to your API token. Generate your API token via Cluster Management Console (CMC). To learn how to obtain and use it, see Cluster API - Authentication.
/api/v1.0/onpremise/groups/managementZones
Group ID path parameter. Missing or empty values will return a 'Bad Request'.
Should include empty entries in response
No ID information received for the request to get group MZ permissions
Group not found
MzPermissionsForGroup
objectGroup ID
List of management zone permissions per environment
MzListForEnvironment
objectEnvironment UUID
MzPermissionsList
objectThe ID of the required management zone
The list of permissions for the required management zone
DEMO_USER
LOG_VIEWER
MANAGE_SECURITY_PROBLEMS
MANAGE_SETTINGS
REPLAY_SESSION_DATA
REPLAY_SESSION_DATA_WITHOUT_MASKING
VIEWER
VIEW_SECURITY_PROBLEMS
VIEW_SENSITIVE_REQUEST_DATA
{"groupId": "string","mzPermissionsPerEnvironment": [{"environmentUuid": "string","mzPermissions": [{"mzId": "string","permissions": ["DEMO_USER"]}]}]}
This API call retrieves information on management zone permissions for salesgroup
user group.
curl -X 'GET' \'https://mymanaged.cluster.com/api/v1.0/onpremise/groups/managementZones/salesgroup' \-H 'accept: application/json' \-H 'Authorization: Api-Token dt0c01.FDAI5YOMUQDKWFTPGON3V7SR.IE7R5J2Q4ZX5G67EKBTW7GT7T2H4GL3O6BV7CT53CCITSSS35PA3HAQDSJGY4C7W'
https://mymanaged.cluster.com/api/v1.0/onpremise/groups/managementZones/salesgroup
{"groupId": "salesgroup","mzPermissionsPerEnvironment": [{"environmentUuid": "5c6cf54c-5fe3-47e8-af18-54439090370b","mzPermissions": [{"mzId": "-3223778520145835472","permissions": ["REPLAY_SESSION_DATA","VIEWER","MANAGE_SECURITY_PROBLEMS","REPLAY_SESSION_DATA_WITHOUT_MASKING"]}]}
200