Last Updated on : 2023-06-20 14:54:01download
Save or modify the data threshold of a specified IoT SIM card.
POST: /v1.0/iot-01/sim/threshold
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
iccid | String | true | The ID of a specified IoT SIM card. | |
limit_percent | Integer | false | The percentage of alert threshold. Unit: %. At least one of limit_percent and limit_absolute_value must be set. |
|
limit_absolute_value | Integer | false | The absolute value of capacity. Unit: MB. At least one of limit_absolute_value and limit_percent must be set. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | Indicates whether the operation is successful. Valid values:
|
POST: /v1.0/iot-01/sim/threshold
{
"result": true,
"t": 1626329772978,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback