get_dashboard_definition
Retrieve the complete source definition of a Splunk dashboard, including XML/JSON configuration, type, app context, owner, and viewing URL for analysis or customization.
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.
Args: name (str): Dashboard name (required) owner (str, optional): Dashboard owner. Default: 'nobody' app (str, optional): App context. Default: 'search'
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| owner | No | nobody | |
| app | No | search |