| getsystemsshkeyResult Structure Definition |
The getsystemsshkeyResult structure defines the return type for getsystemsshkey API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
systemsshkeyList |
List of systemsshkeys |
| systemsshkey Structure Definition |
The systemsshkey structure defines the actual return type values for getsystemsshkey API. |
Syntax |
Members |
sshkeytype |
The type of the ssh key whether public or private key |
name |
URL \(protocol, host, path, and file name\) from where the location file will be imported.
NOTE: The import fails if the object to be imported is on an HTTPS server that requires client certificate authentication for access. |
_nextgenapiresource |
See Also |