SharedPolicyGroups
Get a shared policy group
get/shared-policy-groups/{sharedPolicyGroupId}
Path parameters
sharedPolicyGroupIdstring required
The unique ID of the shared policy group
Response
Shared policy group found
Example response
{
"crossId": "5e2b3b3b-3b3b-3b3b-3b3b-3b3b3b3b3b3b",
"name": "My Shared Policy Group",
"description": "This is a shared policy group",
"prerequisiteMessage": "The resource cache \"my-cache\" is required",
"version": 1,
"apiType": "MESSAGE",
"originContext": {
"origin": "MANAGEMENT"
},
"phase": "REQUEST",
"deployedAt": "2020-01-01T00:00:00Z",
"createdAt": "2020-01-01T00:00:00Z",
"updatedAt": "2020-01-01T00:00:00Z",
"lifecycleState": "DEPLOYED"
}