Represents the current status of Service Health processing.
JSON representation |
---|
{ "state" : enum ( |
Fields | |
---|---|
state
|
Represents the current state of Service Health. |
issues[]
|
Optional. List of issues. |
State
The state of Service Health.
Enums | |
---|---|
STATE_UNSPECIFIED
|
Unspecified state. |
OK
|
No internal Service Health problems or degradation. |
ISSUES_DETECTED
|
Service Health interruptions are present. |
Issue
Represents an internal problem with Service Health.
JSON representation |
---|
{ "message" : string , "startTime" : string , "lastUpdateTime" : string , "details" : { object } } |
Fields | |
---|---|
start
|
Optional. The time the issue is known to have started. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
last
|
The time the issue received the most recent update. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
details
|
Metadata to further specify what the issue is affecting. |