NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
Returns a list of Azure security groups corresponding to a VNetReturns a list of Azure security groups corresponding to VNet with information about each security group like inbound rules, outbound rules and priority.  | 
                      
                        GET /api/v1/csm/azure/security-groups
                         | 
                    
Returns information about a particular Azure security groupReturns information about a Azure security group like inbound rules, outbound rules and priority.  | 
                      
                        GET /api/v1/csm/azure/security-groups/{security-group-id}
                         | 
                    
Returns a list of Azure service endpoints corresponding to a VNetReturns a list of Azure service endpoints corresponding to a VNet. NSX supported services are currently limited to Azure Storage, Azure SQL Database, Azure Cosmos DB and Azure Load Balancer.  | 
                      
                        GET /api/v1/csm/azure/vnets/{vnet-id}/service-endpoints
                         |