policy
batch query v2 by actions/v2批量查询策略
batch query policies by actions
post/api/v2/policy/systems/{system_id}/query_by_actions/
Request body
Example request
{
"actions": [
{
"id": "edit"
}
],
"resources": [
{
"id": "framework",
"system": "bk_paas",
"type": "app"
}
],
"subject": {
"id": "admin",
"type": "user"
}
}Response
OK
Example response
[
{
"action": {
"id": "edit"
}
}
]Changes
Changed in 2 of the 8 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲