@itentialopensource/adapter-zabbix
Version:
zabbix adapter
27 lines (26 loc) • 544 B
YAML
openapi: 3.0.0
info:
title: adapter-zabbix
contact: {}
version: '1.0.0'
servers:
- url: https://{defaultHost}
variables:
defaultHost:
default: www.example.com
paths:
/api_jsonrpc.php:
post:
summary: postEntity
description: ''
operationId: postEntity
parameters: []
responses:
'200':
description: Successful operation
headers: {}
content:
application/json:
schema: {}
deprecated: false
tags: []