/security-profile-behaviors/validate
The AWS IoT Wireless multi-region endpoint
https://api.iotwireless.{region}.amazonaws.com
The AWS IoT Wireless multi-region endpoint
https://api.iotwireless.{region}.amazonaws.com
POST
/security-profile-behaviors/validate
Request Request Example
Shell
JavaScript
Java
Swift
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
}
]
}'
Response Response Example
200 - Example 1
{
"valid": true,
"validationErrors": []
}
Request
Body Params application/json
Responses
Modified at 2022-09-10 23:12:18