get-monitor
Retrieve detailed configuration, status, and information for a specific Datadog monitor by its ID. Use this to access and manage individual monitor data efficiently.
Instructions
Get detailed information about a specific Datadog monitor by its ID. Use this to retrieve the complete configuration, status, and other details of a single monitor.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
monitorId | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"monitorId": {
"type": "number"
}
},
"required": [
"monitorId"
],
"type": "object"
}