get_sshkey_info
Retrieve detailed information about a specific SSH key by providing its unique ID, enabling management and access control within Sakura Cloud infrastructure.
Instructions
Get detailed information about a specific SSH key
Input Schema
Name | Required | Description | Default |
---|---|---|---|
sshkeyId | Yes | The ID of the SSH key to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"sshkeyId": {
"description": "The ID of the SSH key to retrieve",
"type": "string"
}
},
"required": [
"sshkeyId"
],
"type": "object"
}