Querying Information About Keystone API 3.0
Function
This API is used to obtain the information about Keystone API 3.0.
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 /v3
Request Parameters
None
Response Parameters
Parameter |
Type |
Description |
---|---|---|
Object |
Information about Keystone API 3.0. |
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 information about Keystone API 3.0
GET https://iam.myhuaweicloud.com/v3
Example Response
Status code: 200
The request is successful.
{
"version": {
"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 |
---|---|
200 |
The request is successful. |
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