Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The UDMG Server REST API is implemented by a customized version of the waarp-gatewayd server.

In addition to what is supported by the original version of the waarp-gatewayd v0.6.2 server, the following commands have been added for UDMG:


Authentication

Only Local User Account authentication is supported for the REST API. LDAP authentication is only used for the Graphical User Interface.

See Waarp Gateway REST API Authentication on how to give the credentials.

...

Refer to the original version of the waarp-gatewayd v0.57.1 server documentation for the common operations:

  • Service Status
  • User Management
  • Transfer Management
  • History Management
  • Local Servers Management
  • Remote Partners Management
  • Rules Management
  • Configuration Override

PGP Key Management

...

UDMG Specific Operations

In addition to what is supported by the original version of the waarp-gatewayd v0.7.1 server, the following commands have been added for UDMG:

PGP Key Management

PGP key records can be stored in the UDMG database and retrieved with the CLI or the REST API to be used by scripts or by Universal Controller tasks without having to keep them in a local keyring.

...

  • Retrieves an audit record details. 

Example

...

Example

Code Block
GET /api/sb_audit/1969
{
    "id": 1969,
    "action": "START",
    "table_name": "local_agents",
    "table_key": 86,
    "before": "{\"ID\":86,\"Owner\":\"mft-gw-0\",\"Name\":\"clibs_serv_ftp_server\",\"Address\":\"0.0.0.0:4060\",\"Protocol\":\"ftp\",\"Enabled\":true,\"RootDir\":\"clibs_ftp_dir\",\"ReceiveDir\":\"in\",\"SendDir\":\"out\",\"TmpReceiveDir\":\"tmp\",\"ProtoConfig\":{}}",
    "after": "",
    "status": "SUCCESS",
    "info": "",
    "user": 1,
    "date": "20222023-0605-20T0702T14:5456:1055.009859Z70779Z",
    "parent_id": ""
}