Call the DescribeUserLogserviceStatus operation to check whether Log Service is activated or has overdue payments.
Operation description
The call frequency is 20 calls per second per user.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:DescribeUserLogserviceStatus |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
|||
| InDebt |
boolean |
Indicates whether your Log Service has an overdue payment.
|
false |
| OnService |
boolean |
Indicates whether Log Service is active.
|
true |
| RequestId |
string |
The request ID. |
4F51E9C3-728F-4E35-952D-0ED87A06A8A1 |
| InDebtOverdue |
boolean |
Indicates whether the overdue payment for Log Service has timed out.
|
false |
| Enabled |
boolean |
Indicates whether Log Service is activated.
|
true |
Examples
Success response
JSON format
{
"InDebt": false,
"OnService": true,
"RequestId": "4F51E9C3-728F-4E35-952D-0ED87A06A8A1",
"InDebtOverdue": false,
"Enabled": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.