F5 Networks · Example Payload

F5 Networks Updatepoolmember Example

API GatewayApplication DeliveryAutomationEdge ComputingKubernetesLoad BalancingMulti-CloudNGINXSecurityWAF

F5 Networks Updatepoolmember 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": "updatePoolMember",
  "method": "PUT",
  "path": "/ltm/pool/{poolName}/members/{memberName}",
  "summary": "Update a Pool Member",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "UpdatepoolmemberRequestExample",
      "example": {
        "description": "A sample description.",
        "connectionLimit": 10,
        "monitor": "example_value",
        "priorityGroup": 10,
        "rateLimit": "example_value",
        "ratio": 10,
        "session": "user-enabled",
        "state": "user-up"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Updatepoolmember200Example",
      "example": {
        "kind": "example_value",
        "name": "Example Title",
        "fullPath": "example_value",
        "generation": 10,
        "selfLink": "https://www.example.com",
        "address": "example_value",
        "connectionLimit": 10,
        "description": "A sample description.",
        "dynamicRatio": 10,
        "ephemeral": "true",
        "inheritProfile": "enabled",
        "logging": "enabled",
        "monitor": "example_value",
        "partition": "example_value",
        "priorityGroup": 10,
        "rateLimit": "example_value",
        "ratio": 10,
        "session": "user-enabled",
        "state": "user-up"
      }
    }
  ]
}