System Administration > Configuration > Fabric > Cloud Native Service Instances

Returns the List of cloud native service instances

Returns information about all cloud native service instances.

Request:

Method:
GET
URI Path(s):
/api/v1/fabric/cloud-native-service-instances
Request Headers:
n/a
Query Parameters:
CloudNativeServiceInstanceListRequestParameters+
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/fabric/cloud-native-service-instances

Successful Response:

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

Example Response:

{ "result_count" : 1, "results" : [ { "display_name" : "RDS-1", "resource_type" : "CloudNativeServiceInstance", "external_id" : "420e72c9-55e7-a4f7-81bf-673a2af1a6cf", "source" : "55e7-673a2-a4f7-72c9-81bf", "service_type" : "RDS" } ] }

Required Permissions:

read

Feature:

cloud_objects_inventory

Additional Errors: