create_group
Create a new firewall group to organize and manage network security rules for Vultr cloud infrastructure.
Instructions
Create a new firewall group.
Args: description: Description for the firewall group
Returns: Created firewall group information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | Yes |
Input Schema (JSON Schema)
{
"properties": {
"description": {
"title": "Description",
"type": "string"
}
},
"required": [
"description"
],
"type": "object"
}