-
Notifications
You must be signed in to change notification settings - Fork 24
Home
-
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.
-
This is a complete reference of the commands that are available in the custom platform scripting language. As you encounter commands in the documentation or the samples, you can look them up in this command reference to see how to use them.
-
Rather than starting from scratch, it is recommended that you download and modify an existing sample when creating your first custom platform scripts.