Correlation - Get Dynamic List

URI

https://164.99.19.131:8443/SentinelRESTServices/correlation/dynamiclists/{name}

Supported Methods

GET

This API gets the dynamic list specified by {name}, including all the entries in the list.

Authentication

Authentication Types
Sentinel Permissions Needed

URL Parameters

None.

Success Codes

Fault Codes

Request Data

Object type: Dynamic list name
The name of the dynamic list which we are requesting
FieldRequiredDescription
NametrueThe name of the dynamic list.

Response Data

Object type: Dynamic list object
Dynamic list object requested
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

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

Sample Request

GET /correlation/dynamiclists/name
Sample Response for application/json
Status: 404
{"Fault":{"Code":{"Value":"Sender","Subcode":{"Value":"DynamicListDoesNotExist"}},"Reason":{"Text":"The dynamic list "IPList" does not exist."}}}