Skip to main content

Cyware Orchestrate

Create a Persistent List

You can create a Persistent List to store data in a key-value pair.

Note

You cannot create more than 10,000 Persistent Lists in an Orchestrate instance.

To create a Persistent List:

  1. Click Main Menu, and go to Playbooks > Persistent List.

  2. Click New Persistent List.

  3. Enter the data in a Persistent List in a key-value pair format in the JSON editor.

    Note

    The maximum allowed size of a Persistent List is 2 MB.

    Example:

    {
      "ip": "192.xxx.2.3",
      "port": "8080",
      "domain": "test.com",
      "new_key": {
        "one_level": "test.com"
      },
      "edns_client_subnet": "12.34.56.78/0"
    }
  4. In Title, enter the name of a Persistent List.

  5. Click Save.