F5 Networks · Example Payload

F5 Networks Listtcpprofiles Example

API GatewayApplication DeliveryAutomationEdge ComputingKubernetesLoad BalancingMulti-CloudNGINXSecurityWAF

F5 Networks Listtcpprofiles 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": "listTcpProfiles",
  "method": "GET",
  "path": "/ltm/profile/tcp",
  "summary": "List Tcp Profiles",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listtcpprofiles200Example",
      "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",
            "abc": "enabled",
            "ackOnPush": "enabled",
            "closeWaitTimeout": 10,
            "congestionControl": "high-speed",
            "defaultsFrom": "example_value",
            "deferredAccept": "enabled",
            "description": "A sample description.",
            "finWaitTimeout": 10,
            "idleTimeout": 10,
            "initCwnd": 10,
            "initRwnd": 10,
            "keepAliveInterval": 10,
            "maxRetrans": 10,
            "maxSegmentSize": 10,
            "nagle": "auto",
            "receiveWindowSize": 10,
            "sendBufferSize": 10,
            "synMaxRetrans": 10,
            "timeWaitRecycle": "enabled",
            "timeWaitTimeout": 10
          }
        ]
      }
    }
  ]
}