Querying a Specified API Version¶
Function¶
This API is used to query a specified API version. Before calling this API:
Learn how to authorize and authenticate it.
Obtain the required region and endpoint.
URI¶
GET /{version_id}
Parameter  | Mandatory  | Type  | Description  | 
|---|---|---|---|
version_id  | Yes  | String  | API version. Values: 
  | 
Request Parameters¶
None
Response Parameters¶
Status code: 200
Parameter  | Type  | Description  | 
|---|---|---|
version  | Array of OpenApiVersion objects  | Version details.  | 
Parameter  | Type  | Description  | 
|---|---|---|
id  | Object  | Version number, for example, v3.  | 
links  | Array of OpenApiLinks objects  | API URL.  | 
status  | String  | Version status. Values: 
  | 
updated  | String  | Version release time in UTC. For example, the release time of v3 is 2020-10-29T03:30:42Z.  | 
min_version  | String  | If the APIs of this version support microversions, the earliest microversion is returned. If not, an empty value is returned.  | 
Parameter  | Type  | Description  | 
|---|---|---|
href  | Object  | API URL. The value is "".  | 
rel  | Object  | Its value is self, indicating that href is a local link.  | 
Example Request¶
None
Example Response¶
None
Status Code¶
For details, see Status Codes.
Error Code¶
For details, see Error Codes.