Queries whether Log Service is activated and whether your Log Service has overdue payments.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribeUserLogserviceStatus |
The operation that you want to perform. Set the value to DescribeUserLogserviceStatus. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Enabled | Boolean | true |
Indicates whether Log Service is activated.
|
InDebt | Boolean | false |
Indicates whether your Log Service has overdue payments.
|
InDebtOverdue | Boolean | false |
Indicates whether the overdue payments of Log Service have passed the grace period.
|
OnService | Boolean | true |
Indicates whether Log Service is available.
|
RequestId | String | 4F51E9C3-728F-4E35-952D-0ED87A06A8A1 |
The ID of the request. |
Examples
Sample requests
https://dcdn.aliyuncs.com?&Action=DescribeUserLogserviceStatus&<Common request parameters>
Sample success responses
XML
format
<DescribeUserLogserviceStatusResponse>
<Enabled>true</Enabled>
<InDebtOverdue>false</InDebtOverdue>
<InDebt>false</InDebt>
<OnService>true</OnService>
<RequestId>4F51E9C3-728F-4E35-952D-0ED87A06A
</DescribeUserLogserviceStatusResponse>
JSON
format
{
"Enabled": true,
"InDebtOverdue": false,
"InDebt": false,
"OnService": true,
"RequestId": "4F51E9C3-728F-4E35-952D-0ED87A06A8A1"
}
Error codes
For a list of error codes, visit the API Error Center.