Alert [v1beta1]
/platform/alerts.alauda.io/v1beta1/clusters/{cluster}/alerts
get Get triggered alert status
Retrieves the current status of all triggered alerts in the cluster.
Parameters
cluster(in path):stringrequiredName of the cluster
Response
200AlertStatusList: Successful response with list of triggered alerts
AlertStatusList
alertrule:stringThe name of the alert rule
subrules:[]AlertStatusSubRule
AlertStatusSubRule
name:stringThe name of the subrule
status:stringThe status of the subrule.
/platform/alerts.alauda.io/v1beta1/projects/{project}/clusters/{cluster}/namespaces/{namespace}/alerts
get Get triggered alert status
Retrieves the current status of all triggered alerts in the namespace.
Parameters
project(in path):stringrequiredName of the project
cluster(in path):stringrequiredName of the cluster
namespace(in path):stringrequiredName of the namespace
Response
200AlertStatusList: Successful response with list of triggered alerts
AlertStatusList
alertrule:stringThe name of the alert rule
subrules:[]AlertStatusSubRule
AlertStatusSubRule
name:stringThe name of the subrule
status:stringThe status of the subrule.