PodEndpointInfo

PodEndpointInfo
PodEndpointInfo

Information related to pod endpoint.

JSON Example
{
    "enabled": true,
    "id": "48dreb70-97g6-405e-abb5-497136g2ee35",
    "name": "Horizon Connection Server",
    "server_address": "https://horizon-CS.xyz.local:8472"
}
boolean
enabled
Optional

Indicates whether an endpoint is enabled. A disabled endpoint is excluded from participating in inter-pod communication.

string
id
Optional

Unique ID representing this pod endpoint.

string
name
Optional

Name of the pod endpoint.

string
server_address
Optional

The URL for the pod endpoint. This address and port is used for inter-pod communication.

Returned By