Get Dashboard Definition
get_dashboard_definitionRetrieve the raw definition of a Splunk dashboard, including source (Simple XML or JSON), type, app context, owner, and viewing URL. Specify dashboard name, app, and owner to get complete data for inspection or troubleshooting.
Instructions
Get the raw definition of a specific dashboard. Returns the complete dashboard source (Simple XML or Dashboard Studio JSON), type, app context, owner, and Splunk Web viewing URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No | App context. Default: 'search' | search |
| name | Yes | Dashboard name (required) | |
| owner | No | Dashboard owner. Default: 'nobody' | nobody |