Uses the subscribed account ID to activate anomaly detection and set threshold values.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
application/json
Request to activate anomaly detection.
TypeScript Definitions
Use the request body type in TypeScript.
Anomaly detection request.
application/json
application/json
curl -X POST "https://example.com/m2m/v1/intelligence/anomaly/settings" \ -H "Content-Type: application/json" \ -d '{ "accountName": "0000123456-00001", "requestType": "anomaly", "sensitivityParameter": { "abnormalMaxValue": 1.1, "enableAbnormal": true, "enableVeryAbnormal": true, "veryAbnormalMaxValue": 0.55 } }'{ "status": "Success"}{ "errorCode": "str", "errorMessage": "string"}The name of a billing account. An account name is usually numeric, and must include any leading zeros.
3 <= length <= 32The type of request being made. anomaly is the request to activate anomaly detection.
Details for sensitivity parameters.