Introduction to the Sample Exercises
Let's dive into the REST API and see how you can use it to manage machine groups and perform patch scan and patch deployments. Specifically, these exercises will show you how to:
- Create a credential.
- Create a machine group that uses the new credential to access the machines in the group.
- Perform a patch scan of the machine group.
- Monitor the status of the patch scan.
- Review the results of the patch scan.
- Deploy all missing patches.
To start these exercises, you must:
- Meet all system requirements
- Configure your environment to use the REST API
- Have a Web browser, an API tool or a PowerShell script command window to use for submitting the REST API requests
The root URL for all REST API calls is:
https://<consoleFQDN:port>/st/console/api/v1.0/
In these sample exercises, for <consoleFQDN:port> we will use localhost:3121. For an example of how to connect from a remote desktop to the Security Controls server, see PowerShell Example: Create and Install an Agent.