Skip to main content

List HTTP header profiles

GET 

/http-header-profiles

Retrieve a list of HTTP header profiles.

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 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?

  • ]
  • ]
  • ]
  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...