Updated on 2024-11-29 GMT+08:00

Obtaining MRS Version List

Function

This API is used to obtain the MRS version list.

URI

GET /v2/{project_id}/metadata/versions

Table 1 URI parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Explanation

Project ID. For details about how to obtain the project ID, see Obtaining a Project ID.

Constraints

N/A

Value range

The value must consist of 1 to 64 characters. Only letters and digits are allowed.

Default value

N/A

Request Parameter

None

Response Parameter

Status code: 200

Table 2 Response body parameter

Parameter

Type

Description

cluster_versions

Array of strings

Explanation

Cluster version list

Example Request

None

Example Response

Status code: 200

Successful request

{
  "cluster_versions" : [ "MRS xxx", "MRS aaa", "MRS bbb" ]
}

Status Codes

For details, see Status Codes.

Error Codes

For details, see Error Codes.