NSX-T Data Center Global Manager REST API

IdsUploadAndReplaceQueryParameters (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "NoRestRequestParameters"
  },
  "id": "IdsUploadAndReplaceQueryParameters",
  "module_id": "PolicyIDS",
  "nsx_feature": "IDPSFederation",
  "properties": {
    "action": {
      "enum": [
        "upload_and_replace"
      ],
      "required": true,
      "title": "Action to be performed",
      "type": "string"
    },
    "existing_version": {
      "required": true,
      "title": "Version path to be replaced",
      "type": "string"
    },
    "file": {
      "required": true,
      "title": "IDS signatures file",
      "type": "multipart_file"
    }
  },
  "title": "Query parameters to be provided with the UploadAndReplaceIdsSignatures API.\n",
  "type": "object"
}