Skip to content
petrsnd edited this page Jul 30, 2019 · 13 revisions

Getting Started

  • The Structure of a Custom Platform Script

    Basic introduction to the custom platform script JSON file format, and how the object should be structure to create a valid custom platform.

  • Writing a Custom Platform Script

    Writing a custom platform script that works with Safeguard requires that the author follow certain conventions for operations that Safeguard will call and variables that Safeguard will pass to your script. This document explains the creation of an SSH custom platform script, detailing the operations and variables that Safeguard will pass to the custom script to communicate with the target platform. A good sample to go along with this document is the Generic Linux sample script.

  • Command Reference

  • Sample Scripts