SiteCondition

SiteCondition
Site Condition

An individual condition on the site. Conditions determine the readiness of the site.

JSON Example
{
    "name": "string",
    "message": "string",
    "last_transition_time": 0,
    "state": "string"
}
string
name
Read-Only  

Name of the condition.

string
message
Read-Only  

Message providing further detail about the current state of the condition.

last_transition_time
Optional

Timestamp in milliseconds since epoch.

state
Read-Only  

The current state of a site condition.

Enumeration: PASS, FAIL, NOT_APPLICABLE, UNKNOWN