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, follow these steps:
Click Main Menu, and go to Playbooks > Persistent List.
Click New Persistent List, and enter the following details:
Title: Enter a title for the persistent list.
Data: Enter the data in a Persistent List in a key-value pair format in the JSON editor.
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" }
Note
The maximum allowed size of a Persistent List is 2 MB.
Click Save.