GslbDnsGsStatus

GslbDnsGsStatus
GslbDnsGsStatus
JSON Example
{
    "last_changed_time": {
        "secs": 0,
        "usecs": 0
    },
    "num_partial_updates": 0,
    "partial_update_threshold": 0,
    "state": "string",
    "type": "string"
}
last_changed_time
Optional

last_changed_time

integer As uint32 As uint32
num_partial_updates
Optional

Counter to track the number of partial updates sent. Once it reaches the partial updates threshold, a full update is sent. Field introduced in 17.1.1. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

integer As uint32 As uint32
partial_update_threshold
Optional
Constraints: default: 10

Threshold after which a full GS Status is sent. . Field introduced in 17.1.1. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

string
state
Optional

State variable to trigger full or partial update. Enum options - GSLB_FULL_UPDATE_PENDING, GSLB_PARTIAL_UPDATE_PENDING. Field introduced in 17.1.1. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

string
type
Optional

Describes the type (partial/full) of the last GS status sent to Dns-VS(es). Enum options - GSLB_NO_UPDATE, GSLB_FULL_UPDATE, GSLB_PARTIAL_UPDATE. Field introduced in 17.1.1. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.