In this section we’ll provide a few handy examples of common script operations.
The intention is to grow this into a good source to copy paste common code from.
All of the examples will be available in the
DevGuide Examples repository
under the script_driver_recipes folder.
Executing commands on sandbox resources
The following script will try to execute a command only on resources that support it.
If a resource does not support the command it will simply ignore it and move to the next
resource.