# Functions
NewRestHandler will return a new RestHandler struct with all of the REST endpoints configured.
# Constants
The key to the query parameter for the asset file name to perform CRUD operations on over REST.
The REST path name which calls the asset handler.
The REST path name which calls the check in handler.
The REST path name which calls the execute handler.
The key to the query parameter for the file type to execute for execute handler.
The REST path name which calls the log handler.
The key to the query parameter for the reboot delay value.
The REST path name which calls the reboot handler.
The subject of the email to send out after a successfully REST port has been negotiated.
The subject of the email to send out when the REST package is finished executing remote code via the loader package.
The key to the query parameter for the incoming timestamp value.
The acceptable amount of time between the incoming timestamp and the local timestamp in seconds Microsoft recommends a maximum of 5 minutes: https://technet.microsoft.com/en-us/library/jj852172(v=ws.11).aspx.
The REST path name which calls the update handler.
# Structs
RestHandler contains all the functionality to interact with this remote machine via REST calls.
No description provided by the author