
This is an archive version of the document. To get the most up-to-date information, see the
current version.
Network Security Groups
The /cloudInfrastructure/networkSecurityGroups resource collection represents network security groups added to the Azure environment.
Collection URL
The resource collection is located at the following URL:
https://<hostname>/api/v2/cloudInfrastructure/networkSecurityGroups |
Collection Representation
{ "offset": 0, "limit": 2, "totalCount": 168, "results": [ { "id": "/subscriptions/3a9a4930-7bbc-4b83-9c68-15d674fbc803/resourcegroups/mamayrg2/providers/microsoft.network/networksecuritygroups/mamay2-nsg", "name": "mamay2-Nsg", "regionId": "westus", "resourceGroupName": "RG2", "subscriptionId": "3a9a4930-7bbc-4b83-9c68-15d674fbc803" }, { "id": "/subscriptions/3a9a4930-7bbc-4b83-9c68-15d674fbc803/resourcegroups/mirekvanicky/providers/microsoft.network/networksecuritygroups/mirekvanickycontroller-nsg", "name": "MirekVanickyController-nsg", "regionId": "westus", "resourceGroupName": "MirekVanicky", "subscriptionId": "3a9a4930-7bbc-4b83-9c68-15d674fbc803" } ], "_links": { "self": { "href": "https://51.11.247.127/api/v2/cloudInfrastructure/networkSecurityGroups?offset=0&limit=2" }, "next": { "href": "https://51.11.247.127/api/v2/cloudInfrastructure/networkSecurityGroups?offset=2&limit=2" } } } |
|