NSX-T Data Center Global Manager REST API
GroupMemberTagsList (type)
{
"additionalProperties": false,
"description": "Collection of tags used in a policy group for a particular member type",
"id": "GroupMemberTagsList",
"module_id": "PolicyGroupRealization",
"properties": {
"member_type": {
"required": true,
"title": "Member type for which we will list the tags",
"type": "string"
},
"tags": {
"items": {
"type": "string"
},
"required": true,
"title": "List of tags for the member type",
"type": "array"
}
},
"title": "Group tags list for a particular member type",
"type": "object"
}