Overview
The CrashPlan APIs are a powerful set of tools you can use for everything from performing automated actions to integrating CrashPlan with your company's applications. This page lists resources for using the CrashPlan API documentation viewer, which comprehensively lists API queries, parameters, and usage.
To access the CrashPlan API documentation viewer, use the URL that corresponds with your cloud instance:
- US1: https://console.us1.crashplan.com/apidocviewer
- US2: https://console.us2.crashplan.com/apidocviewer
- EU5: https://console.eu5.cpg.crashplan.com/apidocviewer
If you're looking for detailed information on how to use CrashPlan APIs, check out our CrashPlan API syntax and usage article.
Reference
Item | Description | |
---|---|---|
a | Search | You can use the search feature to find a specific resource, query, or parameter. |
b | API resource |
The resources provide information about various components of the CrashPlan platform. For example:
Click on the expandable arrow to show all queries that can be used with that resource. The page will jump to the resource you select. |
c | Query description |
Gives a short description of available queries, such as "Get a list of computers". Clicking the description will jump to it on the page. |
d | Parameters | Parameters further specify the action of a method and resource. |
e | Deprecated parameter | The yellow "deprecated" icon appears if a parameter has been deprecated. Check the description of the parameter for an alternative. |
f | Path | Shows the path of the selected resource. Clicking the downward arrow opens a text box allowing you to copy the full path to your clipboard. |
g | Response samples | Some API requests simply return an HTTPS response code: 200, for example, indicates success. Other requests also return JSON data. The documentation viewer provides a sample response based on the query selected, with options to copy, expand, or collapse the window. |
h | Responses | Lists possible responses and default error codes. |