All Products
Search
Document Center

:ListSceneParameters

Last Updated:Jan 15, 2021

Description

Queries all channels and scenes of a specified instance.

Method

GET

URI

/openapi/instances/{instanceId}/dashboard/scene-parameters

Request parameters

Parameter Type Required Description

Response parameters

Parameter Type Description
RequestId String The ID of the request.
Result Map The list of channels and scenes.
â””TraceId List The list of channels.
â””SceneId List The list of scenes.

Sample requests

GET /openapi/instances/airec-cn-xxxxx/dashboard/scene-parameters

Sample responses

JSON format

{
    "RequestId": "16B78383-2803-4964-9605-37B30C073B0E",
    "Result": {
      "TraceId": ["alibaba", "selfhold"],
      "SceneId": ["1 xxx", "2 xxx", "test xxx"]
    }
}