NSX-T Data Center Global Manager REST API

LBSelectPoolAction (type)

{
  "additionalProperties": false,
  "description": "This action is used to select a pool for matched HTTP request messages. The pool is specified by path. The matched HTTP request messages are forwarded to the specified pool.",
  "extends": {
    "$ref": "LBRuleAction"
  },
  "id": "LBSelectPoolAction",
  "module_id": "PolicyLoadBalancer",
  "polymorphic-type-descriptor": {
    "type-identifier": "LBSelectPoolAction"
  },
  "properties": {
    "pool_id": {
      "description": "Path of load balancer pool.",
      "required": true,
      "title": "Path of load balancer pool",
      "type": "string",
      "x-vmw-cross-reference": [
        {
          "leftType": [
            "LBVirtualServer"
          ],
          "relationshipType": "LB_VIRTUAL_SERVER_LB_POOL_RELATIONSHIP",
          "rightType": [
            "LBPool"
          ]
        }
      ]
    },
    "type": {
      "$ref": "LBRuleActionType",
      "description": "The property identifies the load balancer rule action type.",
      "required": true,
      "title": "Type of load balancer rule action"
    }
  },
  "title": "Action to select a pool for HTTP request messages",
  "type": "object"
}