GET – Key properties
Use the GET method to retrieve properties in Key resource for Redfish service.
Request URL
GET https://<BMC_IPADDR>/redfish/v1/AccountService/Accounts/{ManagerAccountId}/Keys/{KeyId}
Request body
None
Response body
Field | Type | Description | |||
---|---|---|---|---|---|
Id | String | SSH_Key_{key_index} | |||
Name | String | SSH_Key_{key_index} | |||
Descripion | String | This resource is used to represent a SSH Key for a Redfish implementation. | |||
KeyString | String | The string for the key. | |||
KeyType | String | SSH | |||
UserDescription | String | A user-defined string to describe this key. |
Status code
HTTP Status Code | Error Message ID |
---|---|
500 | InternalError |
Give documentation feedback