F5 Networks · Example Payload

F5 Networks Getvirtualserver Example

API GatewayApplication DeliveryAutomationEdge ComputingKubernetesLoad BalancingMulti-CloudNGINXSecurityWAF

F5 Networks Getvirtualserver 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": "getVirtualServer",
  "method": "GET",
  "path": "/ltm/virtual/{virtualName}",
  "summary": "Get a Virtual Server",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getvirtualserver200Example",
      "example": {
        "kind": "example_value",
        "name": "Example Title",
        "fullPath": "example_value",
        "generation": 10,
        "selfLink": "https://www.example.com",
        "addressStatus": "yes",
        "autoLasthop": "default",
        "cmpEnabled": "yes",
        "connectionLimit": 10,
        "description": "A sample description.",
        "destination": "example_value",
        "disabled": true,
        "enabled": true,
        "fallbackPersistence": "example_value",
        "gtmScore": 10,
        "ipProtocol": "tcp",
        "mask": "example_value",
        "mirror": "enabled",
        "nat64": "enabled",
        "partition": "example_value",
        "persist": [
          {
            "name": "Example Title",
            "tmDefault": "yes"
          }
        ],
        "pool": "example_value",
        "profiles": [
          {
            "name": "Example Title",
            "context": "all",
            "fullPath": "example_value"
          }
        ],
        "rateLimit": "example_value",
        "rateLimitMode": "object",
        "rules": [
          "example_value"
        ],
        "source": "example_value",
        "sourcePort": "preserve",
        "synCookieStatus": "not-activated",
        "translateAddress": "enabled",
        "translatePort": "enabled",
        "vlansEnabled": true,
        "vlansDisabled": true,
        "vlans": [
          "example_value"
        ],
        "vsIndex": 10
      }
    }
  ]
}