Help API
The Help API provides a GET endpoint at /serverautomation/help that returns the contents of the help message. POST, PUT, and DELETE are not supported, and the GET request requires no request body.
| Method | Summary |
|---|---|
| GET |
Endpoint: /serverautomation/help Description: Returns the help contents message. Required Request Content: N/A. Response Content: Help contents. |
| POST |
Not supported for this resource. |
| PUT |
Not supported for this resource. |
| DELETE |
Not supported for this resource. |