NSX-T Data Center REST API
Associated URIs:
API Description | API Path |
---|---|
Returns list of AWS serivce endpoints corresponding to a VPCReturns a list of AWS serivce endpoints corresponding to VPC. NSX supported services are currently limited to Simple Storage Service (S3), Relational Database Service (RDS), DynamoDB and Elastic Load Balancing. |
GET /api/v1/csm/aws/vpcs/<vpc-id>/service-endpoints
|
Returns information about a particular AWS serivce endpointReturns information about an AWS serivce endpoint like service_endpoint_type, status and corresponding cidrs. NSX supported services are currently limited to Simple Storage Service (S3), Relational Database Service (RDS), DynamoDB and Elastic Load Balancing. |
GET /api/v1/csm/aws/vpcs/<vpc-id>/service-endpoints/<service-endpoint-id>
|