All Products
Search
Document Center

Dynamic Content Delivery Network:DescribeUserErStatus

Last Updated:Mar 01, 2024

Queries whether EdgeRoutine (ER) is activated or has an overdue payment.

Operation description

Note You can call this operation up to 30 times per second per account.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
The current API does not require request parameters

Response parameters

ParameterTypeDescriptionExample
object
InDebtboolean

Indicates whether ER has an overdue payment.

  • true
  • false
false
OnServiceboolean

Indicates whether ER is available.

  • true
  • false
true
RequestIdstring

The ID of the request.

4F51E9C3-728F-4E35-952D-0ED87A06A8A1
InDebtOverdueboolean

Indicates whether an overdue payment of ER has passed the grace period.

  • true
  • false
false
Enabledboolean

Indicates whether ER is activated.

  • true
  • false
true

Examples

Sample success responses

JSONformat

{
  "InDebt": false,
  "OnService": true,
  "RequestId": "4F51E9C3-728F-4E35-952D-0ED87A06A8A1",
  "InDebtOverdue": false,
  "Enabled": true
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history