SddcEndpoint
An available network connections exposed by the SDDC
Properties
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.
JSON Example
{
"name": "SDDC Endpoint Sample Name",
"targetUrl": "https://sampleVc.vmware.com/ui"
}
Vendor Extensions
x-vcloud-property-annotations:
endpoint:
x-vcloud-constraints:
- constraint: ReadOnly
- constraint: NonSortable
- constraint: NonSearchable
x-vcloud-deprecated-alternative: targetUrl
x-vcloud-deprecated-in: "35.0"
id:
x-vcloud-added-in: "35.0"
x-vcloud-constraints:
- constraint: NonSortable
- constraint: NonSearchable
- args:
- arg: sddcEndpoint
constraint: Urn
isDefault:
x-vcloud-added-in: "35.0"
x-vcloud-constraints:
- constraint: NonSortable
name:
x-vcloud-added-in: "35.0"
proxy:
x-vcloud-added-in: "35.0"
proxyId:
x-vcloud-constraints:
- constraint: ReadOnly
- constraint: NonSortable
- constraint: NonSearchable
- args:
- arg: proxy
constraint: Urn
x-vcloud-deprecated-alternative: proxy
x-vcloud-deprecated-in: "35.0"
sddc:
x-vcloud-added-in: "35.0"
targetUrl:
x-vcloud-added-in: "35.0"
x-vcloud-constraints:
- constraint: NonSortable
- constraint: NonSearchable
Availability
Property Of
InlineSddcEndpoints1
Sddc
Parameter To
Update SDDC Endpoint
Create SDDC Endpoint
Returned By
Create SDDC Endpoint
Get SDDC Endpoint
Update SDDC Endpoint