@itentialopensource/adapter-zabbix
Version:
zabbix adapter
77 lines • 1.72 kB
JSON
{
"$id": ".system-schemaTokenReq.json",
"type": "object",
"schema": "http://json-schema.org/draft-07/schema#",
"translate": true,
"dynamicfields": true,
"properties": {
"ph_request_type": {
"type": "string",
"description": "type of request (internal to adapter)",
"default": "getToken",
"enum": [
"getToken"
],
"external_name": "ph_request_type"
},
"jsonrpc": {
"type": "string",
"description": "jsonrpc to log in with",
"default": "2.0",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "jsonrpc"
},
"method": {
"type": "string",
"description": "method to log in with",
"default": "user.login",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "method"
},
"username": {
"type": "string",
"description": "username to log in with",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "params.user"
},
"password": {
"type": "string",
"description": "password to log in with",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "params.password"
},
"id": {
"type": "string",
"description": "id for the request",
"default": "1",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "id"
}
},
"definitions": {}
}