| Object type: Dynamic list name | ||
|---|---|---|
| The name of the dynamic list which we are requesting | ||
| Field | Required | Description |
| Name | true | The name of the dynamic list. |
| Object type: Dynamic list object | |
|---|---|
| Dynamic list object requested | |
| Field | Description |
| Max_Entries | The maximum number of entries permitted in this dynamic list. |
| Name | The name of the dynamic list. |
| TTL | Time to live. The time till which all entries in this dynamic list will be active. |
GET /correlation/dynamiclists/name
{"Name":"IPList"}
{"Name":"IPList","Max_Entries":"3","TTL":"3600000"}
GET /correlation/dynamiclists/name
{"Fault":{"Code":{"Value":"Sender","Subcode":{"Value":"DynamicListDoesNotExist"}},"Reason":{"Text":"The dynamic list "IPList" does not exist."}}}