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