Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Dashboard to create or update
Request to create or update a dashboard
Dashboard object
Example:
{
"settings": {
"hideGlobalEnvironmentSelector": false,
"defaultTimeRange": "defaultTimeRange"
},
"metadata": {
"id": "id",
"title": "title",
"folderPath": "/dashboards/default/"
},
"content": {
"variables": [
{
"defaultValue": "defaultValue",
"overridable": true,
"name": "name",
"selectorSettings": {
"metricName": "metricName",
"attribute": "attribute"
}
},
{
"defaultValue": "defaultValue",
"overridable": true,
"name": "name",
"selectorSettings": {
"metricName": "metricName",
"attribute": "attribute"
}
}
],
"title": "title",
"widgets": []
}
}
Response
Dashboard created or updated successfully
Response from creating or updating a dashboard
Unique identifier of the created/updated dashboard