Create External Endpoint
Creates an external endpoint. Vendor, name and version cannot be modified post-creation and must be unique. Each external endpoint will proxy its' requests to the configured rootUrl.
Show optional properties
{
"name": "string",
"version": "1.0.0",
"vendor": "VMware",
"enabled": false,
"rootUrl": "https://externalHost"
}
{
"name": "string",
"id": "urn:vcloud:externalEndpoint:vendor.name:1.0.0",
"version": "1.0.0",
"vendor": "VMware",
"enabled": false,
"description": "string",
"rootUrl": "https://externalHost"
}
OK
"ExternalEndpoint Object"
The name of the external endpoint.
The unique id of the external endpoint.
The external endpoint's version. The version should follow semantic versioning rules. Versions with pre-release extension are not allowed. The combination of vendor-namespace-version must be unique.
The vendor name. The combination of vendor-namespace-version must be unique.
Whether the external endpoint is enabled or not.
description
The external endpoint which requests will be redirected to. The rootUrl must be a valid URL of https protocol.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"enabled:"boolean","name:"string","rootUrl:"string","vendor:"string","version:"string"}' https://{api_host}/cloudapi/1.0.0/externalEndpoints