Share via


Elastic SAN - List By Resource Group

Gets a list of ElasticSan in a resource group.

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans?api-version=2022-12-01-preview

URI Parameters

Name In Required Type Description
resourceGroupName
path True

string

minLength: 1
maxLength: 90

The name of the resource group. The name is case insensitive.

subscriptionId
path True

string

minLength: 1

The ID of the target subscription.

api-version
query True

string

minLength: 1

The API version to use for this operation.

Responses

Name Type Description
200 OK

ElasticSanList

OK -- Operation completed successfully; retrieved elasticSans by resource group

Other Status Codes

ErrorResponse

Error from the ElasticSan Resource Provider

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

ElasticSans_ListByResourceGroup_MaximumSet_Gen
ElasticSans_ListByResourceGroup_MinimumSet_Gen

ElasticSans_ListByResourceGroup_MaximumSet_Gen

Sample request

GET https://management.azure.com/subscriptions/subscriptionid/resourceGroups/resourcegroupname/providers/Microsoft.ElasticSan/elasticSans?api-version=2022-12-01-preview

Sample response

{
  "value": [
    {
      "properties": {
        "sku": {
          "name": "Premium_LRS",
          "tier": "Premium"
        },
        "availabilityZones": [
          "1"
        ],
        "provisioningState": "Succeeded",
        "baseSizeTiB": 15,
        "extendedCapacitySizeTiB": 6,
        "totalVolumeSizeGiB": 15,
        "volumeGroupCount": 24,
        "totalIops": 22,
        "totalMBps": 4,
        "totalSizeTiB": 27,
        "privateEndpointConnections": [
          {
            "properties": {
              "provisioningState": "Succeeded",
              "privateEndpoint": {
                "id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateEndpoints/{privateEndpointName}"
              },
              "privateLinkServiceConnectionState": {
                "status": "Pending",
                "description": "Auto-Approved",
                "actionsRequired": "None"
              },
              "groupIds": [
                "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}"
              ]
            },
            "id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/privateEndpointConnections/{privateEndpointConnectionName}",
            "name": "{privateEndpointConnectionName}",
            "type": "Microsoft.ElasticSan/elasticSans/privateEndpointConnections",
            "systemData": {
              "createdBy": "otfifnrahdshqombvtg",
              "createdByType": "User",
              "createdAt": "2023-07-03T09:59:45.919Z",
              "lastModifiedBy": "jnaxavnlhrboshtidtib",
              "lastModifiedByType": "User",
              "lastModifiedAt": "2023-07-03T09:59:45.919Z"
            }
          }
        ]
      },
      "systemData": {
        "createdBy": "otfifnrahdshqombvtg",
        "createdByType": "User",
        "createdAt": "2023-07-03T09:59:45.919Z",
        "lastModifiedBy": "jnaxavnlhrboshtidtib",
        "lastModifiedByType": "User",
        "lastModifiedAt": "2023-07-03T09:59:45.919Z"
      },
      "tags": {
        "key5002": "lhag"
      },
      "location": "France Central",
      "id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}",
      "name": "vfoatmakv",
      "type": "Microsoft.ElasticSan/ElasticSans"
    }
  ],
  "nextLink": "goepspyylutlwudutmpi"
}

ElasticSans_ListByResourceGroup_MinimumSet_Gen

Sample request

GET https://management.azure.com/subscriptions/subscriptionid/resourceGroups/resourcegroupname/providers/Microsoft.ElasticSan/elasticSans?api-version=2022-12-01-preview

Sample response

{
  "value": [
    {
      "properties": {
        "sku": {
          "name": "Premium_LRS",
          "tier": "Premium"
        },
        "availabilityZones": [
          "1"
        ],
        "provisioningState": "Succeeded",
        "baseSizeTiB": 15,
        "extendedCapacitySizeTiB": 6,
        "totalVolumeSizeGiB": 15,
        "volumeGroupCount": 24,
        "totalIops": 22,
        "totalMBps": 4,
        "totalSizeTiB": 27,
        "privateEndpointConnections": [
          {
            "properties": {
              "provisioningState": "Succeeded",
              "privateEndpoint": {
                "id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateEndpoints/{privateEndpointName}"
              },
              "privateLinkServiceConnectionState": {
                "status": "Pending",
                "description": "Auto-Approved",
                "actionsRequired": "None"
              },
              "groupIds": [
                "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}"
              ]
            },
            "id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/privateEndpointConnections/{privateEndpointConnectionName}",
            "name": "{privateEndpointConnectionName}",
            "type": "Microsoft.ElasticSan/elasticSans/privateEndpointConnections",
            "systemData": {
              "createdBy": "otfifnrahdshqombvtg",
              "createdByType": "User",
              "createdAt": "2023-07-03T09:59:45.919Z",
              "lastModifiedBy": "jnaxavnlhrboshtidtib",
              "lastModifiedByType": "User",
              "lastModifiedAt": "2023-07-03T09:59:45.919Z"
            }
          }
        ]
      },
      "systemData": {
        "createdBy": "otfifnrahdshqombvtg",
        "createdByType": "User",
        "createdAt": "2023-07-03T09:59:45.919Z",
        "lastModifiedBy": "jnaxavnlhrboshtidtib",
        "lastModifiedByType": "User",
        "lastModifiedAt": "2023-07-03T09:59:45.919Z"
      },
      "tags": {
        "key5002": "lhag"
      },
      "location": "France Central",
      "id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}",
      "name": "vfoatmakv",
      "type": "Microsoft.ElasticSan/ElasticSans"
    }
  ],
  "nextLink": "goepspyylutlwudutmpi"
}

Definitions

Name Description
createdByType

The type of identity that created the resource.

ElasticSan

Response for ElasticSan request.

ElasticSanList

List of Elastic Sans

ErrorAdditionalInfo

The resource management error additional info.

ErrorDetail

The error detail.

ErrorResponse

Error response

PrivateEndpoint

Response for PrivateEndpoint

PrivateEndpointConnection

Response for PrivateEndpoint Connection object

PrivateEndpointServiceConnectionStatus

The private endpoint connection status.

PrivateLinkServiceConnectionState

Response for Private Link Service Connection state

ProvisioningStates

State of the operation on the resource.

Sku

The SKU name. Required for account creation; optional for update.

SkuName

The sku name.

SkuTier

The sku tier.

systemData

Metadata pertaining to creation and last modification of the resource.

createdByType

The type of identity that created the resource.

Value Description
User
Application
ManagedIdentity
Key

ElasticSan

Response for ElasticSan request.

Name Type Description
id

string

Fully qualified resource ID for the resource. Ex - /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.availabilityZones

string[]

Logical zone for Elastic San resource; example: ["1"].

properties.baseSizeTiB

integer (int64)

Base size of the Elastic San appliance in TiB.

properties.extendedCapacitySizeTiB

integer (int64)

Extended size of the Elastic San appliance in TiB.

properties.privateEndpointConnections

PrivateEndpointConnection[]

The list of Private Endpoint Connections.

properties.provisioningState

ProvisioningStates

State of the operation on the resource.

properties.sku

Sku

resource sku

properties.totalIops

integer (int64)

Total Provisioned IOPS of the Elastic San appliance.

properties.totalMBps

integer (int64)

Total Provisioned MBps Elastic San appliance.

properties.totalSizeTiB

integer (int64)

Total size of the Elastic San appliance in TB.

properties.totalVolumeSizeGiB

integer (int64)

Total size of the provisioned Volumes in GiB.

properties.volumeGroupCount

integer (int64)

Total number of volume groups in this Elastic San appliance.

systemData

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"

ElasticSanList

List of Elastic Sans

Name Type Description
nextLink

string

URI to fetch the next section of the paginated response.

value

ElasticSan[]

An array of Elastic San objects.

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

ErrorAdditionalInfo[]

The error additional info.

code

string

The error code.

details

ErrorDetail[]

The error details.

message

string

The error message.

target

string

The error target.

ErrorResponse

Error response

Name Type Description
error

ErrorDetail

The error object.

PrivateEndpoint

Response for PrivateEndpoint

Name Type Description
id

string

The ARM identifier for Private Endpoint

PrivateEndpointConnection

Response for PrivateEndpoint Connection object

Name Type Description
id

string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

string

The name of the resource

properties.groupIds

string[]

List of resources private endpoint is mapped

properties.privateEndpoint

PrivateEndpoint

Private Endpoint resource

properties.privateLinkServiceConnectionState

PrivateLinkServiceConnectionState

Private Link Service Connection State.

properties.provisioningState

ProvisioningStates

Provisioning State of Private Endpoint connection resource

systemData

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

type

string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

PrivateEndpointServiceConnectionStatus

The private endpoint connection status.

Value Description
Pending
Approved
Failed
Rejected

PrivateLinkServiceConnectionState

Response for Private Link Service Connection state

Name Type Description
actionsRequired

string

A message indicating if changes on the service provider require any updates on the consumer.

description

string

The reason for approval/rejection of the connection.

status

PrivateEndpointServiceConnectionStatus

Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.

ProvisioningStates

State of the operation on the resource.

Value Description
Invalid
Succeeded
Failed
Canceled
Pending
Creating
Updating
Deleting

Sku

The SKU name. Required for account creation; optional for update.

Name Type Description
name

SkuName

The sku name.

tier

SkuTier

The sku tier.

SkuName

The sku name.

Value Description
Premium_LRS

Premium locally redundant storage

Premium_ZRS

Premium zone redundant storage

SkuTier

The sku tier.

Value Description
Premium

Premium Tier

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

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

createdByType

The type of identity that last modified the resource.