Gets all configured secret keys for the user account that makes the request.
This call has no restrictions.
List of secret keys configured to the system
| Field | Description | Type | Notes |
| user_secret_keys | |||
| secret_key_1 | First secret key | String | |
| secret_key_1_exist | First secret key exist | Boolean | |
| key_timestamp_1 | First key creation timestamp in ISO-8601 format | String |
Valid Values:
|
| key_expiry_timestamp_1 | First key expiration timestamp in ISO-8601 format | String |
Valid Values:
|
| secret_key_2 | Second secret key | String | |
| secret_key_2_exist | Second secret key exist | Boolean | |
| key_timestamp_2 | Second key creation timestamp in ISO-8601 format | String |
Valid Values:
|
| key_expiry_timestamp_2 | Second key expiry timestamp in ISO-8601 format | String |
Valid Values:
|
| link | User secret key reference link |
GET https://192.168.0.0:4443/object/secret-keys HTTP/1.1 Content-Type: application/xml X-SDS-AUTH-TOKEN: <AUTH_TOKEN>
HTTP/1.1 200 OK Content-Type: application/xml <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <user_secret_keys> <secret_key_1></secret_key_1> <key_timestamp_1></key_timestamp_1> <key_expiry_timestamp_1></key_expiry_timestamp_1> <secret_key_2></secret_key_2> <key_timestamp_2></key_timestamp_2> <key_expiry_timestamp_2></key_expiry_timestamp_2> </user_secret_keys>