Querying the Version Information of Keystone APIs
Function
This API is used to query the version information of Keystone APIs.
The API can be called using both the global endpoint and region-specific endpoints. For IAM endpoints, see Regions and Endpoints.
URI
GET /
Request Parameters
None
Response Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
Object |
Keystone API version information. |
|
Parameter |
Type |
Description |
|---|---|---|
|
status |
String |
Version status. |
|
updated |
String |
Time when the API was last updated. |
|
Array of objects |
Version resource link information. |
|
|
id |
String |
Version number, for example, v3.6. |
|
Array of objects |
Supported message formats. |
Example Request
GET https://iam.myhuaweicloud.com/
Example Response
Status code: 300
The request is successful. (Multiple choices)
{
"versions": {
"values": [
{
"media-types": [
{
"type": "application/vnd.openstack.identity-v3+json",
"base": "application/json"
}
],
"links": [
{
"rel": "self",
"href": "https://iam.myhuaweicloud.com/v3/"
}
],
"id": "v3.6",
"updated": "2016-04-04T00:00:00Z",
"status": "stable"
}
]
}
}
Status Codes
|
Status Code |
Description |
|---|---|
|
300 |
The request is successful. (Multiple choices) |
|
400 |
Invalid parameters. |
|
404 |
The requested resource cannot be found. |
|
503 |
Service unavailable. |
Error Codes
None
Last Article: Version Information Management
Next Article: Querying Information About Keystone API 3.0
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.