Skip to main content

Get an HTTP header profile

GET 

/http-header-profiles/:id

Get an existing HTTP header profile.

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

    The UUID of the HTTP header profile

    name stringrequired

    The name of the HTTP header profile

    description string

    The description of the HTTP header profile

    http_header_insertion object[]

    A list of HTTP header profile rules

  • Array [
  • name stringrequired

    The name of the HTTP header insertion rule

    type object[]required

    A list of HTTP header insertion definitions (This should be an object rather than an array)

  • Array [
  • name stringrequired

    The HTTP header insertion type (This is a predefined list in the UI)

    domains string[]required

    A list of DNS domains

    headers object[]required
  • Array [
  • name stringrequired

    An auto-generated name (This should be removed)

    header stringrequired

    The HTTP header string

    value stringrequired

    The value associated with the HTTP header

    log boolean

    Log the use of this HTTP header insertion?

  • ]
  • ]
  • ]
Loading...