• Русский
  • Indicators [monitoring.alauda.io/v1beta1]

    /platform/monitoring.alauda.io/v1beta1/clusters/{cluster}/indicators

    get Get metrics indicators of a cluster

    Retrieve metrics indicators for a specified cluster.

    Parameters

    • 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

    Response

    • 200 IndicatorList: Successful response with list of metric indicators

    IndicatorList

    • alertEnabled: boolean

      Whether the indicator supports alerts

    • annotations:
    • kind: string

      Kind of the indicator

    • name: string

      Name of the indicator

    • query: string

      Query string for the indicator

    • type: string

      Type of the indicator

    • unit: string

      Unit of the indicator

    • legend: string

      Legend of the indicator

    • variables: []string

      Variables used in the query

    /platform/monitoring.alauda.io/v1beta1/projects/{project}/indicators

    get Get metrics indicators of a project

    Retrieve metrics indicators for a specified project.

    Parameters

    • 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

    Response

    • 200 IndicatorList: Successful response with list of metric indicators

    IndicatorList

    • alertEnabled: boolean

      Whether the indicator supports alerts

    • annotations:
    • kind: string

      Kind of the indicator

    • name: string

      Name of the indicator

    • query: string

      Query string for the indicator

    • type: string

      Type of the indicator

    • unit: string

      Unit of the indicator

    • legend: string

      Legend of the indicator

    • variables: []string

      Variables used in the query

    /platform/monitoring.alauda.io/v1beta1/projects/{project}/clusters/{cluster}/namespaces/{namespace}/indicators

    get Get metrics indicators of a namespace

    Retrieve metrics indicators for a specified namespace.

    Parameters

    • 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

    Response

    • 200 IndicatorList: Successful response with list of metric indicators

    IndicatorList

    • alertEnabled: boolean

      Whether the indicator supports alerts

    • annotations:
    • kind: string

      Kind of the indicator

    • name: string

      Name of the indicator

    • query: string

      Query string for the indicator

    • type: string

      Type of the indicator

    • unit: string

      Unit of the indicator

    • legend: string

      Legend of the indicator

    • variables: []string

      Variables used in the query