NSX-T Data Center REST API
Returns a list of AWS security groups corresponding to a VPC
Returns a list of AWS security groups corresponding to a VPC withinformation about each security group like inbound rules, outbound rules
and cloud_tags.
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /api/v1/csm/aws/vpcs/<vpc-id>/security-groups
                  
              
            Request Headers:
                n/a
            Query Parameters:
    SecurityGroupListRequestParameters+
  Request Body:
    n/a
  Example Request:
GET https://<nsx-csm>/api/v1/csm/aws/vpcs/Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    AwsSecurityGroupsListResult+
  