List metric charts for an application
Metrics
List metric charts for an application
List metric charts available for an application.
GET
List metric charts for an application
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Unique identifier of the application.
Start timestamp in milliseconds since epoch. Defaults to the application's last deployment creation time.
End timestamp in milliseconds since epoch. Defaults to the current time.
Scope of the chart bundle to return.
Available options:
application, pod, job-run, event, cluster JSON-encoded filter required by certain scopes.
Example:
"{\"pod\":\"my-app-abc123-xyz\"}"