SiteCondition

SiteCondition
SiteCondition

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

JSON Example
{
    "name": "string",
    "message": "string",
    "last_transition_time": "string",
    "state": "string"
}
string
name
Optional

Name of the condition.

string
message
Optional

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

string
last_transition_time
Optional

The last transition time of the state of the condition

state
Optional

The current state of a site condition.

Possible values are : PASS, FAIL, NOT_APPLICABLE, UNKNOWN,