Get Cloud Connector Regions

Get Cloud Connector Regions

Get available Cloud regions for deploying.

Request
URI
GET
https://{api_host}/napp/api/v1/platform/features/cloud-connector/regions
COPY
Query Parameters
string
source_fqdn
Optional

The cloud from which to fetch available Cloud Connector regions.

NOTE: This data can be fetched from any cloud and defaults to known-available regions. Keep defaults (do not set the value) unless specifically instructed to change - if no value is provided, the API uses valid defaults.

source_fqdn example
nsx.lastline.com

Authentication
This operation uses the following authentication methods.
Responses
200

Get operation completed successfully.

Returns AvailableCloudConnectorRegions of type(s) application/json
{
    "cloud_regions": [
        {
            "fqdn": "nsx.west.us.lastline.com",
            "region": "west.us",
            "region_name": "US 1"
        }
    ]
}
cloud_regions
Optional

The Cloud Connector regions to choose from


default

error

Returns Error of type(s) application/json
{
    "code": 0,
    "message": "string"
}
integer As int32 As int32
code
Required

Error code refers to either HTTP status code OR a unique code identifying the internal error - which can be referenced in VMware documents for more information.

string
message
Required

Descriptive user understandable error message to help identify root cause of the error.