A list with the following syntax:
list(
EnvironmentName = "string",
HealthStatus = "string",
Status = "Green"|"Yellow"|"Red"|"Grey",
Color = "string",
Causes = list(
"string"
),
ApplicationMetrics = list(
Duration = 123,
RequestCount = 123,
StatusCodes = list(
Status2xx = 123,
Status3xx = 123,
Status4xx = 123,
Status5xx = 123
),
Latency = list(
P999 = 123.0,
P99 = 123.0,
P95 = 123.0,
P90 = 123.0,
P85 = 123.0,
P75 = 123.0,
P50 = 123.0,
P10 = 123.0
)
),
InstancesHealth = list(
NoData = 123,
Unknown = 123,
Pending = 123,
Ok = 123,
Info = 123,
Warning = 123,
Degraded = 123,
Severe = 123
),
RefreshedAt = as.POSIXct(
"2015-01-01"
)
)