v1
latestSwagger 2.02026-07-175271155.8 KBopen
policy get
get a policy
get/api/v1/systems/{system_id}/policies/{policy_id}/
Path parameters
system_idstring required
System ID
policy_idstring required
Policy ID
Response
OK
Example response
{
"data": {
"action": {
"id": "edit"
},
"expired_at": 4102444800,
"id": 100,
"subject": {
"id": "admin",
"name": "Administer",
"type": "user"
},
"system": "bk_test",
"version": "1"
}
}