Filtering elements

Use filters to narrow your element search.

After logon, you can search for a specific host called Your-Freedom Servers with the following request:

GET http://localhost:8082/7.0/elements/host?filter=Your-Freedom Servers

This request returns a 200 HTTP response status code and this result:
{
    "result":
    [
        {
            "href": "http://localhost:8082/7.0/elements/host/86",
            "name": "Your-Freedom Servers",
            "type": "host"
        }
    ]
}