NSX-T Data Center REST API

Cloud Service Manager

Associated URIs:

API Description API Path

Returns a list of AWS security groups corresponding to a VPC


Returns a list of AWS security groups corresponding to a VPC with
information about each security group like inbound rules, outbound rules
and cloud_tags.
GET /api/v1/csm/aws/vpcs/<vpc-id>/security-groups

Returns information about a particular AWS security group


Returns information about AWS security group like inbound rules,
outbound rules and cloud_tags.
GET /api/v1/csm/aws/vpcs/<vpc-id>/security-groups/<security-group-id>

Returns list of AWS serivce endpoints corresponding to a VPC


Returns 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 endpoint


Returns 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>