get_privatehost_info
Retrieve detailed information about a specific private host by providing its ID, enabling efficient management of Sakura Cloud infrastructure resources.
Instructions
Get detailed information about a specific private host
Input Schema
Name | Required | Description | Default |
---|---|---|---|
privateHostId | Yes | The ID of the private host to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"privateHostId": {
"description": "The ID of the private host to retrieve",
"type": "string"
}
},
"required": [
"privateHostId"
],
"type": "object"
}