@itentialopensource/adapter-zabbix
Version:
zabbix adapter
30 lines • 459 B
JSON
{
"openapi": "3.0.2",
"info": {
"title": "adapter-zabbix",
"version": "1.0.0"
},
"paths": {
"/api_jsonrpc.php": {
"post": {
"operationId": "postEntity",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "array"
}
}
}
}
}
}
}
},
"components": {
"schemas": {}
}
}