Preparing search index...
The search index is not available
homelab-dashboard
homelab-dashboard
src/models/zabbix/ApiResponse
ZabbixApiResponse
Interface ZabbixApiResponse
Definition of the type of zabbixApi Response
interface
ZabbixApiResponse
{
error
?:
ZabbixApiError
;
id
:
number
;
jsonrpc
:
string
;
result
?:
any
;
}
Index
Properties
error?
id
jsonrpc
result?
Properties
Optional
error
error
?:
ZabbixApiError
id
id
:
number
jsonrpc
jsonrpc
:
string
Optional
result
result
?:
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
id
jsonrpc
result
homelab-dashboard
Loading...
Definition of the type of zabbixApi Response