Queries JMeter scenarios based on a specified condition.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
PageNumber | integer | Yes | The number of the page to return. | 1 |
PageSize | integer | Yes | The number of scenarios to return. | 10 |
SceneId | string | No | The scenario ID. | DYYPZIH |
SceneName | string | No | The scenario name. | test |
Response parameters
Examples
Sample success responses
JSON
format
{
"Code": "200",
"HttpStatusCode": 200,
"JMeterScene": [
{
"DurationStr": "",
"SceneId": "DYYPZIH",
"SceneName": "test",
"Status": "STOPPED"
}
],
"Message": "",
"PageNumber": 1,
"PageSize": 10,
"RequestId": "A8E16480-15C1-555A-922F-B736A005E52D",
"Success": true,
"TotalCount": 100
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
403 | SceneNotExist | The scene does not exist. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-01-23 | The Error code has changed. The response structure of the API has changed | View Change Details |
2021-11-23 | The Error code has changed | View Change Details |
2021-11-19 | Add Operation | View Change Details |