Azure Network Security Groups

The /cloudInfrastructure/networkSecurityGroups resource collection represents network security groups added to the Microsoft Azure environment.

Get Collection of Network Security Groups

The HTTP GET request to the /cloudInfrastructure/networkSecurityGroups endpoint retrieves a list all network security groups available for Veeam Backup for Microsoft Azure.

SecurityBearer
Request
query Parameters
RegionId
string or null

Returns network security groups that reside in an Azure region with the specified ID.

x-veeam-parameter-group: NetworkSecurityGroupFilters
SubscriptionId
string or null

Returns network security groups that belong to a subscription with the specified ID.

x-veeam-parameter-group: NetworkSecurityGroupFilters
ServiceAccountId
string

Returns only network security groups to which a service account with the specified system ID has permissions.

x-veeam-parameter-group: NetworkSecurityGroupFilters
Offset
integer <int32> >= 0

Specifies the first N items of a resource collection that will be excluded from the response.

x-veeam-parameter-group: Veeam.Azure.REST.RequestQuery.V2.PageProperties
Limit
integer <int32> >= -1

Specifies the maximum number of items of a resource collection that will be returned in the response.

x-veeam-parameter-group: Veeam.Azure.REST.RequestQuery.V2.PageProperties
Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

get/api/v8/cloudInfrastructure/networkSecurityGroups
Request samples
curl -i -X GET \
  'https://123.123.123.123/api/v8/cloudInfrastructure/networkSecurityGroups?RegionId=string&SubscriptionId=string&ServiceAccountId=string&Offset=0&Limit=-1' \
  -H 'Authorization: YOUR_API_KEY_HERE'
Response samples
application/json
{
  • "offset": 0,
  • "limit": 0,
  • "totalCount": 0,
  • "_links": {},
  • "results": [
    ]
}