Verba Plugin profile

Checking FTP Activity

Retrieves current connection activity from the SFTPGo server.

sftpgo_activity Version 1.0.0
When to use

Best-fit scenarios

Retrieves current connection activity from the SFTPGo server.

How to call it

Execution guidance

Use the example call shape below and provide only the fields the plugin expects.

Arguments

Input shape

This Verba Plugin currently exposes no explicit argument fields in its usage metadata.

Settings

Required configuration

  • SFTPGO_API_URL text

    Enter the base URL for the SFTPGo API (do not include /api/v2).

    Default: https://localhost
  • SFTPGO_PASSWORD password

    The password to authenticate with the SFTPGo API.

    Default: password
  • SFTPGO_USERNAME text

    The username to authenticate with the SFTPGo API.

    Default: username
Example call

Canonical usage JSON

{
  "function": "sftpgo_activity",
  "arguments": {}
}