get_group
Retrieve detailed information about a specific Vultr firewall group using its ID or human-readable name for network security management.
Instructions
Get information about a specific firewall group.
Args: firewall_group_id: The firewall group ID or description (e.g., "web-servers" or UUID)
Returns: Firewall group information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
firewall_group_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"firewall_group_id": {
"title": "Firewall Group Id",
"type": "string"
}
},
"required": [
"firewall_group_id"
],
"type": "object"
}