Update Cloud Connector Configuration
Update configuration for Cloud Connector deployment.
The Cloud Connector configuration must be provided before deploying the Cloud Connector feature. Cloud Connector can be deployed directly via its deployment API, or it is deployed automatically when required as part of the deployment of dependent features (e.g., NDR or Malware Prevention) that are configured to require cloud connectivity.
Once the Cloud Connector feature has been deployed, configuration changes require the feature to be removed and re-deployed with the new settings.
Update Cloud Connector configuration.
{
"_create_user": "string",
"_create_time": 0,
"_last_modified_user": "string",
"_last_modified_time": 0,
"_revision": 0,
"_resource_type": "string",
"_system_owned": false,
"id": "string",
"display_name": "string",
"description": "string",
"site_ids": [
"string"
],
"fqdn": "nsx.west.us.lastline.com",
"region": "west.us",
"region_name": "US 1"
}
Update request has been processed and accepted.
{
"id": "b8f47985-22ed-3193-bca8-11c7b025cbce",
"status_url": "/operation/status"
}
UUID identifier of the response.
The URL to check the status of the operation.
Bad Request - Invalid configuration parameters.
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Unauthorized
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Forbidden
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Precondition Failed - The provided _revision does not match the current persisted value. The client should retrieve the current configuration, merge changes, and retry with the correct revision.
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Precondition Required - The _revision property is required for updates but was not provided in the request body.
"Error Object"
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Too Many Requests
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Update operation encountered error.
"Error Object"
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/ssp/lcm/cloud-connector/config