This API is used to query details about an API version.
GET /{api_version}
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
X-Auth-Token |
Yes |
String |
Specifies the user token. EPS is a global service. When calling the IAM API to obtain a user token, set scope to domain. The value of X-Subject-Token in the response header is the user token. |
Name |
Mandatory |
Type |
Description |
|---|---|---|---|
api_version |
Yes |
String |
Specifies the version ID, for example, v1.0. |
GET https://{EPS endpoint}/v1.0
Status code: 200
Name |
Type |
Description |
|---|---|---|
version |
Object |
Specifies the version details. For details, see Table 4. |
Name |
Type |
Description |
|---|---|---|
id |
String |
Specifies the version ID, for example, v1.0. |
links |
List<Link> |
Specifies the API URL. For details, see Table 5. |
version |
String |
Specifies the microversion. If APIs of a version support microversions, the maximum microversion supported is returned. If microversions are not supported, this field is left empty. |
status |
String |
Specifies the version status. The options are as follows:
|
updated |
String |
Specifies the version release time, which is a UTC time. For example, the release time of v1.0 is 2016-12-09T00:00:00Z. |
min_version |
String |
Specifies the microversion. If APIs of a version support microversions, the minimum microversion supported is returned. If microversions are not supported, this field is left empty. |
For details, see Status Code.
For details, see Error Codes.