Queries the traffic of a scenario.
Operation description
To manage scenarios, use the Scenario Management feature in the console instead of calling this operation. For more information, see
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
airec:DescribeSceneThroughput |
get |
*Instance
|
None | None |
Request syntax
GET /v2/openapi/instances/{instanceId}/scenes/{sceneId}/throughput HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| instanceId |
string |
Yes |
The instance ID. |
airec-cn-o400whm78004 |
| sceneId |
string |
Yes |
The scenario ID. |
testid |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| result |
object |
The returned results. |
|
| pvCount |
integer |
The number of page views (PVs). |
123 |
| code |
string |
The error code. |
InternalServerError |
| requestId |
string |
The request ID. |
8F81A922-6C81-46D6-B78C-CC35E16B1691 |
| message |
string |
The error details. |
An internal server error occurred |
Examples
Success response
JSON format
{
"result": {
"pvCount": 123
},
"code": "InternalServerError",
"requestId": "8F81A922-6C81-46D6-B78C-CC35E16B1691",
"message": "An internal server error occurred"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.