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: []
