Amazon IoT Device Defender · Schema
Behavior
A Device Defender security profile behavior.
ComplianceIoTSecurityVulnerability Management
Properties
| Name | Type | Description |
|---|---|---|
| name | object | |
| metric | object | |
| metricDimension | object | |
| criteria | object | |
| suppressAlerts | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-defender/refs/heads/main/json-schema/iot-device-defender-behavior-schema.json",
"title": "Behavior",
"description": "A Device Defender security profile behavior.",
"type": "object",
"properties": {
"name": {
"allOf": [
{
"$ref": "#/components/schemas/BehaviorName"
},
{
"description": "The name you've given to the behavior."
}
]
},
"metric": {
"allOf": [
{
"$ref": "#/components/schemas/BehaviorMetric"
},
{
"description": "What is measured by the behavior."
}
]
},
"metricDimension": {
"allOf": [
{
"$ref": "#/components/schemas/MetricDimension"
},
{
"description": "The dimension for a metric in your behavior. For example, using a <code>TOPIC_FILTER</code> dimension, you can narrow down the scope of the metric to only MQTT topics where the name matches the pattern specified in the dimension. This can't be used with custom metrics."
}
]
},
"criteria": {
"allOf": [
{
"$ref": "#/components/schemas/BehaviorCriteria"
},
{
"description": "The criteria that determine if a device is behaving normally in regard to the <code>metric</code>."
}
]
},
"suppressAlerts": {
"allOf": [
{
"$ref": "#/components/schemas/SuppressAlerts"
},
{
"description": " Suppresses alerts. "
}
]
}
},
"required": [
"name"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/iot-device-defender-behavior"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
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.
A second provider on the same verified email joins the account you already have.