For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

mugude_243668's avatar
mugude_243668
Icon for Nimbostratus rankNimbostratus
May 31, 2016

iControlRest: Error filtering Pool list by name

Hello,

 

I try to get pools list with a filter on name, but i get the error: {"code":400,"message":"Query parameter $filter has invalid value name eq toto.","errorStack":[]}

 

I use url $filter=name+eq+toto

 

I don't understand what's the problem, when i do: $filter=partition+eq+TEST It's correctly work

 

Has anyone else experienced this? Thoughts on ways to resolve?

 

thanks a lot

 

2 Replies

  • Hello,

    According to manual:
    Parameter Description
    Specifies an administrative partition to query for a result set. This parameter filters
    the result set by partition name and does not fully implement the corresponding
    $filter
    OData query parameter. The asm module fully implements the OData query
    parameter
    

    So, I think you should try this:

    Regards.