Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
AlarmType | string | Yes | The type of the alert. Set the value to | quota_low_balance |
AlarmThresholds | string | No | The alert rules corresponding to the specified alert type. If you leave this parameter empty, no alert threshold exists. | [{\"denominator\":100,\"numerator\":30,\"thresholdType\":1}] |
Response parameters
Examples
Sample success responses
JSON
format
{
"Code": "200",
"Message": "Successful!",
"Data": true,
"RequestId": "79EE7556-0CFD-44EB-9CD6-B3B526E3A85F",
"Success": true
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
400 | NotApplicable | This API is not applicable for caller. |
400 | NotAuthorized | This API is not authorized for caller. |
400 | InternalError | The request processing has failed due to some unknown error, exception or failure. |
400 | ParameterError | Missing the must parameter |
500 | CreditInnerError | This interface has some error. Please try again. |
500 | UndefinedError | The request processing has failed due to some unknown error. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history