get_dashboard
Retrieve detailed information for a specific New Relic dashboard using its unique identifier to access monitoring data and configuration.
Instructions
Get details for a specific dashboard
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guid | Yes |
Input Schema (JSON Schema)
{
"properties": {
"guid": {
"title": "Guid",
"type": "string"
}
},
"required": [
"guid"
],
"type": "object"
}