List Directory Group Member Groups
A member group could be either direct member of the group specified by group_id or nested member of it. Both direct member groups and nested member groups are returned.
Use the following Policy API -
GET /policy/api/v1/infra/firewall-identity-stores/<firewall-identity-store-id>/groups/<group-id>/member-groups
Directory domain identifier
Directory group identifier
Opaque cursor to be used for getting next page of records (supplied by current result page)
Comma separated list of fields that should be included in query result
Maximum number of results to return in this page (server may return fewer)
sort_ascending
Field by which records are sorted
OK
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {},
"cursor": "string",
"result_count": 0,
"sort_ascending": false,
"sort_by": "string",
"results": [
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {},
"_revision": 0,
"_create_time": 0,
"_create_user": "string",
"_last_modified_time": 0,
"_last_modified_user": "string",
"_protection": "string",
"_system_owned": false,
"description": "string",
"display_name": "string",
"id": "string",
"resource_type": "string",
"tags": [
{
"scope": "string",
"tag": "string"
}
],
"group_distinguished_name": "string",
"group_id": "string",
"member_group_distinguished_name": "string",
"member_group_id": "string",
"nested": false
}
]
}
curl -H 'Authorization: <value>' https://{api_host}/api/v1/directory/domains/{domain-id}/groups/{group-id}/member-groups