Cloud Monitoring API (monitoring:v1)

2023-02-02

1 new method

Additions

    Methods
  • monitoring.projects.location.prometheus.api.v1.query_exemplars

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/monitoring
    • https://www.googleapis.com/auth/monitoring.read
    • Path : v1/{+name}/location/{location}/prometheus/api/v1/query_exemplars

      Description : Lists exemplars relevant to a given PromQL query,

      Parameters :

        location

          Location : path

          Type : string

          Description : Location of the resource information. Has to be "global" now.

          Required : Yes

        name

          Description : The project on which to execute the request. Data associcated with the project's workspace stored under the The format is: projects/PROJECT_ID_OR_NUMBER. Open source API but used as a request path prefix to distinguish different virtual Prometheus instances of Google Prometheus Engine.

          Required : Yes

          Type : string

          Location : path

          Pattern : ^projects/[^/]+$

      Parameter Order :

    • name
    • location
    • Flat Path : v1/projects/{projectsId}/location/{location}/prometheus/api/v1/query_exemplars

      HTTP Method : POST