list_security_groups
Retrieve and filter security groups in Apache CloudStack by name or associated virtual machine ID. Manage cloud resources efficiently with this integration tool.
Instructions
List security groups
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| securitygroupname | No | Security group name to filter | |
| virtualmachineid | No | VM ID to show associated security groups |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"securitygroupname": {
"description": "Security group name to filter",
"type": "string"
},
"virtualmachineid": {
"description": "VM ID to show associated security groups",
"type": "string"
}
},
"type": "object"
}