Rhombus Systems Storage Integrations Webservice API
The Storage Integrations Webservice API from Rhombus Systems — 18 operation(s) for storage integrations webservice.
The Storage Integrations Webservice API from Rhombus Systems — 18 operation(s) for storage integrations 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-storage-integrations-webservice-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
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 Storage Integrations Webservice API
version: '1.0'
servers:
- description: Production Server
url: https://api2.rhombussystems.com
security:
- ApiKeyAuth: []
tags:
- name: Storage Integrations Webservice
paths:
/api/integrations/storage/deleteAwsIntegration:
post:
description: Delete AWS S3 clip storage integration
operationId: deleteAwsIntegration
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/Integration_BaseIntegrationWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/BaseApiResponse'
description: OK
summary: Delete AWS integration
tags:
- Storage Integrations Webservice
/api/integrations/storage/deleteBoxIntegration:
post:
description: Delete Box clip storage integration
operationId: deleteBoxIntegration
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/Integration_BaseIntegrationWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/BaseApiResponse'
description: OK
summary: Delete Box integration
tags:
- Storage Integrations Webservice
/api/integrations/storage/deleteDropboxIntegration:
post:
description: Delete Dropbox clip storage integration
operationId: deleteDropboxIntegration
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/Integration_BaseIntegrationWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/BaseApiResponse'
description: OK
summary: Delete Dropbox integration
tags:
- Storage Integrations Webservice
/api/integrations/storage/deleteGoogleIntegration:
post:
deprecated: true
description: Delete Google Drive clip storage integration
operationId: deleteGoogleIntegration
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/Integration_BaseIntegrationWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/BaseApiResponse'
description: OK
summary: Delete Google integration
tags:
- Storage Integrations Webservice
/api/integrations/storage/deleteGoogleIntegrationV2:
post:
description: Delete Google Drive clip storage integration
operationId: deleteGoogleIntegrationV2
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/Integration_BaseIntegrationWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/BaseApiResponse'
description: OK
summary: Delete Google integration V2
tags:
- Storage Integrations Webservice
/api/integrations/storage/deleteOffice365Integration:
post:
description: Delete Office365 Sharepoint clip storage integration
operationId: deleteOffice365Integration
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/Integration_BaseIntegrationWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/BaseApiResponse'
description: OK
summary: Delete Office365 integration
tags:
- Storage Integrations Webservice
/api/integrations/storage/getGoogleIntegration:
post:
description: Get Google Drive clip storage integration
operationId: getGoogleIntegration
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/Integration_BaseIntegrationWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Integration_GetOrgIntegrationsV2WSResponse'
description: OK
summary: Get Google integration
tags:
- Storage Integrations Webservice
/api/integrations/storage/initiateDropboxOAuth:
post:
description: Initiate the Dropbox OAuth Process
operationId: initiateDropboxOAuth
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/Integration_InitiateOAuthWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Integration_InitiateOAuthWSResponse'
description: OK
summary: Initiate Dropbox OAuth
tags:
- Storage Integrations Webservice
/api/integrations/storage/initiateGoogleOAuth:
post:
description: Initiate the Google OAuth Process
operationId: initiateGoogleOAuth
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/Integration_InitiateOAuthWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Integration_InitiateOAuthWSResponse'
description: OK
summary: Initiate Google OAuth
tags:
- Storage Integrations Webservice
/api/integrations/storage/initiateOffice365OAuth:
post:
description: Initiate the Office365 OAuth Process
operationId: initiateOffice365OAuth
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/Integration_InitiateOAuthWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Integration_InitiateOAuthWSResponse'
description: OK
summary: Initiate Office365 OAuth
tags:
- Storage Integrations Webservice
/api/integrations/storage/refreshGoogleAccessToken:
post:
operationId: refreshGoogleAccessToken
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/Integration_RefreshGoogleAccessTokenWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Integration_RefreshGoogleAccessTokenWSResponse'
description: OK
summary: Refresh Google access token
tags:
- Storage Integrations Webservice
/api/integrations/storage/revokeGoogleDriveAccess:
post:
description: Revokes access to a Google Drive account
operationId: revokeGoogleDriveAccess
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/Integration_RevokeGoogleDriveAccessWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/BaseApiResponse'
description: OK
summary: Revoke Google Drive access
tags:
- Storage Integrations Webservice
/api/integrations/storage/updateAwsIntegration:
post:
description: Update AWS S3 clip storage integration
operationId: updateAwsIntegration
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/Integration_UpdateAwsIntegrationWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Integration_UpdateOrgIntegrationsWSResponse'
description: OK
summary: Update AWS integration
tags:
- Storage Integrations Webservice
/api/integrations/storage/updateBoxIntegration:
post:
description: Update Box clip storage integration
operationId: updateBoxIntegration
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/Integration_UpdateBoxIntegrationWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Integration_UpdateOrgIntegrationsWSResponse'
description: OK
summary: Update Box integration
tags:
- Storage Integrations Webservice
/api/integrations/storage/updateDropboxIntegration:
post:
description: Update Dropbox clip storage integration
operationId: updateDropboxIntegration
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/Integration_UpdateDropboxIntegrationWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Integration_UpdateOrgIntegrationsWSResponse'
description: OK
summary: Update Dropbox integration
tags:
- Storage Integrations Webservice
/api/integrations/storage/updateGoogleIntegration:
post:
deprecated: true
description: Update Google Drive clip storage integration
operationId: updateGoogleIntegration
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/Integration_UpdateGoogleIntegrationWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Integration_UpdateOrgIntegrationsWSResponse'
description: OK
summary: Update Google integration
tags:
- Storage Integrations Webservice
/api/integrations/storage/updateGoogleIntegrationV2:
post:
description: Update Google Drive clip storage integration
operationId: updateGoogleIntegrationV2
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/Integration_UpdateGoogleIntegrationV2WSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Integration_UpdateOrgIntegrationsWSResponse'
description: OK
summary: Update Google integration V2
tags:
- Storage Integrations Webservice
/api/integrations/storage/updateOffice365Integration:
post:
description: Update Office365 Sharepoint clip storage integration
operationId: updateOffice365Integration
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/Integration_UpdateOffice365IntegrationWSRequest'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Integration_UpdateOrgIntegrationsWSResponse'
description: OK
summary: Update Office365 integration
tags:
- Storage Integrations Webservice
components:
schemas:
Integration_InitiateOAuthWSResponse:
type: object
description: Response object containing OAuth redirect URL.
properties:
error:
type:
- boolean
- 'null'
errorMsg:
type:
- string
- 'null'
redirectUrl:
type:
- string
- 'null'
description: OAuth redirect URL for authentication
example: https://oauth.provider.com/auth?client_id=123&redirect_uri=callback
warningMsg:
type:
- string
- 'null'
ZapierType:
type:
- object
- 'null'
allOf:
- type: object
properties:
zapierWebhooks:
type:
- object
- 'null'
additionalProperties:
$ref: '#/components/schemas/ZapierWebhookSettings'
properties:
enabled:
type:
- boolean
- 'null'
integration:
$ref: '#/components/schemas/IntegrationEnum'
integrationAuditMap:
type:
- object
- 'null'
additionalProperties:
$ref: '#/components/schemas/IntegrationAuditEvent'
orgUuid:
type:
- string
- 'null'
format: RUUID
description: base 64 (url-safe) uuid string
example: AAAAAAAAAAAAAAAAAAAAAA
userUuid:
type:
- string
- 'null'
format: RUUID
description: base 64 (url-safe) uuid string
example: AAAAAAAAAAAAAAAAAAAAAA
MicrosoftTeamsChannelSettings:
type:
- object
- 'null'
properties:
botInstallationId:
type:
- string
- 'null'
channelId:
type:
- string
- 'null'
installingUserUuid:
type:
- string
- 'null'
format: RUUID
description: base 64 (url-safe) uuid string
example: AAAAAAAAAAAAAAAAAAAAAA
sendChannelNotifications:
type:
- boolean
- 'null'
PlaceOsType:
type:
- object
- 'null'
allOf:
- type: object
properties:
alertUnauthorizedFaces:
type:
- boolean
- 'null'
apiToken:
type:
- string
- 'null'
apiUrl:
type:
- string
- 'null'
badgeAuthDisablesAlarmMonitoring:
type:
- boolean
- 'null'
badgeFaceVerificationMode:
$ref: '#/components/schemas/BadgeFaceVerificationModeEnum'
createAccessAnomalyAlerts:
type:
- boolean
- 'null'
createSeekPoints:
type:
- boolean
- 'null'
doorInfoMap:
type:
- object
- 'null'
additionalProperties:
$ref: '#/components/schemas/BadgeIntegrationDoorInfoType'
doorsValidated:
type:
- boolean
- 'null'
identifyFacesFromBadge:
type:
- boolean
- 'null'
indexFaces:
type:
- boolean
- 'null'
misconfiguredDoors:
type:
- array
- 'null'
items:
type:
- string
- 'null'
refreshToken:
type:
- string
- 'null'
rhombusToken:
type:
- string
- 'null'
format: RUUID
description: base 64 (url-safe) uuid string
example: AAAAAAAAAAAAAAAAAAAAAA
saveClips:
type:
- boolean
- 'null'
tokenValid:
type:
- boolean
- 'null'
triggerNotification:
type:
- boolean
- 'null'
webhookSignatureSecret:
type:
- string
- 'null'
properties:
enabled:
type:
- boolean
- 'null'
integration:
$ref: '#/components/schemas/IntegrationEnum'
integrationAuditMap:
type:
- object
- 'null'
additionalProperties:
$ref: '#/components/schemas/IntegrationAuditEvent'
orgUuid:
type:
- string
- 'null'
format: RUUID
description: base 64 (url-safe) uuid string
example: AAAAAAAAAAAAAAAAAAAAAA
userUuid:
type:
- string
- 'null'
format: RUUID
description: base 64 (url-safe) uuid string
example: AAAAAAAAAAAAAAAAAAAAAA
ProDataKeyType:
type:
- object
- 'null'
allOf:
- type: object
properties:
alertUnauthorizedFaces:
type:
- boolean
- 'null'
apiToken:
type:
- string
- 'null'
badgeAuthDisablesAlarmMonitoring:
type:
- boolean
- 'null'
badgeFaceVerificationMode:
$ref: '#/components/schemas/BadgeFaceVerificationModeEnum'
createAccessAnomalyAlerts:
type:
- boolean
- 'null'
createSeekPoints:
type:
- boolean
- 'null'
doorInfoMap:
type:
- object
- 'null'
additionalProperties:
$ref: '#/components/schemas/BadgeIntegrationDoorInfoType'
doorsValidated:
type:
- boolean
- 'null'
identifyFacesFromBadge:
type:
- boolean
- 'null'
indexFaces:
type:
- boolean
- 'null'
misconfiguredDoors:
type:
- array
- 'null'
items:
type:
- string
- 'null'
organizationId:
type:
- string
- 'null'
refreshToken:
type:
- string
- 'null'
rhombusToken:
type:
- string
- 'null'
format: RUUID
description: base 64 (url-safe) uuid string
example: AAAAAAAAAAAAAAAAAAAAAA
saveClips:
type:
- boolean
- 'null'
systemId:
type:
- string
- 'null'
tokenValid:
type:
- boolean
- 'null'
webhookId:
type:
- string
- 'null'
webhookSignatureSecret:
type:
- string
- 'null'
properties:
enabled:
type:
- boolean
- 'null'
integration:
$ref: '#/components/schemas/IntegrationEnum'
integrationAuditMap:
type:
- object
- 'null'
additionalProperties:
$ref: '#/components/schemas/IntegrationAuditEvent'
orgUuid:
type:
- string
- 'null'
format: RUUID
description: base 64 (url-safe) uuid string
example: AAAAAAAAAAAAAAAAAAAAAA
userUuid:
type:
- string
- 'null'
format: RUUID
description: base 64 (url-safe) uuid string
example: AAAAAAAAAAAAAAAAAAAAAA
OpentechAllianceType:
type:
- object
- 'null'
allOf:
- type: object
properties:
apiKey:
type:
- string
- 'null'
apiSecret:
type:
- string
- 'null'
facilityToSettingsMap:
type:
- object
- 'null'
additionalProperties:
$ref: '#/components/schemas/OpentechAllianceFacilitySettings'
properties:
enabled:
type:
- boolean
- 'null'
integration:
$ref: '#/components/schemas/IntegrationEnum'
integrationAuditMap:
type:
- object
- 'null'
additionalProperties:
$ref: '#/components/schemas/IntegrationAuditEvent'
orgUuid:
type:
- string
- 'null'
format: RUUID
description: base 64 (url-safe) uuid string
example: AAAAAAAAAAAAAAAAAAAAAA
userUuid:
type:
- string
- 'null'
format: RUUID
description: base 64 (url-safe) uuid string
example: AAAAAAAAAAAAAAAAAAAAAA
AvigilonAltaType:
type:
- object
- 'null'
allOf:
- type: object
properties:
alertUnauthorizedFaces:
type:
- boolean
- 'null'
apiToken:
type:
- string
- 'null'
badgeAuthDisablesAlarmMonitoring:
type:
- boolean
- 'null'
badgeFaceVerificationMode:
$ref: '#/components/schemas/BadgeFaceVerificationModeEnum'
createAccessAnomalyAlerts:
type:
- boolean
- 'null'
createSeekPoints:
type:
- boolean
- 'null'
doorInfoMap:
type:
- object
- 'null'
additionalProperties:
$ref: '#/components/schemas/BadgeIntegrationDoorInfoType'
doorToCameraMap:
type:
- object
- 'null'
additionalProperties:
type:
- array
- 'null'
items:
type:
- string
- 'null'
format: RUUID
description: base 64 (url-safe) uuid string
example: AAAAAAAAAAAAAAAAAAAAAA
doorsValidated:
type:
- boolean
- 'null'
email:
type:
- string
- 'null'
eventToWebhookIdMap:
type:
- object
- 'null'
additionalProperties:
type:
- integer
- 'null'
format: int32
eventToWebhookMap:
type:
- object
- 'null'
additionalProperties:
$ref: '#/components/schemas/WebhookMapEntry'
identifyFacesFromBadge:
type:
- boolean
- 'null'
indexFaces:
type:
- boolean
- 'null'
misconfiguredDoors:
type:
- array
# --- truncated at 32 KB (113 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/rhombus-systems/refs/heads/main/openapi/rhombus-systems-storage-integrations-webservice-api-openapi.yml