describe_alert_manager_definition
(**kwargs)¶Describes an alert manager definition.
See also: AWS API Documentation
Request Syntax
response = client.describe_alert_manager_definition(
workspaceId='string'
)
[REQUIRED]
The ID of the workspace to describe.
{
'alertManagerDefinition': {
'createdAt': datetime(2015, 1, 1),
'data': b'bytes',
'modifiedAt': datetime(2015, 1, 1),
'status': {
'statusCode': 'CREATING'|'ACTIVE'|'UPDATING'|'DELETING'|'CREATION_FAILED'|'UPDATE_FAILED',
'statusReason': 'string'
}
}
}
Response Structure
Represents the output of a DescribeAlertManagerDefinition operation.
The properties of the selected workspace's alert manager definition.
The time when the alert manager definition was created.
The alert manager definition.
The time when the alert manager definition was modified.
The status of alert manager definition.
Status code of this definition.
The reason for failure if any.
Exceptions
PrometheusService.Client.exceptions.ThrottlingException
PrometheusService.Client.exceptions.ValidationException
PrometheusService.Client.exceptions.ResourceNotFoundException
PrometheusService.Client.exceptions.AccessDeniedException
PrometheusService.Client.exceptions.InternalServerException