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.
Debugging
You can debug this API in API Explorer.
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
Request for querying the version information of Keystone APIs
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
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot