All Products
Search
Document Center

Performance Testing:StartDebuggingJMeterScene

Last Updated:Oct 31, 2024

Debugs a JMeter scenario.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
SceneIdstringYes

The ID of the scenario that you want to debug.

DYYPZIH

Response parameters

ParameterTypeDescriptionExample
object

The sample response.

Codestring

The system status code. If the operation is successful, this parameter is not returned.

200
HttpStatusCodeinteger

The HTTP status code. If the operation is successful, this parameter is not returned.

200
Messagestring

The error message. If the operation is successful, this parameter is not returned.

ReportIdstring

The ID of the debugging report.

MH0SU1I
RequestIdstring

The ID of the request.

A8E16480-15C1-555A-922F-B736A005E52D
Successboolean

Indicates whether the operation is successful. Valid values:

  • true
  • false
true

Examples

Sample success responses

JSONformat

{
  "Code": "200",
  "HttpStatusCode": 200,
  "Message": "",
  "ReportId": "MH0SU1I",
  "RequestId": "A8E16480-15C1-555A-922F-B736A005E52D",
  "Success": true
}

Error codes

HTTP status codeError codeError message
403SceneNotExistThe scene does not exist.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2021-11-23The Error code has changedView Change Details
2021-11-19Add OperationView Change Details