AlertHistoryMessages [v1]
/v1/alerthistories/{name}/messages
getGet alert history messages
Retrieve a list of alert history messages based on specified filters.
Parameters
name(in path):stringrequiredThe name of the alert history
start(in query):integerrequiredThe start time for querying alert history (timestamp)
end(in query):integerrequiredThe end time for querying alert history (timestamp)
page(in query):integerThe page number to retrieve
pageSize(in query):integerThe number of items per page
orderBy(in query):stringThe field to order the results by
Response
200object: Successful response with list of alert history messages.Properties:next:stringURL for the next page of results.
previous:stringURL for the previous page of results.
page_size:integerNumber of items per page.
num_pages:integerTotal number of pages.
count:integerTotal number of results.
results:[]AlertHistoryMessage
AlertHistoryMessage
metadata: AlertHistoryMessageMetadataspec: AlertHistoryMessageSpecstatus: AlertHistoryMessageStatus
AlertHistoryMessageMetadata
creationTimestamp:stringname:stringnamespace:string
AlertHistoryMessageSpec
body: AlertHistoryMessageSpecBodynotifications:[]AlertHistoryMessageSpecNotification
AlertHistoryMessageSpecBody
annotations: AlertHistoryMessageSpecBodyAnnotationsstartsAt:stringendsAt:stringstatus:stringfingerprint:stringgeneratorURL:stringlabels: AlertHistoryMessageSpecBodyLabels
AlertHistoryMessageSpecBodyAnnotations
alert_current_value:stringalert_notifications:string
AlertHistoryMessageSpecBodyLabels
alert_cluster:stringalert_for:stringalert_indicator:stringalert_indicator_aggregate_range:stringalert_indicator_comparison:stringalert_indicator_threshold:stringalert_involved_object_kind:stringalert_involved_object_name:stringalert_involved_object_namespace:stringalert_kind:stringalert_name:stringalert_namespace:stringalert_project:stringalert_resource:stringalert_source:stringalertgroup:stringalertname:stringseverity:string
AlertHistoryMessageSpecNotification
name:string
AlertHistoryMessageStatus
conditions:[]AlertHistoryMessageStatusConditionphase:string
AlertHistoryMessageStatusCondition
lastTransitionTime:stringmessage:stringreason:stringstatus:stringtype:string