Dell.Storage (preview:2025-03-21)

2025/04/11 • 7 new methods

Operations_List (new)
Description List the operations for the provider
Reference Link ¶

⚼ Request

GET:  /providers/Dell.Storage/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
isDataAction: boolean ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: enum ,
actionType: enum ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
FileSystems_ListBySubscription (new)
Description List FileSystemResource resources by subscription ID
Reference Link ¶

⚼ 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 ,
}
,
provisioningState: enum ,
delegatedSubnetId: string ,
delegatedSubnetCidr: string ,
user:
{
email: string ,
}
,
fileSystemId: string ,
smartConnectFqdn: 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 ,
}
,
]
,
}
,
}
FileSystems_ListByResourceGroup (new)
Description List FileSystemResource resources by resource group
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Dell.Storage/filesystems
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: 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 ,
}
,
provisioningState: enum ,
delegatedSubnetId: string ,
delegatedSubnetCidr: string ,
user:
{
email: string ,
}
,
fileSystemId: string ,
smartConnectFqdn: 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 ,
}
,
]
,
}
,
}
FileSystems_Get (new)
Description Get a FileSystemResource
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Dell.Storage/filesystems/{filesystemName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
filesystemName: string ,
}

⚐ Response (200)

{
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 ,
}
,
provisioningState: enum ,
delegatedSubnetId: string ,
delegatedSubnetCidr: string ,
user:
{
email: string ,
}
,
fileSystemId: string ,
smartConnectFqdn: string ,
dellReferenceNumber: string ,
encryption:
{
encryptionType: enum ,
keyUrl: string ,
encryptionIdentityProperties:
{
identityType: enum ,
identityResourceId: string ,
}
,
}
,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
FileSystems_CreateOrUpdate (new)
Description Create a FileSystemResource
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Dell.Storage/filesystems/{filesystemName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
filesystemName: string ,
resource:
{
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 ,
}
,
provisioningState: enum ,
delegatedSubnetId: string ,
delegatedSubnetCidr: string ,
user:
{
email: string ,
}
,
fileSystemId: string ,
smartConnectFqdn: string ,
dellReferenceNumber: string ,
encryption:
{
encryptionType: enum ,
keyUrl: string ,
encryptionIdentityProperties:
{
identityType: enum ,
identityResourceId: string ,
}
,
}
,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
}

⚐ Response (200)

{
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 ,
}
,
provisioningState: enum ,
delegatedSubnetId: string ,
delegatedSubnetCidr: string ,
user:
{
email: string ,
}
,
fileSystemId: string ,
smartConnectFqdn: string ,
dellReferenceNumber: string ,
encryption:
{
encryptionType: enum ,
keyUrl: string ,
encryptionIdentityProperties:
{
identityType: enum ,
identityResourceId: string ,
}
,
}
,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
retry-after: integer ,
}
,
$schema:
{
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 ,
}
,
provisioningState: enum ,
delegatedSubnetId: string ,
delegatedSubnetCidr: string ,
user:
{
email: string ,
}
,
fileSystemId: string ,
smartConnectFqdn: string ,
dellReferenceNumber: string ,
encryption:
{
encryptionType: enum ,
keyUrl: string ,
encryptionIdentityProperties:
{
identityType: enum ,
identityResourceId: string ,
}
,
}
,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
FileSystems_Update (new)
Description Update a FileSystemResource
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Dell.Storage/filesystems/{filesystemName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
filesystemName: string ,
properties:
{
identity:
{
type: enum ,
userAssignedIdentities: object ,
}
,
tags: object ,
properties:
{
delegatedSubnetId: string ,
capacity:
{
min: string ,
max: string ,
incremental: string ,
current: string ,
}
,
encryption:
{
encryptionType: enum ,
keyUrl: string ,
encryptionIdentityProperties:
{
identityType: enum ,
identityResourceId: string ,
}
,
}
,
}
,
}
,
}

⚐ Response (200)

{
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 ,
}
,
provisioningState: enum ,
delegatedSubnetId: string ,
delegatedSubnetCidr: string ,
user:
{
email: string ,
}
,
fileSystemId: string ,
smartConnectFqdn: string ,
dellReferenceNumber: string ,
encryption:
{
encryptionType: enum ,
keyUrl: string ,
encryptionIdentityProperties:
{
identityType: enum ,
identityResourceId: string ,
}
,
}
,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
FileSystems_Delete (new)
Description Delete a FileSystemResource
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Dell.Storage/filesystems/{filesystemName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
filesystemName: string ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}