Show KeyPair¶
Classification¶
- Show
Synchronous / Asynchronous¶
- Synchronous
Request¶
HTTP Request Method¶
- GET
HTTP Request Path¶
{api_endpoint}/v2/{tenant_id}/os-keypairs/{keypair_name}
HTTP Request Header¶
Accept: application/json
Content-Type: application/json
X-Auth-Token: <token>
HTTP Request Body¶
- none
Request Parameter¶
name | style | format | description | required/optional | default value | action for invalid parameter | response code for invalid parameter |
---|---|---|---|---|---|---|---|
tenant_id | URL | UUID | ID for the tenant. | required | - | Terminate | 403, 404 |
keypair_name | URL | String | The name associated with a KeyPair. | required | - | Terminate | 404 |
token | Header | Authentication token string | Keystone authentication token. | required | - | Terminate | 401 |
Response¶
HTTP Response Header¶
Format¶
HTTP/1.1 200 OK
- <response_code>: see “HTTP Responses” section
- <message>: message based on the response code
Response Code¶
response code | condition |
---|---|
200 | normal end |
400 | specified parameter is invalid |
401 | unauthorized |
403 | tenant is not available |
404 | not found a item |
405 | request URL or method is invalid |
415 | bad media type |
500 | compute fault. If an error other than above has occurred, the response code is always 500. |
Sample Request and Response¶
Sample API Request¶
Request URI¶
https://baremetal-server-jp1-ecl.api.ntt.com/v2/b322a85578de48beba0f92acce57869b/os-keypairs/public-key
Request Header¶
GET /v2/b322a85578de48beba0f92acce57869b/os-keypairs/public-key HTTP/1.1
User-Agent: curl/7.35.0
Host: 192.168.150.51:8774
Accept: application/json
Content-Type: application/json
X-Auth-Token: 62d528dc0cca4827b0ed465efe1c2588
Request Body¶
- none