Describe Alert Manager Definition
prometheusservice_describe_alert_manager_definition | R Documentation |
Retrieves the full information about the alert manager definition for a workspace¶
Description¶
Retrieves the full information about the alert manager definition for a workspace.
Usage¶
Arguments¶
workspaceId
[required] The ID of the workspace to retrieve the alert manager definition from.
Value¶
A list with the following syntax:
list(
alertManagerDefinition = list(
createdAt = as.POSIXct(
"2015-01-01"
),
data = raw,
modifiedAt = as.POSIXct(
"2015-01-01"
),
status = list(
statusCode = "CREATING"|"ACTIVE"|"UPDATING"|"DELETING"|"CREATION_FAILED"|"UPDATE_FAILED",
statusReason = "string"
)
)
)