Rhombus Systems Event Webservice API
The Event Webservice API from Rhombus Systems — 42 operation(s) for event webservice.
The Event Webservice API from Rhombus Systems — 42 operation(s) for event webservice.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/rhombus-systems-event-webservice-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
openapi: 3.2.0
info:
contact:
email: developer@rhombussystems.com
description: 'This API is for use by Rhombus customers and partners.
## Authentication
All requests require two headers:
- `x-auth-scheme` — The authentication scheme identifier. Use `api-token` for standard API key auth, or `partner-api-token` for partner API auth.
- `x-auth-apikey` — Your Rhombus API key.
Example:
```
POST /api/camera/getMinimalCameraStateList
x-auth-scheme: api-token
x-auth-apikey: YOUR_API_KEY
Content-Type: application/json
```'
title: Rhombus Event Webservice API
version: '1.0'
servers:
- description: Production Server
url: https://api2.rhombussystems.com
security:
- ApiKeyAuth: []
tags:
- name: Event Webservice
paths:
/api/event/createSharedClipGroupV3:
post:
description: Share multiple clips in a single page
operationId: createSharedClipGroupV3
parameters:
- description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
example: api-token
in: header
name: x-auth-scheme
required: true
schema:
type: string
default: api-token
enum:
- api-token
- api
- partner-api-token
- partner-api
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Event_CreateSharedClipGroupWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Event_CreateSharedClipGroupWSResponse'
description: OK
summary: Share multiple clips in a single page
tags:
- Event Webservice
/api/event/deleteAlertMonitoringThreatCase:
post:
description: Delete alert monitoring threat case
operationId: deleteAlertMonitoringThreatCase
parameters:
- description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
example: api-token
in: header
name: x-auth-scheme
required: true
schema:
type: string
default: api-token
enum:
- api-token
- api
- partner-api-token
- partner-api
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Event_DeleteAlertMonitoringThreatCaseWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Event_DeleteAlertMonitoringThreatCaseWSResponse'
description: OK
summary: Delete alert monitoring threat case
tags:
- Event Webservice
/api/event/deleteAlertMonitoringThreatCaseByStatus:
post:
description: Delete alert monitoring threat case by status
operationId: deleteAlertMonitoringThreatCaseByStatus
parameters:
- description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
example: api-token
in: header
name: x-auth-scheme
required: true
schema:
type: string
default: api-token
enum:
- api-token
- api
- partner-api-token
- partner-api
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Event_DeleteAlertMonitoringThreatCaseByStatusWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Event_DeleteAlertMonitoringThreatCaseByStatusWSResponse'
description: OK
summary: Delete alert monitoring threat case by status
tags:
- Event Webservice
/api/event/deleteSavedClip:
post:
description: Delete all types of saved clips (splices in progress, completed splices, saved alerts)
operationId: deleteSavedClip
parameters:
- description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
example: api-token
in: header
name: x-auth-scheme
required: true
schema:
type: string
default: api-token
enum:
- api-token
- api
- partner-api-token
- partner-api
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Event_DeleteSavedClipWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Event_DeleteSavedClipWSResponse'
description: OK
summary: Delete all types of saved clips (splices in progress, completed splices, saved alerts)
tags:
- Event Webservice
/api/event/deleteSharedClipGroupV2:
post:
description: Delete a shared clip page
operationId: deleteSharedClipGroupV2
parameters:
- description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
example: api-token
in: header
name: x-auth-scheme
required: true
schema:
type: string
default: api-token
enum:
- api-token
- api
- partner-api-token
- partner-api
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Event_DeleteSharedClipGroupWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Event_DeleteSharedClipGroupWSResponse'
description: OK
summary: Delete a shared clip page
tags:
- Event Webservice
/api/event/dismissAllPolicyAlertsForDevice:
post:
description: Dismiss all policy alerts for each specified device(s)
operationId: dismissAllPolicyAlertsForDevice
parameters:
- description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
example: api-token
in: header
name: x-auth-scheme
required: true
schema:
type: string
default: api-token
enum:
- api-token
- api
- partner-api-token
- partner-api
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Event_DismissAllPolicyAlertsForDeviceWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Event_DismissAllPolicyAlertsForDeviceWSResponse'
description: OK
summary: Dismiss all policy alerts for each specified device(s)
tags:
- Event Webservice
/api/event/dismissAllPolicyAlertsV2:
post:
description: Dismiss all policy alerts in organization
operationId: dismissAllPolicyAlertsV2
parameters:
- description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
example: api-token
in: header
name: x-auth-scheme
required: true
schema:
type: string
default: api-token
enum:
- api-token
- api
- partner-api-token
- partner-api
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Event_DismissAllPolicyAlertsWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Event_DismissAllPolicyAlertsWSResponse'
description: OK
summary: Dismiss all policy alerts in organization
tags:
- Event Webservice
/api/event/dismissPolicyAlertV2:
post:
description: Dismiss a policy alert
operationId: dismissPolicyAlertV2
parameters:
- description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
example: api-token
in: header
name: x-auth-scheme
required: true
schema:
type: string
default: api-token
enum:
- api-token
- api
- partner-api-token
- partner-api
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Event_DismissPolicyAlertWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Event_DismissPolicyAlertWSResponse'
description: OK
summary: Dismiss a policy alert
tags:
- Event Webservice
/api/event/dismissPolicyAlertsV2:
post:
description: Dismiss multiple policy alerts
operationId: dismissPolicyAlertsV2
parameters:
- description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
example: api-token
in: header
name: x-auth-scheme
required: true
schema:
type: string
default: api-token
enum:
- api-token
- api
- partner-api-token
- partner-api
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Event_DismissPolicyAlertsWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Event_DismissPolicyAlertsWSResponse'
description: OK
summary: Dismiss multiple policy alerts
tags:
- Event Webservice
/api/event/getAlertMonitoringThreatCase:
post:
description: Get alert monitoring threat case
operationId: getAlertMonitoringThreatCase
parameters:
- description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
example: api-token
in: header
name: x-auth-scheme
required: true
schema:
type: string
default: api-token
enum:
- api-token
- api
- partner-api-token
- partner-api
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Event_GetAlertMonitoringThreatCaseWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Event_GetAlertMonitoringThreatCaseWSResponse'
description: OK
summary: Get alert monitoring threat case
tags:
- Event Webservice
/api/event/getAlertMonitoringThreatCases:
post:
description: Get alert monitoring threat cases
operationId: getAlertMonitoringThreatCases
parameters:
- description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
example: api-token
in: header
name: x-auth-scheme
required: true
schema:
type: string
default: api-token
enum:
- api-token
- api
- partner-api-token
- partner-api
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Event_GetAlertMonitoringThreatCasesWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Event_GetAlertMonitoringThreatCasesWSResponse'
description: OK
summary: Get alert monitoring threat cases
tags:
- Event Webservice
/api/event/getClipWithProgress:
post:
description: Get a specified saved clip with current progress
operationId: getClipWithProgress
parameters:
- description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
example: api-token
in: header
name: x-auth-scheme
required: true
schema:
type: string
default: api-token
enum:
- api-token
- api
- partner-api-token
- partner-api
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Event_GetClipWithProgressWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Event_GetClipWithProgressWSResponse'
description: OK
summary: Get a specified saved clip with current progress
tags:
- Event Webservice
/api/event/getClipsWithProgress:
post:
description: Get list of saved clips in organization, with current progress
operationId: getClipsWithProgress
parameters:
- description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
example: api-token
in: header
name: x-auth-scheme
required: true
schema:
type: string
default: api-token
enum:
- api-token
- api
- partner-api-token
- partner-api
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Event_GetClipsWithProgressWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Event_GetClipsWithProgressWSResponse'
description: OK
summary: Get list of saved clips in organization, with current progress
tags:
- Event Webservice
/api/event/getExpiringClipsForOrg:
post:
description: Get list of expiring saved clips in organization.
operationId: getExpiringClipsForOrg
parameters:
- description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
example: api-token
in: header
name: x-auth-scheme
required: true
schema:
type: string
default: api-token
enum:
- api-token
- api
- partner-api-token
- partner-api
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Event_GetClipsWithProgressWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Event_GetClipsWithProgressWSResponse'
description: OK
summary: Get list of expiring saved clips in organization
tags:
- Event Webservice
/api/event/getMotionGrid:
post:
description: Get motion data for specified camera
operationId: getMotionGrid
parameters:
- description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
example: api-token
in: header
name: x-auth-scheme
required: true
schema:
type: string
default: api-token
enum:
- api-token
- api
- partner-api-token
- partner-api
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Event_GetMotionGridWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Event_GetMotionGridWSResponse'
description: OK
summary: Get motion data for specified camera
tags:
- Event Webservice
/api/event/getMotionHeatMap:
post:
description: Get aggregated motion heatmap for specified time period and camera. Divides a camera's resolution into a 36x64 grid and counts the number of motion events that occurred in each cell.
operationId: getMotionHeatMap
parameters:
- description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
example: api-token
in: header
name: x-auth-scheme
required: true
schema:
type: string
default: api-token
enum:
- api-token
- api
- partner-api-token
- partner-api
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Event_GetMotionGridWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Event_GetMotionGridCountsWSResponse'
description: OK
summary: Get aggregated motion heatmap for specified time period and camera
tags:
- Event Webservice
/api/event/getPolicyAlert:
post:
description: Get information about a policy alert
operationId: getPolicyAlert
parameters:
- description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
example: api-token
in: header
name: x-auth-scheme
required: true
schema:
type: string
default: api-token
enum:
- api-token
- api
- partner-api-token
- partner-api
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Event_GetPolicyAlertWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Event_GetPolicyAlertWSResponse'
description: OK
summary: Get information about a policy alert
tags:
- Event Webservice
/api/event/getPolicyAlertCount:
post:
description: Get count of policy alerts
operationId: getPolicyAlertCount
parameters:
- description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
example: api-token
in: header
name: x-auth-scheme
required: true
schema:
type: string
default: api-token
enum:
- api-token
- api
- partner-api-token
- partner-api
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Event_GetPolicyAlertCountWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Event_GetPolicyAlertCountWSResponse'
description: OK
summary: Get count of policy alerts
tags:
- Event Webservice
/api/event/getPolicyAlertDetails:
post:
description: Get detailed information about policy alert, including seekpoints and bounding boxes
operationId: getPolicyAlertDetails
parameters:
- description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
example: api-token
in: header
name: x-auth-scheme
required: true
schema:
type: string
default: api-token
enum:
- api-token
- api
- partner-api-token
- partner-api
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Event_GetPolicyAlertDetailsWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Event_GetPolicyAlertDetailsWSResponse'
description: OK
summary: Get detailed information about policy alert, including seekpoints and bounding boxes
tags:
- Event Webservice
/api/event/getPolicyAlertGroupsForDevice:
post:
description: Get recent policy alerts for device, grouped by time. Groups are constructed of alerts that occur within 2 minutes of the previous alert, up to a maximum of 50. Results are returned in reverse-chronological order, so all fields are relative to that ordering.
operationId: getPolicyAlertGroupsForDevice
parameters:
- description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
example: api-token
in: header
name: x-auth-scheme
required: true
schema:
type: string
default: api-token
enum:
- api-token
- api
- partner-api-token
- partner-api
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Event_GetPolicyAlertGroupsForDeviceWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Event_GetPolicyAlertGroupsForDeviceWSResponse'
description: OK
summary: Get recent policy alerts for device, grouped by time
tags:
- Event Webservice
/api/event/getPolicyAlertGroupsForLocation:
post:
description: Get recent policy alerts for a location, grouped by time. Groups are constructed of alerts that occur within 2 minutes of the previous alert, up to a maximum of 50. Results are returned in reverse-chronological order, so all fields are relative to that ordering.
operationId: getPolicyAlertGroupsForLocation
parameters:
- description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
example: api-token
in: header
name: x-auth-scheme
required: true
schema:
type: string
default: api-token
enum:
- api-token
- api
- partner-api-token
- partner-api
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Event_GetPolicyAlertGroupsForLocationWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Event_GetPolicyAlertGroupsForLocationWSResponse'
description: OK
summary: Get recent policy alerts for a location, grouped by time
tags:
- Event Webservice
/api/event/getPolicyAlertGroupsV2:
post:
deprecated: true
description: Get recent policy alerts for organization, grouped by time. Groups are constructed of alerts that occur within 2 minutes of the previous alert, up to a maximum of 50. Results are returned in reverse-chronological order, so all fields are relative to that ordering.
operationId: getPolicyAlertGroupsV2
parameters:
- description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
example: api-token
in: header
name: x-auth-scheme
required: true
schema:
type: string
default: api-token
enum:
- api-token
- api
- partner-api-token
- partner-api
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Event_GetPolicyAlertGroupsV2WSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Event_GetPolicyAlertGroupsV2WSResponse'
description: OK
summary: Get recent policy alerts for organization, grouped by time
tags:
- Event Webservice
/api/event/getPolicyAlertV2:
post:
deprecated: true
description: Get information about a policy alert
operationId: getPolicyAlertV2
parameters:
- description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
example: api-token
in: header
name: x-auth-scheme
required: true
schema:
type: string
default: api-token
enum:
- api-token
- api
- partner-api-token
- partner-api
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Event_GetPolicyAlertV2WSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Event_GetPolicyAlertV2WSResponse'
description: OK
summary: Get information about a policy alert
tags:
- Event Webservice
/api/event/getPolicyAlerts:
post:
description: Get recent policy alerts for organization
operationId: getPolicyAlerts
parameters:
- description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
example: api-token
in: header
name: x-auth-scheme
required: true
schema:
type: string
default: api-token
enum:
- api-token
- api
- partner-api-token
- partner-api
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Event_GetPolicyAlertsWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Event_GetPolicyAlertsWSResponse'
description: OK
summary: Get recent policy alerts for organization
tags:
- Event Webservice
/api/event/getPolicyAlertsV2:
post:
deprecated: true
description: Get recent policy alerts for organization
operationId: getPolicyAlertsV2
parameters:
- description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
example: api-token
in: header
name: x-auth-scheme
required: true
schema:
type: string
default: api-token
enum:
- api-token
- api
- partner-api-token
- partner-api
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Event_GetPolicyAlertsV2WSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Event_GetPolicyAlertsV2WSResponse'
description: OK
summary: Get recent policy alerts for organization
tags:
- Event Webservice
/api/event/getSavedClipCount:
post:
description: Get a count of saved clips in and organization
operationId: getSavedClipCount
parameters:
- description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
example: api-token
in: header
name: x-auth-scheme
required: true
schema:
type: string
default: api-token
enum:
- api-token
- api
- partner-api-token
- partner-api
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Event_GetSavedClipCountWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Event_GetSavedClipCountWSResponse'
description: OK
summary: Get a count of saved clips in an organization
tags:
- Event Webservice
/api/event/getSavedClipDetails:
post:
description: Get detailed information about a saved clip, including seekpoints and bounding boxes
operationId: getSavedClipDetails
parameters:
- description: Authentication scheme identifier. Use `api-token` for standard API key authentication, `partner-api-token` for partner API key authentication. Must be paired with the `x-auth-apikey` header containing your API key.
example: api-token
in: header
name: x-auth-scheme
required: true
schema:
type: string
default: api-token
enum:
- api-token
- api
- partner-api-token
- partner-api
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/Event_GetSavedClipDetailsWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Event_GetSavedClipDetailsWSResponse'
description: OK
# --- truncated at 32 KB (185 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/rhombus-systems/refs/heads/main/openapi/rhombus-systems-event-webservice-api-openapi.yml