Skip to main content

List External Dynamic Lists

GET 

/external-dynamic-lists

Retrieve a list of External Dynamic Lists.

Request

Query Parameters

    name string

    The name of the configuration resource

    folder string

    The folder in which the resource is defined

    snippet string

    The snippet in which the resource is defined

    device string

    The device in which the resource is defined

    offset number

    Default value: 0

    The offset into the list of results returned

    limit number

    Default value: 200

    The maximum number of results per page

Responses

OK

Schema
    data object[]
  • Array [
  • id stringrequired

    The UUID of the external dynamic list

    name stringrequired

    Possible values: <= 63 characters, Value must match regular expression ^[ a-zA-Z\d.-_]+$

    The name of the external dynamic list

    type object required
    oneOf
    predefined_ip object
    exception_list string[]

    Possible values: <= 255 characters

    description string

    Possible values: <= 255 characters

    url stringrequired
  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...