get_gateway_status
Retrieve detailed status information for a Vultr storage gateway, including health metrics, export configurations, and network settings using either gateway label or ID.
Instructions
Get comprehensive status information for a storage gateway.
Smart identifier resolution: Use gateway label or ID.
Args: gateway_identifier: Gateway label or ID
Returns: Detailed status including health, exports, and network configuration
Input Schema
Name | Required | Description | Default |
---|---|---|---|
gateway_identifier | Yes |
Input Schema (JSON Schema)
{
"properties": {
"gateway_identifier": {
"title": "Gateway Identifier",
"type": "string"
}
},
"required": [
"gateway_identifier"
],
"type": "object"
}