get_configuration_summary
Retrieve detailed configuration information for a Vultr load balancer using its ID or human-readable label to understand current settings and operational parameters.
Instructions
Get a comprehensive configuration summary for a load balancer.
Args: load_balancer_id: The load balancer ID or label (e.g., "web-lb", "api-load-balancer", or UUID)
Returns: Detailed configuration summary
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| load_balancer_id | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "load_balancer_id": {
      "title": "Load Balancer Id",
      "type": "string"
    }
  },
  "required": [
    "load_balancer_id"
  ],
  "type": "object"
}