All Products
Search
Document Center

Dynamic Content Delivery Network:DescribeUserLogserviceStatus

Last Updated:Apr 11, 2024

Queries whether Log Service is activated and whether you have overdue payments for your Log Service.

Operation description

Note You can call this operation up to 20 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 your Log Service has overdue payments.

  • true
  • false
false
OnServiceboolean

Indicates whether Log Service is available.

  • true
  • false
true
RequestIdstring

The ID of the request.

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

Indicates whether an overdue payment of your Log Service has passed the grace period.

  • true
  • false
false
Enabledboolean

Indicates whether Log Service 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