---
title: "POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/locations/{location}/availableSkus"
method: POST
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/locations/{location}/availableSkus"
tags: ["Service"]
---

# POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/locations/{location}/availableSkus

`POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/locations/{location}/availableSkus`

This method provides the list of available skus for the given subscription, resource group and location.

## Path parameters

- `subscriptionId` string, required
- `resourceGroupName` string, required
- `location` string, required

## Query parameters

- `api-version` string, required

## Request body

- AvailableSkuRequest — The filters for showing the available skus.
  - `transferType` 'ImportToAzure', required — Type of the transfer.
  - `country` string, required — ISO country code. Country for hardware shipment. For codes check: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements
  - `location` string, required — Location for data transfer. For locations check: https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api-version=2018-01-01
  - `skuNames` string[] — Sku Names to filter for available skus

## Response `200`

The list of available skus under Resource group.

- AvailableSkusResult — The available skus operation response.
  - `value` SkuInformation[] — List of available skus.
    - `sku` Sku — The Sku.
      - `name` 'DataBox' | 'DataBoxDisk' | 'DataBoxHeavy', required — The sku name.
      - `displayName` string — The display name of the sku.
      - `family` string — The sku family.
    - `enabled` boolean — The sku is enabled or not.
    - `properties` SkuProperties — Properties of the sku.
      - `destinationToServiceLocationMap` DestinationToServiceLocationMap[] — The map of destination location to service location.
        - `destinationLocation` string — Location of the destination.
        - `serviceLocation` string — Location of the service.
      - `capacity` SkuCapacity — Capacity of the sku.
        - `usable` string — Usable capacity in TB.
        - `maximum` string — Maximum capacity in TB.
      - `costs` SkuCost[] — Cost of the Sku.
        - `meterId` string — Meter id of the Sku.
        - `meterType` string — The type of the meter.
      - `apiVersions` string[] — Api versions that support this Sku.
      - `disabledReason` 'None' | 'Country' | 'Region' | 'Feature' | 'OfferType' | 'NoSubscriptionInfo' — Reason why the Sku is disabled.
      - `disabledReasonMessage` string — Message for why the Sku is disabled.
      - `requiredFeature` string — Required feature to access the sku.
  - `nextLink` string — Link for the next set of skus.

## Other responses

- `default` — Error response describing reason for operation failure.

---

[API](https://skmtc.net/azure/apis/databoxmanagementclient.md) · [All operations](https://skmtc.net/azure/apis/databoxmanagementclient/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/databoxmanagementclient/versions/a5a0c2b247e2/schema)
