curl --location -g --request POST 'https://api.iotwireless.{region}.amazonaws.com/security-profile-behaviors/validate' \
--header 'Content-Type: application/json' \
--data-raw '{
"behaviors": [
{
"name": "string",
"metric": "string",
"metricDimension": {
"dimensionName": "string",
"operator": "IN"
},
"criteria": {
"comparisonOperator": "less-than",
"value": {
"count": 0,
"cidrs": [],
"ports": [],
"number": 0,
"numbers": [],
"strings": []
},
"durationSeconds": 0,
"consecutiveDatapointsToAlarm": 0,
"consecutiveDatapointsToClear": 0,
"statisticalThreshold": {
"statistic": "string"
},
"mlDetectionConfig": {
"confidenceLevel": "LOW"
}
},
"suppressAlerts": true
}
]
}'