get_region_info
Retrieve detailed data about a specific region in Sakura Cloud infrastructure using the region ID for informed infrastructure management decisions.
Instructions
Get detailed information about a specific region
Input Schema
Name | Required | Description | Default |
---|---|---|---|
regionId | Yes | The ID of the region to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"regionId": {
"description": "The ID of the region to retrieve",
"type": "string"
}
},
"required": [
"regionId"
],
"type": "object"
}