Skip to main content

Get existing Content-ID settings

GET 

/content-id-settings/:id

Retrieve existing Content-ID settings.

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 string

    UUID of the resource

    content_id object
    allow_forward_decrypted_content boolean
    extended_capture_segment integer

    Default value: 5

    application object
    bypass_exceed_queue boolean
    tcp_bypass_exceed_queue boolean

    Default value: true

    udp_bypass_exceed_queue boolean

    Default value: true

    allow_http_range boolean

    Default value: true

    x_forwarded_for integer

    Possible values: <= 2

    Default value: 0

    strip_x_fwd_for boolean
Loading...