Skip to main content
Manage IP Sets

ipset access-report

Show the access report for the referenced ip set Usage
Common Options Reference

ipset add-location

Add one or more locations to the referenced IP set Usage
Common Options Reference

ipset audit

Retrieve audit trail events for the referenced ip set Usage
Common Options Reference

ipset clone

Create a clone of the referenced ip set; this will only duplicate its spec. Usage
Common Options Reference

ipset create

Create a new ip set Usage
Common Options Reference

ipset delete

Delete one or more referenced ip sets Usage
Common Options Reference

ipset edit

Edit the referenced ip set, as YAML, within an editor Usage
The default editor can be set by using the EDITOR environment variable.
Common Options Reference

ipset eventlog

Show the event log of the referenced ip set Usage
Common Options Reference

ipset get

Retrieve one or more referenced ip set Usage
An empty reference will return all references
Common Options Reference
  • Get all ipsets
  • Get one ipset
  • Get multiple ipsets

ipset patch

Update the referenced ip set’s metadata using an input file Usage
Running this command with the option --file - sets the input to stdin. The input is required to be a valid JSON or YAML string (e.g., {"description": "My new description"} or description: My new description). To complete the update, press Control-D (or Control-Z if you are using Windows).
Common Options Reference

ipset permissions

Show the grantable permissions for an ip set object type Usage
Common Options Reference

ipset query

Find all the ip sets based on the given query Usage
Common Options Reference
Use the --match option to display all, none, or any of the results based on a given property or tag
  • Search for an ipset based on the name property
  • Search for an ipset based on the description property
  • Search for an ipset based on a tag
  • Search for an ipset based on a property and tag

ipset remove-location

Remove one or more locations from the referenced IP set Usage
Common Options Reference

ipset tag

Manage the tags belonging to one or more referenced ip sets Usage
Built-in tags, which begin with cpln/*, can’t be modified.
Common Options Reference
  • Add a tag to an IP Set
  • Update same tag (after running the example above)
  • Remove tag (after running the example above)
  • Add same tag to multiple IP Sets
  • Update same tag on multiple IP Sets (after running the example above)
  • Remove same tag from multiple IP Sets (after running the example above)

ipset update

Update properties of the referenced ip set Usage
Common Options Reference
  • For the examples below, the initial IP Set is configured as:
  • Update an IP Set’s description
  • Update an IP Set’s tags
  • Update an IP Set’s link

ipset update-location

Update one or more locations from the referenced IP set Usage
Common Options Reference
  • For the examples below, the initial IP Set is configured as:
  • Update one or more locations from the referenced IP set wtih an optional retention policy (one of keep or free).