create_security_group_rule
Add an ingress rule to a security group by specifying the protocol, port range, and CIDR list. Enables controlled access to resources in CloudStack MCP Server.
Instructions
Create a security group ingress rule
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cidrlist | No | CIDR list | |
endport | No | End port | |
protocol | Yes | Protocol (TCP, UDP, ICMP) | |
securitygroupid | Yes | Security group ID | |
startport | No | Start port |