get_interface_info
Retrieve detailed information about a specific network interface by providing its ID. Simplify network management and troubleshooting on Sakura Cloud infrastructure.
Instructions
Get detailed information about a specific network interface
Input Schema
Name | Required | Description | Default |
---|---|---|---|
interfaceId | Yes | The ID of the interface to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"interfaceId": {
"description": "The ID of the interface to retrieve",
"type": "string"
}
},
"required": [
"interfaceId"
],
"type": "object"
}