[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform

Update Cloud Connector Feature Configurations

Description

Update feature configurations.

NOTE: Once a Cloud Connector instance has been deployed, configuration updates are accepted for staging but do not affect any deployed instance until the Cloud Connector is removed and re-deployed. Unlike most verticals, the Cloud Connector cannot be deployed directly; instead it is deployed automatically as dependency of other verticals (e.g., NDR or Malware Prevention).

If no Cloud Connector configuration has been staged, deploying verticals requiring a Cloud Connector will fail with an appropriate error.

Request

Request

URL

URL


patch
https://{api_host}/napp/api/v1/platform/features/cloud-connector/config
Copy

Request Body

Request Body

CloudConnectorRegion of mimetype application/json Required

Feature configurations

{
    "fqdn": "nsx.west.us.lastline.com",
    "region": "west.us",
    "region_name": "US 1"
}
string
fqdn Required

FQDN of the Cloud Connector region


string
region Required

Cloud Connector region identifier


string
region_name Required

Human-readable name of the Cloud Connector region

Authentication

Authentication

This operation uses the following authentication methods.

x_nsx_roles

Scopes: enterprise_admin, network_engineer

Response

Response

Response Body

Response Body

200 OK

Returns FeatureConfigurationCloudConnector of type application/json

Patch operation completed successfully.

This response body class contains all of the following: CommonFeatureConfiguration, CloudConnectorRegion, InlineFeatureConfigurationCloudConnector2
Errors

Errors

Error
default

error

Code Samples

Code Samples

cURL Command

curl -X PATCH -H "Content-Type: application/json" -d '{"fqdn":"nsx.west.us.lastline.com","region":"west.us","region_name":"US 1"}' https://{api_host}/napp/api/v1/platform/features/cloud-connector/config


Feedback

Was this page helpful?