Get Group Tags
Get tags used to define conditions inside a Group. Also includes tags inside nested groups.
Request
URLURL
https://nsxmanager.your.domain/policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/tags
Parameters
Parameters
string
domain-id
Required
Domain id
string
group-id
Required
Group Id
Response
Response
Response BodyResponse Body
200 OK returns
GroupTagsList
{
"results": [
{
"member_type": "string",
"tags": [
"string"
]
}
]
}
array of
GroupMemberTagsList
results
Required
Collection of tags used in a policy group listed per member type
cURL Command
curl https://nsxmanager.your.domain/policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/tags
Errors
404
The requested resource could not be found but may be available again in the future.
500
The server encountered an unexpected condition which prevented it from fulfilling the request.
503
The server is currently unavailable (because it is overloaded or down for maintenance).
On This Page
Groups Operations
delete
get
get
get
patch