PodEndPointDataV2

PodEndPointDataV2
PodEndPointDataV2

The list of pod endpoints within this pod. An endpoint is basically a connection server in that pod.

JSON Example
{
    "enabled": true,
    "id": "c5337d77-2bf1-4fa4-b027-c301114f2d1e",
    "last_updated_timestamp": 1582029025748,
    "name": "connection-server1.example.com",
    "roundtrip_time": 1234,
    "status": "ONLINE",
    "url": "https://connection-server1.example.com:8742"
}
boolean
enabled
Optional

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

string
id
Optional

Unique ID for a pod endpoint.

integer As int64 As int64
last_updated_timestamp
Optional

The timestamp in milliseconds when the last update was obtained. Measured as epoch time.

string
name
Optional

Name for the pod endpoint.

integer As int64 As int64
roundtrip_time
Optional

Round trip time (in milliseconds) for ping request between the local pod endpoint and the remote pod.

string
status
Optional

Status of the pod endpoint.

  • ONLINE: Pod endpoint is online and functional.
  • UNCHECKED: Pod endpoint was offline and it just came back online but the system has not verified that it is functional.
  • OFFLINE: Pod endpoint is offline or unreachable.
Possible values are : ONLINE, UNCHECKED, OFFLINE,
string
url
Optional

The URL for the pod endpoint. This address and special port will be used for inter-pod communication.

Property Of