All Products
Search
Document Center

Dynamic Content Delivery Network:DescribeUserDcdnIpaStatus

Last Updated:Apr 11, 2024

Whether IPA is enabled and whether you have overdue payments for your IPA are queried.

Operation description

**

**The maximum number of times that each user can call this operation per second is 20.

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 you have overdue payments.

false
OnServiceboolean

Indicates whether the IPA service is available. The IPA service is available when no payment is overdue.

true
RequestIdstring

The ID of the request.

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

Indicates whether the grace period for your overdue payments expired.

false
Enabledboolean

Indicates whether the IPA service is activated.

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