F5 Networks · Example Payload

F5 Networks Gettcpprofile Example

API GatewayApplication DeliveryAutomationEdge ComputingKubernetesLoad BalancingMulti-CloudNGINXSecurityWAF

F5 Networks Gettcpprofile 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": "getTcpProfile",
  "method": "GET",
  "path": "/ltm/profile/tcp/{profileName}",
  "summary": "Get a Tcp Profile",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Gettcpprofile200Example",
      "example": {
        "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
      }
    }
  ]
}