ncloud_list_acgs
List all Access Control Groups (ACGs) in the current region with optional filters like VPC number, name, status, and pagination.
Instructions
List all Access Control Groups (ACGs) in the current region
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vpcNo | No | Filter by VPC number | |
| pageNo | No | Page number for pagination (0 or 1 for first page) | |
| pageSize | No | Page size for pagination (1-1000, required when pageNo is set) | |
| accessControlGroupName | No | Filter by ACG name | |
| accessControlGroupNoList | No | Filter by ACG numbers | |
| accessControlGroupStatusCode | No | Filter by ACG status code (INIT | SET | RUN | TERMTING) |