Query a performance report

2025-09-08 08:15:43  Updated

Description

You can call this operation to query a performance report of a specified cluster.

Call description

Prerequisite

You have the read and write permissions on the specified cluster.

Request path

get /api/v2/ob/clusters/{id}/performance/workload/reports/{reportId}

Request parameters

Parameter Type Required Example value Description
id Integer Yes 1 The ID of the cluster for which you want to query a performance report.
reportId Integer Yes 10 The ID of the performance report.

Response parameters

The response is a binary stream. You can store it as an HTML file.

Examples

Sample request

get  /api/v2/ob/clusters/1/performance/workload/reports/10

Contact Us