optimize_gateway_configuration
Analyze storage gateway configurations and provide optimization recommendations to improve performance and efficiency using gateway labels or IDs.
Instructions
Analyze and provide optimization recommendations for a storage gateway.
Smart identifier resolution: Use gateway label or ID.
Args: gateway_identifier: Gateway label or ID
Returns: Configuration analysis and optimization recommendations
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"
}