ImportRequestParameter (schema)

Import task request parameters

This holds the request parameters required to invoke the import task.
Name Description Type Notes
draft_description Description to be set on the draft

Description to be set on the draft, which will hold the imported
configuration.
string
draft_display_name Display name to be set on the draft

Display name to be set on the draft, which will hold the imported
configuration.
string Required
Minimum length: 1
file File to be imported

The file having stored firewall configuration.
Only zip file will be accepted.
multipart_file Required
passphrase Passphrase to verify imported files

Passphrase to verify imported files. Passphrase needs to be same as
provided earlier to export operation which generated these imported
files.
The passphrase specified must be at least 8 characters in length and
must contain at least one lowercase, one uppercase, one numeric
character and one non-space special character.
string Required
Minimum length: 8
Pattern: "^$|^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[^a-zA-Z\d\s]).{8,}$"