← Back to Docs

ModRestGateway Server Module (Custom)

ModRestGateway server module documentation.

Custom Server ExtensionsVersion6.0.0Updated2026-04-29OwnerScadaV6ServerExt

ModRestGateway Server Module (Custom)

ModRestGateway is a custom server extension in ScadaV6ServerExt. This page summarizes code entry points, API routes, config files, and deployment checks.

Functional Description

Exposes SCADA capabilities through REST APIs for third-party integration.

Overview

  • Source: ScadaV6ServerExt/ModRestGateway.Logic
  • Framework: net8.0
  • Version: 6.0.0

Controllers and Routes

  • 未检测到控制器。
  • 未检测到显式 Route。
  • 未检测到带 Http 特性的 Action。

Key Files

  • ModRestGatewayLogic.cs
  • obj/Debug/net8.0/ModRestGateway.Logic.AssemblyInfo.cs
  • obj/Debug/net8.0/ModRestGateway.Logic.GlobalUsings.g.cs
  • obj/Release/net8.0/ModRestGateway.Logic.AssemblyInfo.cs
  • obj/Release/net8.0/ModRestGateway.Logic.GlobalUsings.g.cs
  • 未检测到 Options 文件。
  • 未检测到 JSON 配置文件。

Dependencies

  • ScadaCommon
  • ScadaCommon.Log
  • ScadaServerCommon
  • Flurl.Http
  • Jint
  • Newtonsoft.Json
  • NLog.Extensions.Logging
  • Quartz

Deployment

  1. Build module.
  2. Deploy binaries and resources.
  3. Restart related services.
  4. Verify logs and features.