NSX-T Data Center REST API

IdsCustomSignaturesFileUpload (schema)

File containing IDS custom signatures that needs to be uploaded

Name Description Type Notes
file IDS custom signatures file

The File should be a valid zip file, containing only a signature file with extension .rules
for example : signature.rules
If the ZIP is created on MAC then please make sure that there will be no extra file/content
added in the zip file, like .DS_Store, _MACOSX etc.
To zip the signature file on MAC. One can use the below command.
zip -r -x '**/.DS_Store'
multipart_file Required
version_name IDS custom signature version name

IDS custom signature version name. If not provided custom signature version Id
will be used as display name.
string