Forum Discussion

Michal_Seckar_3's avatar
Michal_Seckar_3
Icon for Altostratus rankAltostratus
Jun 13, 2018

Filter to ASM does not work. Pls help

Hi all,

Can anyone help me out pls? Im trying to filter all events with raitings 4 or above. From documentation this url should be correct, but it does not work and wont filter anything/

https://ip_to_f5/mgmt/tm/asm/events/requests?$top=30&$filter=rating eq 4

Thank you in advance

1 Reply

  • nathe's avatar
    nathe
    Icon for Cirrocumulus rankCirrocumulus

    Michael,

    You just need to build the logic in as rating is a sub-property of enforcementState, so this should work:

    mgmt/tm/asm/events/requests?$filter=enforcementState/rating ge 4)

    See if that helps,

    N