Storage Appliances - List By Resource Group
List storage appliances in the resource group.
Get a list of storage appliances in the provided resource group.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/storageAppliances?api-version=2025-02-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
resource
|
path | True |
string minLength: 1maxLength: 90 |
The name of the resource group. The name is case insensitive. |
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. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
The resource list has been successfully retrieved. |
|
Other Status Codes |
Error response describing why the operation failed. |
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
List storage appliances for resource group
Sample request
GET https://management.azure.com/subscriptions/123e4567-e89b-12d3-a456-426655440000/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/storageAppliances?api-version=2025-02-01
Sample response
{
"value": [
{
"id": "/subscriptions/123e4567-e89b-12d3-a456-426655440000/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/storageAppliances/storageApplianceName",
"name": "storageApplianceName",
"systemData": {
"createdAt": "2021-01-22T13:27:03.008Z",
"createdBy": "identityA",
"createdByType": "Application",
"lastModifiedAt": "2021-01-22T13:29:03.001Z",
"lastModifiedBy": "identityB",
"lastModifiedByType": "User"
},
"type": "Microsoft.NetworkCloud/storageAppliances",
"location": "location",
"tags": {
"key1": "myvalue1",
"key2": "myvalue2"
},
"extendedLocation": {
"type": "CustomLocation",
"name": "/subscriptions/123e4567-e89b-12d3-a456-426655440000/resourceGroups/resourceGroupName/providers/Microsoft.ExtendedLocation/customLocations/clusterExtendedLocationName"
},
"properties": {
"rackId": "/subscriptions/123e4567-e89b-12d3-a456-426655440000/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/racks/rackName",
"storageApplianceSkuId": "684E-3B16-399E",
"rackSlot": 1,
"serialNumber": "BM1219XXX",
"administratorCredentials": {
"username": "adminUser"
},
"provisioningState": "Succeeded",
"clusterId": "/subscriptions/123e4567-e89b-12d3-a456-426655440000/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/clusters/clusterName",
"capacity": 893,
"capacityUsed": 500,
"remoteVendorManagementStatus": "Enabled",
"remoteVendorManagementFeature": "Supported",
"detailedStatus": "Available",
"detailedStatusMessage": "Storage appliance is up and running",
"managementIpv4Address": "192.0.2.2",
"manufacturer": "Contoso Storage",
"model": "ArrayStore-Flash70",
"secretRotationStatus": [
{
"secretType": "Storage Appliance User",
"lastRotationTime": "2023-09-30T13:27:23.103Z",
"rotationPeriodDays": 60,
"expirePeriodDays": 90,
"secretArchiveReference": {
"keyVaultId": "/subscriptions/123e4567-e89b-12d3-a456-426655440000/resourceGroups/resourceGroupName/providers/Microsoft.KeyVault/vaults/keyVaultName",
"secretName": "ffffffff-ffff-ffff-ffff-ffffffffffff-resource-group-cluster-1679871-storage-appliance-credential-manager-ffffffff",
"secretVersion": "02ab6c1f9c0f4982b0632b0d5d74a33b"
}
}
],
"version": "9.9.9"
}
}
],
"nextLink": "https://fully.qualified.hyperlink"
}
Definitions
Name | Description |
---|---|
Administrative |
AdministrativeCredentials represents the admin credentials for the device requiring password-based authentication. |
created |
The type of identity that created the resource. |
Error |
The resource management error additional info. |
Error |
The error detail. |
Error |
Error response |
Extended |
ExtendedLocation represents the Azure custom location where the resource will be created. |
Remote |
The indicator of whether the storage appliance supports remote vendor management. |
Remote |
The indicator of whether the remote vendor management feature is enabled or disabled, or unsupported if it is an unsupported feature. |
Secret |
SecretArchiveReference represents the reference to a secret in a key vault. |
Secret |
SecretRotationStatus represents the status of a secret rotation. |
Storage |
StorageAppliance represents on-premises Network Cloud storage appliance. |
Storage |
The detailed status of the storage appliance. |
Storage |
StorageApplianceList represents a list of storage appliances. |
Storage |
The provisioning state of the storage appliance. |
system |
Metadata pertaining to creation and last modification of the resource. |
AdministrativeCredentials
AdministrativeCredentials represents the admin credentials for the device requiring password-based authentication.
Name | Type | Description |
---|---|---|
password |
string minLength: 1 |
The password of the administrator of the device used during initialization. |
username |
string minLength: 1 |
The username of the administrator of the device used during initialization. |
createdByType
The type of identity that created the resource.
Value | Description |
---|---|
Application | |
Key | |
ManagedIdentity | |
User |
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. |
ExtendedLocation
ExtendedLocation represents the Azure custom location where the resource will be created.
Name | Type | Description |
---|---|---|
name |
string |
The resource ID of the extended location on which the resource will be created. |
type |
string |
The extended location type, for example, CustomLocation. |
RemoteVendorManagementFeature
The indicator of whether the storage appliance supports remote vendor management.
Value | Description |
---|---|
Supported | |
Unsupported |
RemoteVendorManagementStatus
The indicator of whether the remote vendor management feature is enabled or disabled, or unsupported if it is an unsupported feature.
Value | Description |
---|---|
Disabled | |
Enabled | |
Unsupported |
SecretArchiveReference
SecretArchiveReference represents the reference to a secret in a key vault.
Name | Type | Description |
---|---|---|
keyVaultId |
string (arm-id) |
The resource ID of the key vault containing the secret. |
secretName |
string |
The name of the secret in the key vault. |
secretVersion |
string |
The version of the secret in the key vault. |
SecretRotationStatus
SecretRotationStatus represents the status of a secret rotation.
Name | Type | Description |
---|---|---|
expirePeriodDays |
integer (int64) |
The maximum number of days the secret may be used before it must be changed. |
lastRotationTime |
string (date-time) |
The date and time when the secret was last changed. |
rotationPeriodDays |
integer (int64) |
The number of days a secret exists before rotations will be attempted. |
secretArchiveReference |
SecretArchiveReference represents the reference to a secret in a key vault. |
|
secretType |
string |
The type name used to identify the purpose of the secret. |
StorageAppliance
StorageAppliance represents on-premises Network Cloud storage appliance.
Name | Type | Description |
---|---|---|
etag |
string |
Resource ETag. |
extendedLocation |
ExtendedLocation represents the Azure custom location where the resource will be created. |
|
id |
string (arm-id) |
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" |
location |
string |
The geo-location where the resource lives |
name |
string |
The name of the resource |
properties.administratorCredentials |
AdministrativeCredentials represents the admin credentials for the device requiring password-based authentication. |
|
properties.capacity |
integer (int64) |
The total capacity of the storage appliance. Measured in GiB. |
properties.capacityUsed |
integer (int64) |
The amount of storage consumed. |
properties.clusterId |
string (arm-id) |
The resource ID of the cluster this storage appliance is associated with. Measured in GiB. |
properties.detailedStatus |
The detailed status of the storage appliance. |
|
properties.detailedStatusMessage |
string |
The descriptive message about the current detailed status. |
properties.managementIpv4Address |
string |
The endpoint for the management interface of the storage appliance. |
properties.manufacturer |
string |
The manufacturer of the storage appliance. |
properties.model |
string |
The model of the storage appliance. |
properties.provisioningState |
The provisioning state of the storage appliance. |
|
properties.rackId |
string (arm-id) |
The resource ID of the rack where this storage appliance resides. |
properties.rackSlot |
integer (int64) minimum: 1maximum: 256 |
The slot the storage appliance is in the rack based on the BOM configuration. |
properties.remoteVendorManagementFeature |
The indicator of whether the storage appliance supports remote vendor management. |
|
properties.remoteVendorManagementStatus |
The indicator of whether the remote vendor management feature is enabled or disabled, or unsupported if it is an unsupported feature. |
|
properties.secretRotationStatus |
The list of statuses that represent secret rotation activity. |
|
properties.serialNumber |
string |
The serial number for the storage appliance. |
properties.storageApplianceSkuId |
string |
The SKU for the storage appliance. |
properties.version |
string |
The version of the storage appliance. |
systemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
|
tags |
object |
Resource tags. |
type |
string |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
StorageApplianceDetailedStatus
The detailed status of the storage appliance.
Value | Description |
---|---|
Available | |
Degraded | |
Error | |
Provisioning |
StorageApplianceList
StorageApplianceList represents a list of storage appliances.
Name | Type | Description |
---|---|---|
nextLink |
string |
The link used to get the next page of operations. |
value |
The list of storage appliances. |
StorageApplianceProvisioningState
The provisioning state of the storage appliance.
Value | Description |
---|---|
Accepted | |
Canceled | |
Failed | |
Provisioning | |
Succeeded |
systemData
Metadata pertaining to creation and last modification of the resource.
Name | Type | Description |
---|---|---|
createdAt |
string (date-time) |
The timestamp of resource creation (UTC). |
createdBy |
string |
The identity that created the resource. |
createdByType |
The type of identity that created the resource. |
|
lastModifiedAt |
string (date-time) |
The timestamp of resource last modification (UTC) |
lastModifiedBy |
string |
The identity that last modified the resource. |
lastModifiedByType |
The type of identity that last modified the resource. |