Domain name for API request: lighthouse.intl.tencentcloudapi.com.
This API is used to query the list of scenes in all regions.
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: DescribeAllScenes. |
| Version | Yes | String | Common Params. The value used for this API: 2020-03-24. |
| Region | No | String | Common Params. This parameter is not required for this API. |
| SceneIds.N | No | Array of String | List of scene IDs |
| Offset | No | Integer | Offset. Default value: 0 |
| Limit | No | Integer | Number of returned results. Default value: 20. Maximum value: 100 |
| Parameter Name | Type | Description |
|---|---|---|
| SceneInfoSet | Array of SceneInfo | List of scenes |
| TotalCount | Integer | Total count of scenes |
| 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: lighthouse.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeAllScenes
<Common request parameters>
{
"Limit": 10,
"Offset": 0
}
{
"Response": {
"RequestId": "22cef196-4013-493e-8acb-33a2cb629869",
"TotalCount": 3,
"SceneInfoSet": [
{
"SceneId": "lhsc-1ubg0exh",
"DisplayName": "Test modify1",
"Description": "Test test1"
},
{
"SceneId": "lhsc-h69tuf89",
"DisplayName": "Test",
"Description": "Test test"
},
{
"SceneId": "lhsc-1bbbtj87",
"DisplayName": "31",
"Description": "31"
}
]
}
}
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. |
| InternalError | Internal error. |
文档反馈