Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,483 changes: 1,369 additions & 114 deletions devolutions-gateway/openapi/doc/index.adoc

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions devolutions-gateway/openapi/dotnet-client/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ docs/DataEncoding.md
docs/DeleteManyResult.md
docs/DiagnosticsApi.md
docs/EventOutcomeResponse.md
docs/GetUpdateProductsResponse.md
docs/GetUpdateScheduleResponse.md
docs/HealthApi.md
docs/Heartbeat.md
docs/HeartbeatApi.md
docs/HostScanStateDto.md
docs/Identity.md
docs/InterfaceInfo.md
docs/JrecApi.md
Expand All @@ -36,25 +39,36 @@ docs/MonitoringProbeType.md
docs/MonitoringProbeTypeOneOf.md
docs/MonitorsConfig.md
docs/NetApi.md
docs/NetworkInterfaceDto.md
docs/NetworkInterfacesResponse.md
docs/NetworkMonitoringApi.md
docs/NetworkScanResultEventDto.md
docs/NetworkScanResultKindDto.md
docs/NetworkScanSourceCapabilitiesDto.md
docs/NetworkScanSourceDto.md
docs/PreflightAlertStatus.md
docs/PreflightApi.md
docs/PreflightOperation.md
docs/PreflightOperationKind.md
docs/PreflightOutput.md
docs/PreflightOutputKind.md
docs/PubKeyFormat.md
docs/ScanOriginDto.md
docs/ScanResultSourceDto.md
docs/SessionInfo.md
docs/SessionTokenContentType.md
docs/SessionTokenSignRequest.md
docs/SessionsApi.md
docs/SetConfigResponse.md
docs/SetUpdateScheduleRequest.md
docs/SubProvisionerKey.md
docs/Subscriber.md
docs/TrafficApi.md
docs/TrafficEventResponse.md
docs/TransportProtocolResponse.md
docs/UpdateApi.md
docs/UpdateProductInfo.md
docs/UpdateRequestSchema.md
docs/WebAppApi.md
src/Devolutions.Gateway.Client/Api/ConfigApi.cs
src/Devolutions.Gateway.Client/Api/DiagnosticsApi.cs
Expand Down Expand Up @@ -104,7 +118,10 @@ src/Devolutions.Gateway.Client/Model/ConnectionMode.cs
src/Devolutions.Gateway.Client/Model/DataEncoding.cs
src/Devolutions.Gateway.Client/Model/DeleteManyResult.cs
src/Devolutions.Gateway.Client/Model/EventOutcomeResponse.cs
src/Devolutions.Gateway.Client/Model/GetUpdateProductsResponse.cs
src/Devolutions.Gateway.Client/Model/GetUpdateScheduleResponse.cs
src/Devolutions.Gateway.Client/Model/Heartbeat.cs
src/Devolutions.Gateway.Client/Model/HostScanStateDto.cs
src/Devolutions.Gateway.Client/Model/Identity.cs
src/Devolutions.Gateway.Client/Model/InterfaceInfo.cs
src/Devolutions.Gateway.Client/Model/JrlInfo.cs
Expand All @@ -116,17 +133,28 @@ src/Devolutions.Gateway.Client/Model/MonitoringLogResponse.cs
src/Devolutions.Gateway.Client/Model/MonitoringProbeType.cs
src/Devolutions.Gateway.Client/Model/MonitoringProbeTypeOneOf.cs
src/Devolutions.Gateway.Client/Model/MonitorsConfig.cs
src/Devolutions.Gateway.Client/Model/NetworkInterfaceDto.cs
src/Devolutions.Gateway.Client/Model/NetworkInterfacesResponse.cs
src/Devolutions.Gateway.Client/Model/NetworkScanResultEventDto.cs
src/Devolutions.Gateway.Client/Model/NetworkScanResultKindDto.cs
src/Devolutions.Gateway.Client/Model/NetworkScanSourceCapabilitiesDto.cs
src/Devolutions.Gateway.Client/Model/NetworkScanSourceDto.cs
src/Devolutions.Gateway.Client/Model/PreflightAlertStatus.cs
src/Devolutions.Gateway.Client/Model/PreflightOperation.cs
src/Devolutions.Gateway.Client/Model/PreflightOperationKind.cs
src/Devolutions.Gateway.Client/Model/PreflightOutput.cs
src/Devolutions.Gateway.Client/Model/PreflightOutputKind.cs
src/Devolutions.Gateway.Client/Model/PubKeyFormat.cs
src/Devolutions.Gateway.Client/Model/ScanOriginDto.cs
src/Devolutions.Gateway.Client/Model/ScanResultSourceDto.cs
src/Devolutions.Gateway.Client/Model/SessionInfo.cs
src/Devolutions.Gateway.Client/Model/SessionTokenContentType.cs
src/Devolutions.Gateway.Client/Model/SessionTokenSignRequest.cs
src/Devolutions.Gateway.Client/Model/SetConfigResponse.cs
src/Devolutions.Gateway.Client/Model/SetUpdateScheduleRequest.cs
src/Devolutions.Gateway.Client/Model/SubProvisionerKey.cs
src/Devolutions.Gateway.Client/Model/Subscriber.cs
src/Devolutions.Gateway.Client/Model/TrafficEventResponse.cs
src/Devolutions.Gateway.Client/Model/TransportProtocolResponse.cs
src/Devolutions.Gateway.Client/Model/UpdateProductInfo.cs
src/Devolutions.Gateway.Client/Model/UpdateRequestSchema.cs
23 changes: 21 additions & 2 deletions devolutions-gateway/openapi/dotnet-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Protocol-aware fine-grained relay server

This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 2025.3.2
- API version: 2026.2.4
- SDK version: 2025.12.2
- Generator version: 7.9.0
- Build package: org.openapitools.codegen.languages.CSharpClientCodegen
Expand Down Expand Up @@ -154,14 +154,19 @@ Class | Method | HTTP request | Description
*JrlApi* | [**GetJrlInfo**](docs/JrlApi.md#getjrlinfo) | **GET** /jet/jrl/info | Retrieves current JRL (Json Revocation List) info
*JrlApi* | [**UpdateJrl**](docs/JrlApi.md#updatejrl) | **POST** /jet/jrl | Updates JRL (Json Revocation List) using a JRL token
*NetApi* | [**GetNetConfig**](docs/NetApi.md#getnetconfig) | **GET** /jet/net/config | Lists network interfaces
*NetApi* | [**GetNetInterfaces**](docs/NetApi.md#getnetinterfaces) | **GET** /jet/net/interfaces | Lists Gateway network scan sources.
*NetApi* | [**GetNetScan**](docs/NetApi.md#getnetscan) | **GET** /jet/net/scan | Stream network scan events over a websocket.
*NetworkMonitoringApi* | [**DrainMonitoringLog**](docs/NetworkMonitoringApi.md#drainmonitoringlog) | **POST** /jet/net/monitor/log/drain | Monitors store their results in a temporary log, which is returned here.
*NetworkMonitoringApi* | [**SetMonitoringConfig**](docs/NetworkMonitoringApi.md#setmonitoringconfig) | **POST** /jet/net/monitor/config | Replace the current monitoring configuration with the configuration in the request body.
*PreflightApi* | [**PostPreflight**](docs/PreflightApi.md#postpreflight) | **POST** /jet/preflight | Performs a batch of preflight operations
*SessionsApi* | [**GetSessions**](docs/SessionsApi.md#getsessions) | **GET** /jet/sessions | Lists running sessions
*SessionsApi* | [**TerminateSession**](docs/SessionsApi.md#terminatesession) | **POST** /jet/session/{id}/terminate | Terminate forcefully a running session
*TrafficApi* | [**AckTrafficEvents**](docs/TrafficApi.md#acktrafficevents) | **POST** /jet/traffic/ack | Acknowledge traffic audit events and remove them from the queue
*TrafficApi* | [**ClaimTrafficEvents**](docs/TrafficApi.md#claimtrafficevents) | **POST** /jet/traffic/claim | Claim traffic audit events for processing
*UpdateApi* | [**TriggerUpdate**](docs/UpdateApi.md#triggerupdate) | **POST** /jet/update | Triggers Devolutions Gateway update process.
*UpdateApi* | [**GetUpdateProducts**](docs/UpdateApi.md#getupdateproducts) | **GET** /jet/update | Retrieve the currently installed version of each Devolutions product.
*UpdateApi* | [**GetUpdateSchedule**](docs/UpdateApi.md#getupdateschedule) | **GET** /jet/update/schedule | Retrieve the current Devolutions Agent auto-update schedule.
*UpdateApi* | [**SetUpdateSchedule**](docs/UpdateApi.md#setupdateschedule) | **POST** /jet/update/schedule | Set the Devolutions Agent auto-update schedule.
*UpdateApi* | [**TriggerUpdate**](docs/UpdateApi.md#triggerupdate) | **POST** /jet/update | Trigger an update for one or more Devolutions products.
*WebAppApi* | [**SignAppToken**](docs/WebAppApi.md#signapptoken) | **POST** /jet/webapp/app-token | Requests a web application token using the configured authorization method
*WebAppApi* | [**SignSessionToken**](docs/WebAppApi.md#signsessiontoken) | **POST** /jet/webapp/session-token | Requests a session token using a web application token

Expand All @@ -185,7 +190,10 @@ Class | Method | HTTP request | Description
- [Model.DataEncoding](docs/DataEncoding.md)
- [Model.DeleteManyResult](docs/DeleteManyResult.md)
- [Model.EventOutcomeResponse](docs/EventOutcomeResponse.md)
- [Model.GetUpdateProductsResponse](docs/GetUpdateProductsResponse.md)
- [Model.GetUpdateScheduleResponse](docs/GetUpdateScheduleResponse.md)
- [Model.Heartbeat](docs/Heartbeat.md)
- [Model.HostScanStateDto](docs/HostScanStateDto.md)
- [Model.Identity](docs/Identity.md)
- [Model.InterfaceInfo](docs/InterfaceInfo.md)
- [Model.JrlInfo](docs/JrlInfo.md)
Expand All @@ -197,20 +205,31 @@ Class | Method | HTTP request | Description
- [Model.MonitoringProbeType](docs/MonitoringProbeType.md)
- [Model.MonitoringProbeTypeOneOf](docs/MonitoringProbeTypeOneOf.md)
- [Model.MonitorsConfig](docs/MonitorsConfig.md)
- [Model.NetworkInterfaceDto](docs/NetworkInterfaceDto.md)
- [Model.NetworkInterfacesResponse](docs/NetworkInterfacesResponse.md)
- [Model.NetworkScanResultEventDto](docs/NetworkScanResultEventDto.md)
- [Model.NetworkScanResultKindDto](docs/NetworkScanResultKindDto.md)
- [Model.NetworkScanSourceCapabilitiesDto](docs/NetworkScanSourceCapabilitiesDto.md)
- [Model.NetworkScanSourceDto](docs/NetworkScanSourceDto.md)
- [Model.PreflightAlertStatus](docs/PreflightAlertStatus.md)
- [Model.PreflightOperation](docs/PreflightOperation.md)
- [Model.PreflightOperationKind](docs/PreflightOperationKind.md)
- [Model.PreflightOutput](docs/PreflightOutput.md)
- [Model.PreflightOutputKind](docs/PreflightOutputKind.md)
- [Model.PubKeyFormat](docs/PubKeyFormat.md)
- [Model.ScanOriginDto](docs/ScanOriginDto.md)
- [Model.ScanResultSourceDto](docs/ScanResultSourceDto.md)
- [Model.SessionInfo](docs/SessionInfo.md)
- [Model.SessionTokenContentType](docs/SessionTokenContentType.md)
- [Model.SessionTokenSignRequest](docs/SessionTokenSignRequest.md)
- [Model.SetConfigResponse](docs/SetConfigResponse.md)
- [Model.SetUpdateScheduleRequest](docs/SetUpdateScheduleRequest.md)
- [Model.SubProvisionerKey](docs/SubProvisionerKey.md)
- [Model.Subscriber](docs/Subscriber.md)
- [Model.TrafficEventResponse](docs/TrafficEventResponse.md)
- [Model.TransportProtocolResponse](docs/TransportProtocolResponse.md)
- [Model.UpdateProductInfo](docs/UpdateProductInfo.md)
- [Model.UpdateRequestSchema](docs/UpdateRequestSchema.md)


<a id="documentation-for-authorization"></a>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading