NetApp Resource - Query Network Sibling Set
Describe a network sibling set
Get details of the specified network sibling set.
POST https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/queryNetworkSiblingSet?api-version=2025-09-01
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
location
|
path | True |
string minLength: 1 |
The name of the Azure region. |
|
subscription
|
path | True |
string (uuid) |
The ID of the target subscription. The value must be an UUID. |
|
api-version
|
query | True |
string minLength: 1 |
The API version to use for this operation. |
Request Body
| Name | Required | Type | Description |
|---|---|---|---|
| networkSiblingSetId | True |
string minLength: 36maxLength: 36 pattern: ^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$ |
Network Sibling Set ID for a group of volumes sharing networking resources in a subnet. |
| subnetId | True |
string (arm-id) |
The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes. Example /subscriptions/subscriptionId/resourceGroups/resourceGroup/providers/Microsoft.Network/virtualNetworks/testVnet/subnets/{mySubnet} |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
The request has succeeded. |
|
| Other Status Codes |
An unexpected error response. |
Security
azure_auth
Azure Active Directory OAuth2 Flow.
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
| Name | Description |
|---|---|
| user_impersonation | impersonate your user account |
Examples
NetworkSiblingSet_Query
Sample request
POST https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/queryNetworkSiblingSet?api-version=2025-09-01
{
"networkSiblingSetId": "9760acf5-4638-11e7-9bdb-020073ca3333",
"subnetId": "/subscriptions/9760acf5-4638-11e7-9bdb-020073ca7778/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testVnet/subnets/testSubnet"
}
Sample response
{
"networkFeatures": "Standard",
"networkSiblingSetId": "9760acf5-4638-11e7-9bdb-020073ca3333",
"networkSiblingSetStateId": "12345_44420.8001578125",
"nicInfoList": [
{
"ipAddress": "1.2.3.4",
"volumeResourceIds": [
"/subscriptions/9760acf5-4638-11e7-9bdb-020073ca7778/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1/volumes/volume10",
"/subscriptions/9760acf5-4638-11e7-9bdb-020073ca7778/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1/volumes/volume11"
]
},
{
"ipAddress": "1.2.3.5",
"volumeResourceIds": [
"/subscriptions/9760acf5-4638-11e7-9bdb-020073ca7778/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account2/capacityPools/pool2/volumes/volume20",
"/subscriptions/9760acf5-4638-11e7-9bdb-020073ca7778/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account2/capacityPools/pool2/volumes/volume21"
]
},
{
"ipAddress": "1.2.3.9",
"volumeResourceIds": []
}
],
"provisioningState": "Succeeded",
"subnetId": "/subscriptions/9760acf5-4638-11e7-9bdb-020073ca7778/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testVnet/subnets/testSubnet"
}
Definitions
| Name | Description |
|---|---|
|
Error |
The resource management error additional info. |
|
Error |
The error detail. |
|
Error |
Error response |
|
Network |
Network features available to the volume, or current state of update. |
|
Network |
Describes the contents of a network sibling set. |
|
Network |
Gets the status of the NetworkSiblingSet at the time the operation was called. |
|
Nic |
NIC information and list of volumes for which the NIC has the primary mount IP Address. |
|
Query |
Network sibling set query. |
ErrorAdditionalInfo
The resource management error additional info.
| Name | Type | Description |
|---|---|---|
| info |
object |
The additional info. |
| type |
string |
The additional info type. |
ErrorDetail
The error detail.
| Name | Type | Description |
|---|---|---|
| additionalInfo |
The error additional info. |
|
| code |
string |
The error code. |
| details |
The error details. |
|
| message |
string |
The error message. |
| target |
string |
The error target. |
ErrorResponse
Error response
| Name | Type | Description |
|---|---|---|
| error |
The error object. |
NetworkFeatures
Network features available to the volume, or current state of update.
| Value | Description |
|---|---|
| Basic |
Basic network features. |
| Standard |
Standard network features. |
| Basic_Standard |
Updating from Basic to Standard network features. |
| Standard_Basic |
Updating from Standard to Basic network features. |
NetworkSiblingSet
Describes the contents of a network sibling set.
| Name | Type | Default value | Description |
|---|---|---|---|
| networkFeatures | Basic |
Network features available to the volume, or current state of update. |
|
| networkSiblingSetId |
string minLength: 36maxLength: 36 pattern: ^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$ |
Network Sibling Set ID for a group of volumes sharing networking resources in a subnet. |
|
| networkSiblingSetStateId |
string |
Network sibling set state Id identifying the current state of the sibling set. |
|
| nicInfoList |
Nic |
List of NIC information |
|
| provisioningState |
Gets the status of the NetworkSiblingSet at the time the operation was called. |
||
| subnetId |
string (arm-id) |
The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes. Example /subscriptions/subscriptionId/resourceGroups/resourceGroup/providers/Microsoft.Network/virtualNetworks/testVnet/subnets/{mySubnet} |
NetworkSiblingSetProvisioningState
Gets the status of the NetworkSiblingSet at the time the operation was called.
| Value | Description |
|---|---|
| Succeeded | |
| Failed | |
| Canceled | |
| Updating |
NicInfo
NIC information and list of volumes for which the NIC has the primary mount IP Address.
| Name | Type | Description |
|---|---|---|
| ipAddress |
string |
IP Address |
| volumeResourceIds |
string[] (arm-id) |
Volume resource Ids |
QueryNetworkSiblingSetRequest
Network sibling set query.
| Name | Type | Description |
|---|---|---|
| networkSiblingSetId |
string minLength: 36maxLength: 36 pattern: ^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$ |
Network Sibling Set ID for a group of volumes sharing networking resources in a subnet. |
| subnetId |
string (arm-id) |
The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes. Example /subscriptions/subscriptionId/resourceGroups/resourceGroup/providers/Microsoft.Network/virtualNetworks/testVnet/subnets/{mySubnet} |