api:private-networks:list
List Private Networks for a Subscription
For more help, see https://cloudapi-docs.acquia.com/ or https://dev.acquia.com/api-documentation/acquia-cloud-site-factory-api for acsf commands.
Usage
acli api:private-networks:list [--limit LIMIT] [--offset OFFSET] [--sort SORT] [--filter FILTER] [--] <subscriptionId>
acli api:private-networks:list --sort="name,-created_at" --filter="status:active;type:standard"
Arguments
subscriptionId
Required
ID of the subscription
Options
--limit
Required
The maximum number of items to return per page.
--offset
Required
The number of items to skip before starting to collect the result set.
--sort
Required
Sort the result set by one or more fields. **Format:** `field1,field2,-field3` **Sort order:** - No prefix - Ascending order (default) - `-` prefix - Descending order **Multiple fields:** - Fields are processed in the order specified - First field has highest priority - Use comma to separate multiple fields **Examples:** - `name` - Sort by name in ascending order - `-created_at` - Sort by created_at in descending order - `name,-created_at` - Sort by name ascending, then created_at descending - `status,name,-updated_at` - Sort by status ascending, then name ascending, then updated_at descending
--filter
Required
Filter the result set using field-based criteria. **Format:** `field:value` or `field:operator:value` **Logical operators:** - `,` (comma) - OR logic between filters - `;` (semicolon) - AND logic between filters - **Note:** Cannot mix OR and AND operators in the same query **Comparison operators:** - `=` - Equals (default if no operator specified) - `!=` - Does not equal - `>` - Greater than - `<` - Less than - `>=` - Greater than or equal to - `<=` - Less than or equal to - `=@` - Contains substring - `!@` - Does not contain substring **Wildcards:** - `*` - Wildcard character for pattern matching **Examples:** - `status=active` - Filter by status equals active - `name=@prod` - Filter by name containing "prod" - `status=active;type=standard` - Status is active AND type is standard - `status=active,status=pending` - Status is active OR pending
--help | -h
Optional
Display help for the given command. When no command is given display help for the `list` command
Defaults to
false
--quiet | -q
Optional
Do not output any message
Defaults to
false
--verbose | -v|-vv|-vvv
Optional
Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
Defaults to
false
--version | -V
Optional
Display this application version
Defaults to
false
--ansi
Optional
Force (or disable --no-ansi) ANSI output
--no-ansi
Optional
Negate the "--ansi" option
--no-interaction | -n
Optional
Do not ask any interactive question
Defaults to
false