Dashboard Variables

GET
dashboardvariables
Fetch list of dashboard IDs that have stored information.

Request: URL is all that is required.

Response: XML List of dashboards.

Response Schema: BESAPI.xsd

GET
dashboardvariables/{dashboard ID}
Lists variables for the specified dashboard.

Note: If the variables are private only, the ones for the requesting operator will be shown.

Response: List of Dashboard variables XML.

Response Schema: BESAPI.xsd

POST
dashboardvariables/{dashboard ID}
Creates new dashboard variable.

Request: XML for Dashboard variable.

Request Schema: BESAPI.xsd

Response Schema: BESAPI.xsd

DELETE
dashboardvariables/{dashboard ID}
Deletes all stored variables for a dashboard.
GET
dashboardvariable/{dashboard ID}/{variable name}
Fetches value of a specific dashboard variable.

Request: XML for Dashboard variable.

Response Schema: BESAPI.xsd

PUT
dashboardvariable/{dashboard ID}/{variable name}
Updates a specific dashboard variable.

Request: XML for Dashboard variable.

Request Schema: BESAPI.xsd

Response Schema: BESAPI.xsd

POST
dashboardvariable/{dashboard ID}/{variable name}
Updates a specific dashboard variable.

Request: XML for Dashboard variable.

Request Schema: BESAPI.xsd

Response Schema: BESAPI.xsd

DELETE
dashboardvariable/{dashboard ID}/{variable name}
Deletes the specified dashboard variable.