5.13 Advanced Workload Protection Topics

This section includes the following information:

5.13.1 Using Workload Protection Features through the PlateSpin Protect Web Services API

You can use workload protection functionality programmatically, through the protection.webservices API from within your applications. You can use any programming or scripting language that supports Web services.

https://<hostname | IP_address>/protection.webservices

Replace <hostname | IP_address> with the hostname or the IP address of your PlateSpin Server host. If SSL is not enabled, use http in the URI.

Figure 5-4 The Front Page of the Protection Web Services API

To script common workload protection operations, use the referenced samples written in Python as guidance. A Microsoft Silverlight application, along with its source code, is also provided for reference purposes.