Correlation - Create Dynamic List

URI

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

Supported Methods

POST

This API creates a new dynamic list.

Authentication

Authentication Types
Sentinel Permissions Needed

URL Parameters

None.

Success Codes

Fault Codes

Request Data

Object type: Dynamic list object
List of fields that constitutes a dynamic list
FieldRequiredDescription
Max_EntriestrueThe maximum number of entries permitted in this dynamic list.
NametrueThe name of the dynamic list.
TTLtrueTime to live. The time till which all entries in this dynamic list will be active.

Response Data

Object type: Dynamic list object
List of fields that constitutes a dynamic list
FieldDescription
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

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