Get External Endpoint
Retrieve an external endpoint.
Retrieve an external endpoint.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/externalEndpoints/{id}
COPY
Path Parameters
string
id
Required
id
Responses
200
OK
Returns
ExternalEndpoint
of type(s)
application/json;version=9.1.0
{
"name": "string",
"id": "urn:vcloud:externalEndpoint:vendor.name:1.0.0",
"version": "1.0.0",
"vendor": "VMware",
"enabled": false,
"description": "string",
"rootUrl": "https://externalHost"
}
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/externalEndpoints/{id}
Availability
Added in 37.3
External Endpoint Operations
GET
Get External Endpoints
POST
Create External Endpoint
GET
Get External Endpoint
PUT
Update External Endpoint
DELETE
Delete External Endpoint