NSX-T Data Center REST API

BatchRequestItem (type)

{
  "id": "BatchRequestItem",
  "module_id": "Common",
  "properties": {
    "body": {
      "type": "object"
    },
    "method": {
      "description": "http method type",
      "enum": [
        "GET",
        "POST",
        "PUT",
        "DELETE",
        "PATCH"
      ],
      "required": true,
      "title": "method type(POST/PUT/DELETE/UPDATE)",
      "type": "string"
    },
    "uri": {
      "description": "relative uri (path and args), of the call including resource id (if this is a POST/DELETE), exclude hostname and port and prefix, exploded form of parameters",
      "required": true,
      "title": "Internal uri of the call",
      "type": "string"
    }
  },
  "title": "A single request within a batch of operations",
  "type": "object"
}