Queries the operation logs of an Anti-DDoS Origin instance.
Operation description
You can call the DescribeOpEntities operation to query the operation logs of an instance by page.
Limit
You can call this operation up to 10 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resourcesis used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
| Operation | Access level | Resource type | Condition key | Associated operation |
|---|---|---|---|---|
| yundun-antiddosbag:DescribeOpEntities | get | *All Resources * |
| none |
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| CurrentPage | integer | Yes | The page number. | 1 |
| PageSize | integer | Yes | The number of entries per page. Maximum value: 50. | 10 |
| StartTime | long | Yes | The start time. Operation logs that were generated after this time are queried.**** The value is a UNIX timestamp. Unit: milliseconds. | 1609430400000 |
| EndTime | long | Yes | The end time. Operation logs that were generated before this time are queried.**** The value is a UNIX timestamp. Unit: milliseconds. | 1640880000000 |
| OrderBy | string | No | The sorting method of operation logs. Set the value to opdate, which indicates sorting based on the operation time. | opdate |
| OrderDir | string | No | The sort order of operation logs. Valid values:
Default value: DESC. | ASC |
| InstanceId | string | No | The ID of the instance to query. Note
You can call the DescribeInstanceList operation to query the IDs of all instances.
| ddosbgp-cn-n6w1r7nz**** |
| ResourceGroupId | string | No | The ID of the resource group to which the instance belongs in Resource Management. If you do not specify this parameter, the instance belongs to the default resource group. | rg-acfm2pz25js**** |
| RegionId | string | No | The ID of the region where the instance resides. Note
You can call the DescribeRegions operation to query the most recent region list.
| cn-hangzhou |
| OpAction | integer | No | The type of the operation. Valid values:
| 3 |
All Alibaba Cloud API operations must include common request parameters. For more information about common request parameters, see Common parameters.
For more information about sample requests, see the "Examples" section of this topic.
Response parameters
Examples
Sample success responses
JSONformat
{
"TotalCount": 1,
"RequestId": "52C8ECB0-0B1A-4E66-A31C-B6A855120E82",
"OpEntities": [
{
"EntityType": 1,
"EntityObject": "ddosbgp-cn-n6w1r7nz****",
"OpAction": 8,
"GmtCreate": 1635818114000,
"OpAccount": "171986973287****",
"OpDesc": "{\"entity\":{\"baseBandwidth\":20,\"elasticBandwidth\":20}}"
}
]
}Error codes
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|---|---|
| 2024-12-11 | API Description Update | View Change Details |
| 2024-11-14 | The request parameters of the API has changed | View Change Details |
