Get details about the specified monitor from your organization.

External Documentation

To learn more, visit the Datadog documentation.

Parameters

ParameterDescription
Monitor IDThe ID of the monitor.

Example Output

{
	"id": 41704129,
	"org_id": 1131740,
	"type": "<string>",
	"name": "<string>",
	"message": "<string>",
	"tags": [
		"<string>",
		"<string>"
	],
	"query": "<string>",
	"options": {
		"notification_preset_name": "<string>",
		"on_missing_data": "<string>",
		"notify_audit": false,
		"new_host_delay": 107,
		"include_tags": true,
		"synthetics_check_id": "<string>",
		"silenced": {}
	},
	"multi": false,
	"created_at": 988354741067,
	"created": "<string>",
	"modified": "<string>",
	"deleted": null,
	"priority": 1,
	"restricted_roles": null,
	"overall_state_modified": "<string>",
	"overall_state": "<string>",
	"creator": {
		"name": "<string>",
		"email": "<string>",
		"handle": "<string>",
		"id": 4635426
	}
}

Workflow Library Example

Get Monitor with Datadog and Send Results Via Email

Preview this Workflow on desktop

Get details about the specified monitor from your organization.

External Documentation

To learn more, visit the Datadog documentation.

Parameters

ParameterDescription
Monitor IDThe ID of the monitor.

Example Output

{
	"id": 41704129,
	"org_id": 1131740,
	"type": "<string>",
	"name": "<string>",
	"message": "<string>",
	"tags": [
		"<string>",
		"<string>"
	],
	"query": "<string>",
	"options": {
		"notification_preset_name": "<string>",
		"on_missing_data": "<string>",
		"notify_audit": false,
		"new_host_delay": 107,
		"include_tags": true,
		"synthetics_check_id": "<string>",
		"silenced": {}
	},
	"multi": false,
	"created_at": 988354741067,
	"created": "<string>",
	"modified": "<string>",
	"deleted": null,
	"priority": 1,
	"restricted_roles": null,
	"overall_state_modified": "<string>",
	"overall_state": "<string>",
	"creator": {
		"name": "<string>",
		"email": "<string>",
		"handle": "<string>",
		"id": 4635426
	}
}

Workflow Library Example

Get Monitor with Datadog and Send Results Via Email

Preview this Workflow on desktop