Domain name for API request: lighthouse.tencentcloudapi.com.
This API is used to query the list of scenes.
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: DescribeScenes. |
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 |
---|---|---|
SceneSet | Array of Scene | List of scenes |
TotalCount | Integer | Total number of scenes |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: lighthouse.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeScenes
<Common request parameters>
{
"Limit": 10,
"Offset": 0
}
{
"Response": {
"SceneSet": [
{
"SceneId": "lhsc-abcd1235",
"DisplayName": "Test1",
"Description": "Test test1",
}
],
"TotalCount": 1,
"RequestId": "4836c744-4de2-44c0-ba5c-096ccf8c923f"
}
}
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 |
---|---|
AuthFailure | Error with CAM signature/authentication. |
InternalError | Internal error. |
InvalidParameterValue | Incorrect parameter value. |
InvalidParameterValue.Duplicated | Invalid parameter value: duplicate values are not allowed. |
InvalidParameterValue.InvalidSceneIdMalformed | Invalid scene ID |
InvalidParameterValue.LimitExceeded | Invalid parametric value: the number of parameter values exceeds the upper limit. |
MissingParameter | Missing parameter. |
Was this page helpful?