F5 Networks · JSON Structure

Bigip Icontrol Rest Http Profile Structure

Type: object Properties: 26
API GatewayApplication DeliveryAutomationEdge ComputingKubernetesLoad BalancingMulti-CloudNGINXSecurityWAF

HttpProfile is a JSON Structure definition published by F5 Networks, describing 26 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

kind name fullPath generation selfLink acceptXff appService basicAuthRealm defaultsFrom description encryptCookies enforcement fallbackHost fallbackStatusCodes headerErase headerInsert insertXforwardedFor oneconnectTransformations redirectRewrite requestChunking responseChunking serverAgentName viaHostName viaRequest viaResponse xffAlternativeNames

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "HttpProfile",
  "type": "object",
  "properties": {
    "kind": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "fullPath": {
      "type": "string"
    },
    "generation": {
      "type": "integer"
    },
    "selfLink": {
      "type": "string"
    },
    "acceptXff": {
      "type": "string"
    },
    "appService": {
      "type": "string"
    },
    "basicAuthRealm": {
      "type": "string"
    },
    "defaultsFrom": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "encryptCookies": {
      "type": "array"
    },
    "enforcement": {
      "type": "object"
    },
    "fallbackHost": {
      "type": "string"
    },
    "fallbackStatusCodes": {
      "type": "array"
    },
    "headerErase": {
      "type": "string"
    },
    "headerInsert": {
      "type": "string"
    },
    "insertXforwardedFor": {
      "type": "string"
    },
    "oneconnectTransformations": {
      "type": "string"
    },
    "redirectRewrite": {
      "type": "string"
    },
    "requestChunking": {
      "type": "string"
    },
    "responseChunking": {
      "type": "string"
    },
    "serverAgentName": {
      "type": "string"
    },
    "viaHostName": {
      "type": "string"
    },
    "viaRequest": {
      "type": "string"
    },
    "viaResponse": {
      "type": "string"
    },
    "xffAlternativeNames": {
      "type": "array"
    }
  }
}