{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
- id
Unique ID of the dashboard collection.
- id
Unique ID of the dashboard.
Request Body
application/json
- name
Name of the dashboard variable.
- entityType
Entity type associated with the variable.
- tag
The tag key used for filtering variable values.
- defaultValue
The default value applied to the variable.
- query
Optional query used to filter the variable values.
Loading Examples...
Responses
Loading Examples...
Deletes the variables from the dashboard.
Path Parameters
- id
Unique ID of the dashboard collection.
- id
Unique ID of the dashboard.