Collections

AAA stores data records as JSON, which are gathered together into collections. Consider collections as a cache or SQL table. You can use them for:

  • Retrieving provisioned data (via API, for instance).
  • Holding temporary data.
  • Keeping mappings between different entities (e.g., Certificate SN with device MAC).
  • Storing authentication or accounting data.
  • Creating usage information.
  • Writing policies based on stored information
  • etc

For more information about cache functions, please check Cache Collection functions

Collections

Collections

Adding new collection

To add new collection, click to "Add collection".

New Collection

New Collection

Properties

name: Name field must be unique. This name will be used in querying Collections

index: If marked, the unique property for an index causes database to reject duplicate values for the indexed field.

Rename collection

To rename collection, click to edit button.

Removing collection

To remove entry, click to Remove button