F5 Networks · Example Payload

F5 Networks Listhttpprofiles Example

API GatewayApplication DeliveryAutomationEdge ComputingKubernetesLoad BalancingMulti-CloudNGINXSecurityWAF

F5 Networks Listhttpprofiles Example is an example object payload from F5 Networks, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "listHttpProfiles",
  "method": "GET",
  "path": "/ltm/profile/http",
  "summary": "List Http Profiles",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listhttpprofiles200Example",
      "example": {
        "kind": "example_value",
        "selfLink": "https://www.example.com",
        "items": [
          {
            "kind": "example_value",
            "name": "Example Title",
            "fullPath": "example_value",
            "generation": 10,
            "selfLink": "https://www.example.com",
            "acceptXff": "enabled",
            "appService": "example_value",
            "basicAuthRealm": "example_value",
            "defaultsFrom": "example_value",
            "description": "A sample description.",
            "encryptCookies": [
              {}
            ],
            "enforcement": {
              "maxHeaderCount": 10,
              "maxHeaderSize": 10,
              "pipeline": "allow"
            },
            "fallbackHost": "example_value",
            "fallbackStatusCodes": [
              {}
            ],
            "headerErase": "example_value",
            "headerInsert": "example_value",
            "insertXforwardedFor": "enabled",
            "oneconnectTransformations": "enabled",
            "redirectRewrite": "none",
            "requestChunking": "allow",
            "responseChunking": "allow",
            "serverAgentName": "example_value",
            "viaHostName": "example_value",
            "viaRequest": "append",
            "viaResponse": "append",
            "xffAlternativeNames": [
              {}
            ]
          }
        ]
      }
    }
  ]
}