Correlation - Get All Dynamic Lists

URI

https://164.99.19.131:8443/SentinelRESTServices/correlation/dynamiclists

Supported Methods

GET

This API gets all of the currently defined dynamic lists, but not entries in each list.

Authentication

Authentication Types
Sentinel Permissions Needed

URL Parameters

None.

Success Codes

Fault Codes

Response Data

Object type: All dynamic list objects
All dynamic list objects
FieldDescription
dynamiclistsThis is an array of dynamic lists present in the system
Max_EntriesThe maximum number of entries permitted in this dynamic list.
NameThe name of the dynamic list.
TTLTime to live. The time till which all entries in this dynamic list will be active.

Sample Request

GET /correlation/dynamiclists
Sample Response for application/json
Status: 200
{"dynamiclists":[{"Name":"IPList","Max_Entries":"3","TTL":"3600000"},{"Name":"Sample","Max_Entries":"3","TTL":"3600000"}]}