get_router_info
Retrieve detailed information about a specific router by providing its unique routerId. Useful for managing and monitoring Sakura Cloud infrastructure efficiently.
Instructions
Get detailed information about a specific router
Input Schema
Name | Required | Description | Default |
---|---|---|---|
routerId | Yes | The ID of the router to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"routerId": {
"description": "The ID of the router to retrieve",
"type": "string"
}
},
"required": [
"routerId"
],
"type": "object"
}