SddcEndpoint

SddcEndpoint
SddcEndpoint

An available network connections exposed by the SDDC

JSON Example
{
    "name": "SDDC Endpoint Sample Name",
    "id": "string",
    "endpoint": "string",
    "proxyId": "string",
    "targetUrl": "https://sampleVc.vmware.com/ui",
    "proxy": {
        "name": "string",
        "id": "string"
    },
    "sddc": {
        "name": "string",
        "id": "string"
    },
    "isDefault": false
}
string
name
Optional

This is a required property.

string
id
Optional

id

string As uri As uri
endpoint
Optional

A network endpoint that the SDDC exposes for communication.Deprecated in Api 35.0.

string
proxyId
Optional

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.

string As uri As uri
targetUrl
Optional

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.

proxy
Optional

proxy

sddc
Optional

sddc

boolean
isDefault
Optional

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.