Volumes - List
Gibt eine Liste aller Speichervolumes an einem Speicherort zurück.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/scaleUnits/{scaleUnit}/storageSubSystems/{storageSubSystem}/volumes?api-version=2019-05-01
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/scaleUnits/{scaleUnit}/storageSubSystems/{storageSubSystem}/volumes?api-version=2019-05-01&$filter={$filter}&$top={$top}&$skip={$skip}
URI-Parameter
Name | In | Erforderlich | Typ | Beschreibung |
---|---|---|---|---|
location
|
path | True |
string |
Speicherort der Ressource. |
resource
|
path | True |
string |
Name der Ressourcengruppe. |
scale
|
path | True |
string |
Name der Skalierungseinheiten. |
storage
|
path | True |
string |
Name des Speichersystems. |
subscription
|
path | True |
string |
Abonnementanmeldeinformationen, die das Microsoft Azure-Abonnement eindeutig identifizieren. Die Abonnement-ID ist Teil des URI für jeden Dienstaufruf. |
api-version
|
query | True |
string |
Client-API-Version. |
$filter
|
query |
string |
OData-Filterparameter. |
|
$skip
|
query |
string |
OData-Skip-Parameter. |
|
$top
|
query |
string |
OData top-Parameter. |
Antworten
Name | Typ | Beschreibung |
---|---|---|
200 OK |
OKAY |
|
404 Not Found |
NICHT GEFUNDEN |
Sicherheit
azure_auth
Die Autorisierung verwendet einen Azure Active Directory OAuth2-Fluss.
Typ:
oauth2
Ablauf:
implicit
Autorisierungs-URL:
https://login.microsoftonline.com/common/oauth2/authorize
Bereiche
Name | Beschreibung |
---|---|
user_impersonation | Identitätswechsel ihres Benutzerkontos |
Beispiele
Returns a list of all storage volumes at a location.
Beispielanforderung
GET https://management.azure.com/subscriptions/72526b2b-4b61-4700-8f0c-7bb7ae9b6a2d/resourceGroups/System.redmond/providers/Microsoft.Fabric.Admin/fabricLocations/redmond/scaleUnits/s-cluster/storageSubSystems/s-cluster.v.masd.stbtest.microsoft.com/volumes?api-version=2019-05-01
Beispiel für eine Antwort
{
"value": [
{
"id": "/subscriptions/72526b2b-4b61-4700-8f0c-7bb7ae9b6a2d/resourceGroups/System.redmond/providers/Microsoft.Fabric.Admin/fabricLocations/redmond/scaleUnits/s-cluster/storageSubSystems/s-cluster.v.masd.stbtest.microsoft.com/volumes/48f356d4-362d-49cb-a021-fafffbe0e8ad",
"name": "redmond/s-cluster/s-cluster.v.masd.stbtest.microsoft.com/48f356d4-362d-49cb-a021-fafffbe0e8ad",
"type": "Microsoft.Fabric.Admin/fabricLocations/scaleUnits/storageSubSystems/volumes",
"location": "redmond",
"tags": {},
"properties": {
"totalCapacityGB": 1375,
"remainingCapacityGB": 1317,
"healthStatus": "Healthy",
"operationalStatus": "OK",
"repairStatus": "",
"description": "",
"action": "",
"volumeLabel": "ObjStore_1"
}
}
]
}
Definitionen
Name | Beschreibung |
---|---|
Volume |
Darstellung einer Volumeressource. |
Volume |
Seitenfähige Liste der Speichervolumes. |
Volume
Darstellung einer Volumeressource.
Name | Typ | Beschreibung |
---|---|---|
id |
string |
URI der Ressource. |
location |
string |
Die Region, in der sich die Ressource befindet. |
name |
string |
Name der Ressource. |
properties.action |
string |
Detaillierte empfohlene Aktion für HealthStatus/OperationalStatus. Leer, wenn HealthStatus/OperationalStatus fehlerfrei/ok ist. |
properties.description |
string |
Detaillierte Beschreibung für HealthStatus/OperationalStatus. Leer, wenn HealthStatus/OperationalStatus fehlerfrei/ok ist. |
properties.healthStatus |
string |
Integritätsstatus des Volumes. |
properties.operationalStatus |
string |
Betriebsstatus des Volumens. |
properties.remainingCapacityGB |
integer (int32) |
Verbleibende Kapazität in GB des Volumes. |
properties.repairStatus |
string |
Reparaturstatus des Volumes. Leer, wenn kein Reparaturauftrag ausgeführt wird, etwa "Ausführen, 90%" beim Reparieren. |
properties.totalCapacityGB |
integer (int32) |
Gesamtkapazität in GB des Volumes. |
properties.volumeLabel |
string |
Bandetikett. |
tags |
object |
Liste der Schlüsselwertpaare. |
type |
string |
Typ der Ressource. |
VolumeList
Seitenfähige Liste der Speichervolumes.
Name | Typ | Beschreibung |
---|---|---|
nextLink |
string |
URI zur nächsten Seite. |
value |
Volume[] |
Liste der Speichervolumes. |