Parameter | Description |
---|---|
Filter | Search expression to filter objects by. The provided text should be exactly the same as it would be given in Smart Console. The logical operators in the expression (‘AND’, ‘OR’) should be provided in capital letters. By default, the search involves both a textual search and a IP search. |
Type | The object’s type. |
Parameter | Description |
---|---|
Limit | The maximal number of returned results. |
Offset | Number of the results to initially skip. |
{
"from": 1,
"to": 1,
"total": 1,
"objects": [
{
"uid": "1d60975f-0e87-46a3-9849-048a5fe5af43",
"name": "example-object",
"type": "host",
"domain": {
"uid": "41e821a0-3720-11e3-aa6e-0800200c9fde",
"name": "SMC User",
"domain-type": "domain"
},
"ipv4-address": "1.2.2.20",
"icon": "Objects/host",
"color": "black"
}
]
}
Was this page helpful?