softlayer / softlayer-api-perl-client

A set of Perl libraries that assist in calling the SoftLayer API.
Other
11 stars 5 forks source link

advanced filters in perl #5

Open raulcabero opened 9 years ago

raulcabero commented 9 years ago

Hi,

I am trying to do an advanced filter to search some tags, but I was not able to make my filter to work, I have this filter in python and I am trying to do the same filter in Perl:

objectFilter= {'virtualGuests':{'tagReferences':{'tag':{'name':{'operation':'in','options':[{'name': 'data','value': tags}]}}}}}

I am only was able to do simple filters in perl, is it possible to do the advanced filter? do you have any example?