Create SDDC Endpoint
DescriptionCreates an SDDC endpoint.
Request
URLURL
Request Body
{
"name": "SDDC Endpoint Sample Name",
"targetUrl": "https://sampleVc.vmware.com/ui"
}
A network endpoint that the SDDC exposes for communication.Deprecated in Api 35.0.
True if this is the default endpoint for the parent SDDC. An endpoint being the default for the SDDC means that this endpoint’s target will be launched when the SDDC tile is clicked in the H5 Tenant UI of VCD.
This is a required property.
A reference to an optional Proxy that can be used to establish a connection to the endpoint
An optional identifier to a Proxy that can be used to establish a connection to the endpoint. Deprecated in Api 35.0 and replaced by proxy.
The EntityReference of the parent SDDC entity. This is a required property to create the endpoint and once set cannot be edited.
The URL target of the SDDC endpoint. This is the URL that the browser tab will be pointed to when the endpoint is launched via the H5 UI of VCD. This is a required property.
Authentication
Response
Response BodyResponse Body
200 OK
{
"name": "SDDC Endpoint Sample Name",
"targetUrl": "https://sampleVc.vmware.com/ui"
}
A network endpoint that the SDDC exposes for communication.Deprecated in Api 35.0.
True if this is the default endpoint for the parent SDDC. An endpoint being the default for the SDDC means that this endpoint’s target will be launched when the SDDC tile is clicked in the H5 Tenant UI of VCD.
This is a required property.
A reference to an optional Proxy that can be used to establish a connection to the endpoint
An optional identifier to a Proxy that can be used to establish a connection to the endpoint. Deprecated in Api 35.0 and replaced by proxy.
The EntityReference of the parent SDDC entity. This is a required property to create the endpoint and once set cannot be edited.
The URL target of the SDDC endpoint. This is the URL that the browser tab will be pointed to when the endpoint is launched via the H5 UI of VCD. This is a required property.