NSX-T Data Center REST API

ServiceInsertionInsertParameters (type)

{
  "extends": {
    "$ref": "DSInsertParameters"
  },
  "id": "ServiceInsertionInsertParameters",
  "module_id": "ServiceInsertionRules",
  "properties": {
    "id": {
      "maxLength": 64,
      "required": false,
      "title": "Identifier of the anchor rule or section. This is a required field in case operation like 'insert_before' and 'insert_after'.",
      "type": "string"
    },
    "operation": {
      "default": "insert_top",
      "enum": [
        "insert_top",
        "insert_bottom",
        "insert_after",
        "insert_before"
      ],
      "required": false,
      "title": "Operation",
      "type": "string"
    }
  },
  "title": "Parameters that indicate where rule/section need to be added All the params take rule/section Id",
  "type": "object"
}