Run a benchmark task immediately

Use this API to run a benchmark task immediately.

Resource Information

Method

URL

Authentication

POST

/V1/CMDB/Benchmark/Tasks/{task}/Run

Yes

Parameters

Name

Description

Token*required
(header)

Place the token received from the API Log in to get an authentication token.

task*required
(path)

The ID or name of the benchmark task you want to run.

Response

Parameter

Type

Description

Example

statusCode

integer

The returned status code of executing the API.

{
  "statusCode"790200,
  "statusDescription""success"
}

statusDescription

string

The explanation of the status code.