Categorygithub.com/cyverse/irodsfs-monitor
module
0.0.0-20220809235922-daf13261a2dc
Repository: https://github.com/cyverse/irodsfs-monitor.git
Documentation: pkg.go.dev

# README

iRODS FUSE Lite Monitor

A monitoring service for iRODS FUSE Lite

Build

Build an executable using Makefile. The executable will be created under bin.

make build

Run

Run bin/irodsfs-monitor to start the service. Additionally user can specify a service port number.

Available arguments are:

  • -p: service port number
  • -f: run the service in foreground

APIs

Available REST/HTTP APIs are:

HTTP MethodAPI URLDescription
GET/instanceslist all iRODS FUSE Lite instances running
GET/instances/<id>get an iRODS FUSE Lite instance
POST/instancesreport a new iRODS FUSE Lite instance
GET/transferslist all data transfers
GET/transfers/<id>list all data transfers of an iRODS FUSE Lite instance
POST/transfersreport a new data transfer performed by an iRODS FUSE Lite instance

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author