NSX-T Data Center REST API

Get Effective Cloud Native Service Instances of the specified NSGroup. (Deprecated)

Returns effective cloud native service instances of the specified NSGroup.
This API is applicable only for NSGroups containing CloudNativeServiceInstance member type.
For NSGroups containing other member types,it returns an empty list. target_id in response
is external_id of CloudNativeServiceInstance
Deprecated: This API is deprecated. Please use below policy API /infra/domains//groups//members/cloud-native-service-instances to get effective Cloud native service instances of a Group.

Request:

Method:
GET
URI Path(s):
/api/v1/ns-groups/{ns-group-id}/effective-cloud-native-service-instance-members
Request Headers:
n/a
Query Parameters:
ListRequestParameters+
Request Body:
n/a

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
EffectiveMemberResourceListResult+

Example Response:

{ "cursor" : "00361f148bdc-fe7c-4320-8ef3-594e28d57c87Iws-2", "result_count" : 1, "results" : [ { "target_display_name" : "CNS-2", "target_id" : "420e72c9-55e7-a4f7-81bf-673a2af1a6cf" } ] }

Required Permissions:

read

Feature:

groups_groups

Additional Errors: