@itentialopensource/adapter-zabbix
Version:
zabbix adapter
44 lines • 963 B
JSON
{
"openapi": "3.1.0",
"info": {
"title": "",
"version": "1.0.0"
},
"paths": {
"/api_jsonrpc.php": {
"post": {
"tags": [
"genericZabbixEntity"
],
"operationId": "postEntity",
"description": "The parameters and request body are for method: postEntity. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
}
},
"components": {
"schemas": {}
}
}