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.
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
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
Last Article: Querying the Version Information of Keystone APIs
Next Article: Services and Endpoints
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.