getGet metrics indicators of a clusterRetrieve metrics indicators for a specified cluster.
cluster (in path): string required Name of the cluster
kind (in query): string Filter by indicator type
alertEnabled (in query): boolean Filter indicators that support alerts
multipleEnabled (in query): boolean Filter indicators that support multiple alert objects
dashboardEnabled (in query): boolean Filter indicators that support custom dashboards
200IndicatorList: Successful response with list of metric indicatorsalertEnabled: 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
getGet metrics indicators of a projectRetrieve metrics indicators for a specified project.
project (in path): string required Name of the project
kind (in query): string Filter by indicator type
alertEnabled (in query): boolean Filter indicators that support alerts
multipleEnabled (in query): boolean Filter indicators that support multiple alert objects
dashboardEnabled (in query): boolean Filter indicators that support custom dashboards
200IndicatorList: Successful response with list of metric indicatorsalertEnabled: 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
getGet metrics indicators of a namespaceRetrieve metrics indicators for a specified namespace.
project (in path): string required Name of the project
cluster (in path): string required Name of the cluster
namespace (in path): string required Name of the namespace
kind (in query): string Filter by indicator type
alertEnabled (in query): boolean Filter indicators that support alerts
multipleEnabled (in query): boolean Filter indicators that support multiple alert objects
dashboardEnabled (in query): boolean Filter indicators that support custom dashboards
200IndicatorList: Successful response with list of metric indicatorsalertEnabled: 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