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 |
---|---|---|---|---|
resource
|
path | True |
string minLength: 1maxLength: 90 |
The name of the resource group. The name is case insensitive. |
subscription
|
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 |
OK -- Operation completed successfully; retrieved elasticSans by resource group |
|
Other Status Codes |
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
Elastic |
Elastic |
ElasticSans_ListByResourceGroup_MaximumSet_Gen
Sample request
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
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 |
---|---|
created |
The type of identity that created the resource. |
Elastic |
Response for ElasticSan request. |
Elastic |
List of Elastic Sans |
Error |
The resource management error additional info. |
Error |
The error detail. |
Error |
Error response |
Private |
Response for PrivateEndpoint |
Private |
Response for PrivateEndpoint Connection object |
Private |
The private endpoint connection status. |
Private |
Response for Private Link Service Connection state |
Provisioning |
State of the operation on the resource. |
Sku |
The SKU name. Required for account creation; optional for update. |
Sku |
The sku name. |
Sku |
The sku tier. |
system |
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 |
The list of Private Endpoint Connections. |
|
properties.provisioningState |
State of the operation on the resource. |
|
properties.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 |
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 |
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 |
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. |
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 |
Private Endpoint resource |
|
properties.privateLinkServiceConnectionState |
Private Link Service Connection State. |
|
properties.provisioningState |
Provisioning State of Private Endpoint connection resource |
|
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 |
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 |
The sku name. |
|
tier |
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 |
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. |