keyring_reconnect
Sectech
Checks the status of pending keyring related process initiated by one of the following calls:
keyring_backup_restore_init
keyring_secret_generate_init
keyring_secret_update_init
keyring_secret_upload_init
A successful call indicates a success and no further calls should be made.
If this method returns an error other than
rpc_async_action_in_progress
, the client should not retry later.
If this method returns rpc_async_action_in_progress
error
or it ends with no valid response the client should retry.
Params
attribute | description |
---|---|
session_id* string |
The ID of the session to reconnect to |
Example
Return
attribute | description |
---|---|
secrets* [Secret status] |
An array with the status of the secrets present in the device |
Secret status
attribute | description |
---|---|
id* string |
Unique human readable key of the secret |
type* 'pkey_cert'|'cert_single'|'cert_chain'|'dhparam'|'remote_access'|'ssh_private'|'uftp'|'psk'|'openvpn' |
The secret type |
is_empty bool |
Indicates if the secret is empty. If not spcified false is assumed. |
note string |
User description of the secret |
expiry_tstamp unsigned integer |
The secret expiry time if applicable |
is_read_only bool |
Indicates manufacturer provided certificate that the user can not remove or alter. Default value is false |