Creator is a JSON Structure definition published by Datadog, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/datadog/refs/heads/main/json-structure/datadog-monitors-creator-structure.json",
"name": "Creator",
"description": "Information about the user who created the monitor",
"type": "object",
"properties": {
"id": {
"type": "int32",
"description": "The unique numeric ID of the creator user",
"example": 42
},
"name": {
"type": "string",
"description": "The display name of the creator user",
"example": "Example Monitor"
},
"email": {
"type": "string",
"format": "email",
"description": "The email address of the creator user",
"example": "user@example.com"
},
"handle": {
"type": "string",
"description": "The Datadog handle (username) of the creator user",
"example": "example_value"
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.