NSX-T Data Center REST API

LbSelectPoolAction (type) (Deprecated)

{
  "additionalProperties": false,
  "deprecated": true,
  "description": "This action is used to select a pool for matched HTTP request messages. The pool is specified by UUID. The matched HTTP request messages are forwarded to the specified pool.",
  "extends": {
    "$ref": "LbRuleAction"
  },
  "id": "LbSelectPoolAction",
  "module_id": "LoadBalancer",
  "polymorphic-type-descriptor": {
    "type-identifier": "LbSelectPoolAction"
  },
  "properties": {
    "pool_id": {
      "required": true,
      "title": "UUID of load balancer pool",
      "type": "string"
    },
    "pool_name": {
      "readonly": true,
      "title": "Display name of load balancer pool",
      "type": "string"
    },
    "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"
}