-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue importing Threat Prev Profile #34
Comments
Hi @scottthomasborland,
As a workaround, I suggest to delete 'overrides' field when try to import threat-profile and handle it manually. Regards, |
Hello, first of all, thanks a lot for this tool i find it very usefull, right now I am having the same issue, and I am not an expert in python so when you said "delete 'overrides' " where exactly do you suggest to do it? Regards Reagles01 |
You have 2 options:
Roy |
I am aware of the issue already posted where a shared Threat Prevention Layer fails to import. I attempted to get around it by creating an unshared Threat Prevention Layer with the same profiles. When exporting, the Threat Profiles seem to export successfully, but getting the below error messages when trying to import. ("threat_profile_name" substituted)
Failed to import threat-profile with name [threat_profile_name]. Error: message: Invalid parameter for [overrides]. Invalid value
code: generic_err_invalid_parameter
Failed to import threat-rule. Error: message: Requested object [threat_profile_name] not found
code: generic_err_object_not_found
I'm not very Python/CPapi savvy or I might be able to correct this from the source code.
The text was updated successfully, but these errors were encountered: