Get Cloud Connector Feature Configurations

Get Cloud Connector Feature Configurations

Get Cloud Connector configurations.

Request
URI
GET
https://{api_host}/napp/api/v1/platform/features/cloud-connector/config
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

Get operation completed successfully.

Returns FeatureConfigurationCloudConnector of type(s) application/json
{
    "feature_name": "string",
    "chart_repo": "string",
    "docker_registry": "string",
    "precheck_chart_name": "string",
    "precheck_chart_version": "string",
    "deployment_chart_name": "string",
    "deployment_chart_version": "string",
    "storage_class": "string",
    "fqdn": "nsx.west.us.lastline.com",
    "region": "west.us",
    "region_name": "US 1",
    "configurable": false
}

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.