simon_kwon
Aug 02, 2023Altostratus
export "ready to be enforced" signature list
Hi there, We have tried to export/list the "ready to be enforced" signatures for our team. I have tried to find it through MySQL, but I cannot find it on here. Is there any way to find it?
- Aug 03, 2023
Not to use the GUI, I found the other method to list the "ready to be enforced" signatures
This is the way to do with iControl:
restcurl -u admin:[password] "/tm/asm/policies/[Policy ID]/signatures?\$select=&\$filter=enabled+eq+true+and+performStaging+eq+true+and+wasUpdatedWithinEnforcementReadinessPeriod+eq+false+and+hasSuggestions+eq+false+and+inPolicy+eq+true"
with this API call, signature IDs can be listed.