Skip to main content

Select Metallic Region

Select

SaaS

This API will return list of region names along with their Ids. Use the required region name or id for next set of operations.

Use feature query param to get the supported region for the workload. Example - BYO_GATEWAY for Azure DBs

Query Parameters
  • feature string

    Possible values: [O365, OBJECTSTORE_AZURE, AZURE_VM, OBJECTSTORE_AWS, AWS, BYO_GATEWAY]

    To filter the regions specific to the workload / feature

Responses

OK


Schema
  • regions object[]

    List of region names and IDs

  • id integer
  • name string
GET /v4/metallic/supported-regions    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
feature — query
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Metallic/supported-regions' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'