Skip to content

Namespace cmdb.filter#

Work in Progress. Alpha state

cmdb.filter.read#

For example, get all objects with {Attribute} and {Attribute} which where updated in a specific time frame.

Request parameters#

Key JSON data type Required Description
Key String Yes Query, for example: "My little server"

Response parameters#

JSON key result contains an array of JSON objects. Each object contains a search result.

Key JSON data type Description
key String Attribute which relates to query
value String Value which relates to query

Example#

1
2
3
4
5
6
7
8
9
{
    "version": "2.0",
    "method": "cmdb.filter.read",
    "params": {
        "apikey": "xxx",
        "language": "en"
    },
    "id": 1
}
1
2
3
4
5
{
    "jsonrpc": "2.0",
    "result": [],
    "id": 1
}