Skip to main content

Get an External Dynamic List

GET 

/external-dynamic-lists/:id

Get an existing External Dynamic List.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Responses

OK

Schema
    oneOf
    folder stringrequired

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

    The folder in which the resource is defined

    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
Loading...