Created
January 22, 2016 15:44
-
-
Save codedmart/b3cca1dd1fbde70f5bad to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
'conditions':[ | |
{ | |
'values':[ | |
'ip' | |
], | |
'path':'sg_status_list', | |
'relation':'is' | |
}, | |
{ | |
'conditions':[ | |
{ | |
'values':[ | |
{ | |
'type':'Asset', | |
'id':9 | |
} | |
], | |
'path':'assets', | |
'relation':'is' | |
}, | |
{ | |
'values':[ | |
{ | |
'type':'Asset', | |
'id':23 | |
} | |
], | |
'path':'assets', | |
'relation':'is' | |
} | |
], | |
'logical_operator':'or' | |
} | |
], | |
'logical_operator':'and' | |
} |
frerich
commented
Jan 22, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment