Description | : List FileSystemResource resources by subscription ID |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "FileSystems_ListBySubscription", "$responses": { "200": { "$properties": { "value": { "$properties": { "properties": [ { "marketplace": [ { "@added_c76f9d17dae348218990db742d089cf6": { "#name": "termUnit", "Description": "Term Unit", "Required": false, "Type": "string" } } ] }, { "@added_a218322bba0d4383a0820138f1cfb63d": { "#name": "oneFsUrl", "Description": "OneFS url", "Required": false, "Type": "string" } }, { "encryption": [ { "#name": "encryptionType", "Enum": { "new": [ [ "Microsoft-managed keys (MMK)", "Microsoft managed keys (Default)" ], [ "Customer-managed keys (CMK)", "Customer managed keys\n(CMK) - Only UserAssigned identity is supported" ] ], "old": [ [ "ENCRYPTION_AT_REST_WITH_MICROSOFT_KEY", "Microsoft Managed key" ], [ "ENCRYPTION_AT_REST_WITH_CUSTOMER_KEY", "Customer Managed key" ] ] } } ] } ] } } } } } }
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Dell.Storage/filesystems
{
api-version:
string
,
subscriptionId:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
{
,
capacity:
{
,
min:
string
,
max:
string
,
incremental:
string
,
current:
string
,
}
marketplace:
{
,
marketplaceSubscriptionId:
string
,
planId:
string
,
offerId:
string
,
publisherId:
string
,
privateOfferId:
string
,
planName:
string
,
marketplaceSubscriptionStatus:
enum
,
endDate:
string
,
termUnit:
string
,
}
provisioningState:
enum
,
delegatedSubnetId:
string
,
delegatedSubnetCidr:
string
,
user:
{
,
email:
string
,
}
fileSystemId:
string
,
smartConnectFqdn:
string
,
oneFsUrl:
string
,
dellReferenceNumber:
string
,
encryption:
}
{
,
encryptionType:
enum
,
keyUrl:
string
,
encryptionIdentityProperties:
}
{
,
identityType:
enum
,
identityResourceId:
string
,
}
identity:
}
{
,
principalId:
string
,
tenantId:
string
,
type:
enum
,
userAssignedIdentities:
object
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}