Indicators [monitoring.alauda.io/v1beta1]
/platform/monitoring.alauda.io/v1beta1/clusters/{cluster}/indicators
getGet metrics indicators of a cluster
Retrieve metrics indicators for a specified cluster.
Parameters
cluster(in path):stringrequiredName of the cluster
kind(in query):stringFilter by indicator type
alertEnabled(in query):booleanFilter indicators that support alerts
multipleEnabled(in query):booleanFilter indicators that support multiple alert objects
dashboardEnabled(in query):booleanFilter indicators that support custom dashboards
Response
200IndicatorList: Successful response with list of metric indicators
IndicatorList
alertEnabled:booleanWhether the indicator supports alerts
annotations:kind:stringKind of the indicator
name:stringName of the indicator
query:stringQuery string for the indicator
type:stringType of the indicator
unit:stringUnit of the indicator
legend:stringLegend of the indicator
variables:[]stringVariables used in the query
/platform/monitoring.alauda.io/v1beta1/projects/{project}/indicators
getGet metrics indicators of a project
Retrieve metrics indicators for a specified project.
Parameters
project(in path):stringrequiredName of the project
kind(in query):stringFilter by indicator type
alertEnabled(in query):booleanFilter indicators that support alerts
multipleEnabled(in query):booleanFilter indicators that support multiple alert objects
dashboardEnabled(in query):booleanFilter indicators that support custom dashboards
Response
200IndicatorList: Successful response with list of metric indicators
IndicatorList
alertEnabled:booleanWhether the indicator supports alerts
annotations:kind:stringKind of the indicator
name:stringName of the indicator
query:stringQuery string for the indicator
type:stringType of the indicator
unit:stringUnit of the indicator
legend:stringLegend of the indicator
variables:[]stringVariables used in the query
/platform/monitoring.alauda.io/v1beta1/projects/{project}/clusters/{cluster}/namespaces/{namespace}/indicators
getGet metrics indicators of a namespace
Retrieve metrics indicators for a specified namespace.
Parameters
project(in path):stringrequiredName of the project
cluster(in path):stringrequiredName of the cluster
namespace(in path):stringrequiredName of the namespace
kind(in query):stringFilter by indicator type
alertEnabled(in query):booleanFilter indicators that support alerts
multipleEnabled(in query):booleanFilter indicators that support multiple alert objects
dashboardEnabled(in query):booleanFilter indicators that support custom dashboards
Response
200IndicatorList: Successful response with list of metric indicators
IndicatorList
alertEnabled:booleanWhether the indicator supports alerts
annotations:kind:stringKind of the indicator
name:stringName of the indicator
query:stringQuery string for the indicator
type:stringType of the indicator
unit:stringUnit of the indicator
legend:stringLegend of the indicator
variables:[]stringVariables used in the query