NSX-T Data Center Global Manager REST API

Management Plane API

Associated URIs:

API Description API Path

Get Effective Cloud Native Service Instances that belong to this group.


Returns Effective Cloud Native Service Instances that belong to this group.
This API is applicable only for Groups containing CloudNativeServiceInstance member type.
For Groups containing other member types,it returns an empty list.
GET /global-manager/api/v1/global-infra/domains/{domain-id}/groups/{group-id}/members/cloud-native-service-instances

Get Effective Identity Groups that belong to this group.


Returns Effective Identiy Groups that belong to this group.
This API is applicable only for Groups containing IdentityGroup member type.
For Groups containing other member types,it returns an empty list.
GET /global-manager/api/v1/global-infra/domains/{domain-id}/groups/{group-id}/members/identity-groups

Get Effective IPGroups that belong to this group.


Returns effective IPGroups that belong to this group.
This API is applicable only for Groups containing IPSet member type.
For Groups containing other member types,it returns an empty list.
GET /global-manager/api/v1/global-infra/domains/{domain-id}/groups/{group-id}/members/ip-groups

Get Effective Physical Server Members that belong to this group.


Returns Effective Physical Server Members that belong to this group.
This API is applicable only for Groups containing Physical Server member type.
For Groups containing other member types,it returns an empty list.
GET /global-manager/api/v1/global-infra/domains/{domain-id}/groups/{group-id}/members/physical-servers
Additional Links