Retrieves the current anomaly detection settings for an account.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
The name of the subscribed account.
application/json
application/json
curl -X GET "https://example.com/m2m/v1/intelligence/0000123456-00001/anomaly/settings"{ "accountName": "Success", "sensitivityParameter": { "abnormalMaxValue": 1.1, "enableAbnormal": true, "enableVeryAbnormal": true, "veryAbnormalMaxValue": 0.55 }, "status": "Active"}{ "errorCode": "str", "errorMessage": "string"}