open
policy list
list policies of a action
get/api/v1/systems/{system_id}/policies/
Path parameters
system_idstring required
System ID
Query parameters
action_idstring required
pageinteger
page_sizeinteger
timestampinteger
type'abac' | 'rbac'
Response
OK
Example response
{
"data": {
"count": 120,
"metadata": {
"action": {
"id": "edit"
},
"system": "bk_test",
"timestamp": 1592899208
},
"results": [
{
"expired_at": 4102444800,
"id": 100,
"subject": {
"id": "admin",
"name": "Administer",
"type": "user"
},
"version": "1"
}
]
}
}Changes
Changed in 2 of the 8 revisions of this API.22
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ○
endpoint added
endpoint-added
- ▲
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ○
endpoint added
endpoint-added
- ▲