Open Context Protocol is live! 🚀 Read the launch post
updateFirewallGroup

updateFirewallGroup

Update Firewall Group

Details

  • Method: PUT
  • Path: /firewalls/{firewall-group-id}
  • Operation ID: update-firewall-group

Parameters

{
  "description": {
    "description": "User-supplied description of this Firewall Group.",
    "required": true,
    "location": "body",
    "type": "string"
  }
}

Usage

from ocp_agent import OCPAgent

agent = OCPAgent()
await agent.register_api('vultr')

# Call this tool
result = await agent.call_tool('updateFirewallGroup', {
    # Add required parameters here
})