Available since version: 1.8.3
This function allows you to check whether screen with given screen data exists.
Parameter | Type | Optional | Description | Details |
---|---|---|---|---|
nodeids | array | Yes | List of node IDs where to search for given screen | |
screenid | string | Yes | Screen name | |
name | string | Yes | Screen name |
Parameter | Description |
---|---|
result | Operation successful. Result will contain boolean variable. |
error | In case of any errors |
Check if screen with name "ZABBIX Server" exists
{
"jsonrpc":"2.0",
"method":"screen.exists",
"params":{
"name": "ZABBIX Server"
},
"auth":"3a57200802b24cda67c4e4010b50c065",
"id":2
}
Screen exists: