Relevance for Server Automation

Hi @ortal

Okay, so after a bit of playing around, I’ve arrived at this:

iem GET query --relevance="(id of it, name of it) of bes actions whose( action script of it starts with %22%23%21%2Fplan%2Fxml%22)"

It was actually interpreting the “/” characters as part of the URL it looks like.
So, I’ve escaped all non-standard characters according to:

Basically:

" = %22
# = %23
! = %21
/ = %2F

Hope this helps.

Cheers,
Paul.