ShadowControl Report API

Using the ShadowControl Report API requires experience with the following:

Important! Arcserve does not support any of these processes and provides this content solely on an AS-IS basis.

The ShadowControl Report API lets third-parties request endpoint report data from the ShadowControl appliance for external use. Report data is available in two ways:

When ShadowControl receives a request, it then:

Note: Arcserve recommends using Tokens to provide access to the ShadowControl Report API. For more information, see Creating Tokens. For example, a curl request for a status report data might look like the following:

curl -v -k -H "CMD_TOKEN:<Token>" https://<;appliance>/api/reports/status/<UUID of endpoint>/

where: