{id}/dashboards/{id}/variables

Note: When making API requests, ensure the following headers are included:

  • Authorization: Bearer UserToken (replace UserToken with your actual access token. For details on how to obtain the token, refer Actions on a user section.
  • Content-Type: application/json
  • Accept: application/json

Manage variable configurations associated with a specific dashboard in a collection.

  • Adds one or more variables to the specified dashboard within the given collection.

Path Parameters

  • idstringrequired

    Unique ID of the dashboard collection.

  • idstringrequired

    Unique ID of the dashboard.

Request Body

application/json

  • namestring

    Name of the dashboard variable.

  • entityTypestring

    Entity type associated with the variable.

  • tagstring

    The tag key used for filtering variable values.

  • defaultValuestring

    The default value applied to the variable.

  • querystring

    Optional query used to filter the variable values.

Loading Examples...

Responses

Loading Examples...

Deletes the variables from the dashboard.

Path Parameters

  • idstringrequired

    Unique ID of the dashboard collection.

  • idstringrequired

    Unique ID of the dashboard.

Responses

204No Content