| Description | : Get details of the specified network sibling set. |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "NetAppResource_QueryNetworkSiblingSet",
"$responses": {
"200": {
"$properties": {
"nicInfoList": {
"Description": {
"new": "NIC information and list of volumes for which the NIC has the primary mount IP Address.",
"old": "NIC information and list of volumes for which the NIC has the primary mount ip address."
},
"$properties": [
{
"#name": "ipAddress",
"Description": {
"new": "IP Address",
"old": "ipAddress"
}
}
]
}
}
}
}
}
⚼ Request
POST:
/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/queryNetworkSiblingSet
{
api-version:
string
,
subscriptionId:
string
,
location:
string
,
body:
}
{
,
networkSiblingSetId:
string
,
subnetId:
string
,
}
⚐ Response (200)
{
networkSiblingSetId:
string
,
subnetId:
string
,
networkSiblingSetStateId:
string
,
networkFeatures:
enum
,
provisioningState:
enum
,
nicInfoList:
}
[
]
,
{
,
ipAddress:
string
,
volumeResourceIds:
}
[
,
string
,
]
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}