PUT /intelligence/{accountName}/anomaly/settings/reset
Resets the Anomaly Detection thresholds for an account ID. Thresholds are reset to Zero.
See also:
Retrieve the Settings for Anomaly Detection
Activate Anomaly Detection
PUT https://thingspace.verizon.com/api/m2m/v1/intelligence/{accountName}/anomaly/settings/reset
Parameter Name | Data Type | Description |
---|---|---|
accountName required |
string | The name of a billing account. An account name is usually numeric, and must include any leading zeros. |
The request header must contain a current ThingSpace authorization bearer token and a valid VZ-M2M session token, and must set the content-type to JSON.
Parameter Name | Data Type | Description |
---|---|---|
Authorization required |
string | HTTP Authorization bearer token. |
VZ-M2M-Token required |
string | A valid session token returned by POST /session/login. |
Content-Type required |
string | Must be application/json . |
Status 200
Example Success Response:
{
"status": "Success"
}
Status 400
All error messages are returned in this format:
{
"errorCode": "error code string",
"errorMessage": "error message string"
}
Error codes and messages are listed on the Error Messages page, along with explanations and suggestions for corrective actions.