Integrating Your Own Tools and Scripts with the PeerGFS API

<< Click to Display Table of Contents >>

Navigation:  Peer Global File Service Help > Advanced Topics > PeerGFS API >

Integrating Your Own Tools and Scripts with the PeerGFS API

The PeerGFS installation folder contains PowerShell and Bash toolkits in the tools subfolder of the PMC's installation folder.  If you need a different language, contact Peer Technical Support for our latest YAML file.

If you would like to access the API through a client in a language other than PowerShell or BASH, you can use the Swagger Editor to convert our YAML file to the appropriate client code:

1.Save the PeerGFS YAML file to your desktop.

2.Open a web browser tab and point it to https://editor.swagger.io/#/.

3.Go to the File menu inside the web interface, and then select Import file.

4.Select the PeerGFS YAML file on the desktop.

The manifest should appear on the left with the front-end mockup on the right.

5.Use the Swagger Editor to generate client code.