Domain name for API request: cls.intl.tencentcloudapi.com.
Query view list
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
| Parameter Name | Required | Type | Description |
|---|---|---|---|
| Action | Yes | String | Common Params. The value used for this API: DescribeSearchViews. |
| Version | Yes | String | Common Params. The value used for this API: 2020-10-16. |
| Region | No | String | Common Params. This parameter is not required for this API. |
| Filters.N | No | Array of Filter |
|
| Offset | No | Integer | Pagination offset. Default value: 0. |
| Limit | No | Integer | Maximum number of entries per page. Default value: 20. Maximum value: 100. |
| Parameter Name | Type | Description |
|---|---|---|
| Infos | Array of SearchViewInfo | Query view detailed information. |
| Total | Integer | Total number of qualified tasks. |
| RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: cls.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeSearchViews
<Common request parameters>
{
"Filters": [
{
"Key": "logsetId",
"Values": [
"9ec1f40f-7bca-4da8-bbd0-29b358a1ba2a"
]
}
]
}
{
"Response": {
"Infos": [
{
"CreateTime": 1776912487,
"LogsetId": "9ec1f40f-7bca-4da8-bbd0-29b358a1ba2a",
"LogsetRegion": "ap-**************",
"Topics": [
{
"LogsetId": "9ec1f40f-7bca-4da8-bbd0-29b358a1ba2a",
"Region": "ap-**************",
"TopicId": "k****-5-1254139626"
}
],
"UpdateTime": 1776912487,
"ViewId": "k****-search-4-view",
"ViewName": "k****-search-4",
"ViewType": "log"
}
],
"Total": 4,
"RequestId": "7090fbf8-4000-4712-992f-3a2d7816b702"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
| Error Code | Description |
|---|---|
| FailedOperation | Operation failed. |
| FailedOperation.TagQpsLimit | The frequency of tag service requests is limited. |
| InternalError | Internal error. |
| InvalidParameter | Incorrect parameter. |
| InvalidParameterValue | Incorrect parameter value. |
| OperationDenied | Operation denied. |
| OperationDenied.ACLFailed | ACL verification failed. |
| OperationDenied.AccountDestroy | The account has been terminated. |
| OperationDenied.AccountIsolate | The account has overdue payments. |
| OperationDenied.AccountNotExists | The account does not exist. |
| ResourceNotFound.RecordNotExist | Record does not exist |
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback