Sakura Cloud MCP Server

get_interface_info

Retrieve detailed network interface information by specifying its ID to manage and monitor Sakura Cloud infrastructure effectively.

Instructions

Get detailed information about a specific network interface

Input Schema

NameRequiredDescriptionDefault
interfaceIdYesThe 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" }
ID: vbob63j601