Endpoint

Endpoint
Endpoint

Endpoint details. The name of the endpoint can be set in display_name field. For NSX_MANAGER endpoint, the name must match with the name on NSX, if already configured. The name for NSX_MANAGER is not editable after onboarding.

AllOf
This class requires all of the following:
JSON Example
{
    "_create_user": "string",
    "_create_time": 0,
    "_last_modified_user": "string",
    "_last_modified_time": 0,
    "_revision": 0,
    "_resource_type": "string",
    "_system_owned": false,
    "id": "string",
    "display_name": "string",
    "description": "string",
    "site_ids": [
        "string"
    ],
    "endpoint_type": "string",
    "connection_info": {
        "connection_type": "string",
        "hostname": "string"
    },
    "status": "string"
}