docs.rackspace.com/api

Size: px
Start display at page:

Download "docs.rackspace.com/api"

Transcription

1 docs.rackspace.com/api

2 Rackspace Cloud Backup Developer API v1.0 ( ) 2015 Rackspace US, Inc. This document is intended for software developers interested in developing applications using the Rackspace Cloud Backup Application Programming Interface (API). The document is for informational purposes only and is provided AS IS. RACKSPACE MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, AS TO THE ACCURACY OR COM- PLETENESS OF THE CONTENTS OF THIS DOCUMENT AND RESERVES THE RIGHT TO MAKE CHANGES TO SPECIFICATIONS AND PROD- UCT/SERVICES DESCRIPTION AT ANY TIME WITHOUT NOTICE. RACKSPACE SERVICES OFFERINGS ARE SUBJECT TO CHANGE WITH- OUT NOTICE. USERS MUST TAKE FULL RESPONSIBILITY FOR APPLICATION OF ANY SERVICES MENTIONED HEREIN. EXCEPT AS SET FORTH IN RACKSPACE GENERAL TERMS AND CONDITIONS AND/OR CLOUD TERMS OF SERVICE, RACKSPACE ASSUMES NO LIABILITY WHATSOEVER, AND DISCLAIMS ANY EXPRESS OR IMPLIED WARRANTY, RELATING TO ITS SERVICES INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. Except as expressly provided in any written license agreement from Rackspace, the furnishing of this document does not give you any license to patents, trademarks, copyrights, or other intellectual property. Rackspace, Rackspace logo and Fanatical Support are registered service marks of Rackspace US, Inc. All other product names and trademarks used in this document are for identification purposes only and are property of their respective owners. ii

3 Table of Contents 1. Overview Intended audience Document change history Additional resources API contract changes Pricing and service level Concepts Agent Backup configuration Restore Restore configuration Server setup General API information Authentication Role Based Access Control Assigning roles to account users Roles available for Cloud Backup Resolving conflicts between RBAC multiproduct vs. custom (product-specific) roles RBAC permissions cross-reference to Cloud Backup API operations Service access endpoints Rackspace Cloud Backup service versions Contract version List API version Request and response types Limits Faults and common issues API operations Agent operations List agent details Enable or disable an agent Enable volume encryption Change encryption password Delete agent Migrate vault Update agent backup behavior List agent details by host server ID User operations List all agents for this user Wake up agents Backup configuration operations Create backup configuration Update backup configuration List backup configuration details List all backup configurations for a user List all backup configurations for an agent Enable or disable a backup configuration Delete a backup configuration iii

4 3.4. Backup operations Start or stop a backup manually List backup details List completed backups Get a backup report Restore configuration operations Create a restore configuration Update a restore configuration Include or exclude a file in a restore configuration List included or excluded files in a restore configuration Delete a restore configuration Restore operations List backups available for a restore Start or stop a restore manually List details about a restore Get restore report Activity operations List activity for an agent List activity for a user Glossary iv

5 List of Tables 2.1. Cloud Backup product roles and permissions Multiproduct (Global) roles and permissions Regionalized service endpoints Limits for Cloud Backup v

6 List of Examples 2.1. Authentication request with multi-factor authentication credentials Example request URI (contract version in bold) Example list versions request List agent details: JSON request List agent details: JSON response Enable an agent: JSON request Disable an agent: JSON request Enable volume encryption: JSON request Enable volume encryption response Change encryption password: JSON request Change encryption password response Delete agent: JSON response Migrate vault: JSON request Update agent backup behavior: JSON request Update agent backup behavior: JSON response List agent details by host server ID: JSON request List agent details by host server ID: JSON response List all agents for this user: JSON request List all agents for this user: JSON response Wake up agents: JSON request Create backup configuration: JSON request Create backup configuration: JSON response Update backup configuration: JSON request List backup configuration details: JSON request List backup configuration details: JSON response List all backup configurations for a user: JSON response List all backup configurations for an agent: JSON request List all backup configurations for an agent: JSON response Enable or disable a backup configuration request Enable a backup configuration: JSON request Disable a backup configuration: JSON request Disable a backup configuration: JSON response Delete a backup configuration: JSON request Start a backup manually: JSON request Stop a backup manually: JSON request Start a backup manually response List backup details: JSON request List backup details: JSON response List completed backups: JSON request List completed backups: JSON response Get a backup report: JSON request Get a backup report: JSON response Create a restore configuration: JSON request Create a restore configuration: JSON response Update a restore configuration: JSON request Include a file in a restore configuration: JSON request List included or excluded files in a restore configuration: JSON request Delete a restore configuration: JSON request vi

7 3.46. List backups available for a restore: JSON request List backups available for a restore: JSON response Start encrypted restore: JSON request Start unencrypted restore: JSON request Stop restore manually: JSON request List details about a restore: JSON request List details about a restore: JSON response Get restore report: JSON request Get restore report: JSON response List activity for an agent: JSON request List activity for an agent: JSON response List activity for a user: JSON request List activity for a user: JSON response vii

8 1. Overview Rackspace Cloud Backup is a file-based backup application that enables you to choose which files and folders to back up from your cloud server. You can choose to restore your whole system with all of its folders and files, or to restore individual files or folders from a given date, or to restore to an entirely different server. Interactions with Rackspace Cloud Backup occur programmatically via the Rackspace Cloud Backup API, as described in this guide. Following are some of the tasks you can perform using Rackspace Cloud Backup: Select the files and folders that you want to back up from your cloud server. Run your backups manually or on a schedule that works for you. See the activity from all your backups, for both current and previous backups. Use AES-256 encryption with a private encryption key known only to you. Restore individual files and folders from a particular date. Save space with incremental backups that save only the changed portions of files. Create unlimited backups. Choose your backup endpoint based on the location of the server that you want to use for backup or for restore. For a list of endpoints, see Section 2.3, Service access endpoints [11]. Note Rackspace Cloud Backup does not take snapshots of your server. To read more about how Rackspace Cloud Backup differs from snapshots, see "Rackspace Cloud Backup vs. Cloud Server Image Backups" in the Rackspace Knowledge Center Intended audience This guide is intended to assist software developers who want to develop applications by using the Rackspace Cloud Backup API. It assumes the reader has a general understanding of storage and is familiar with the following items: RESTful web services HTTP/1.1 conventions JSON data serialization formats 1

9 1.2. Document change history This version of this guide replaces and obsoletes all earlier versions. The most recent changes are described in the following table: Revision Date June 30, 2015 April 23, 2015 March 4, 2015 January 14, 2015 September 2, 2014 Added the Limits section. Summary of Changes Corrected links in Assigning roles to account users. Removed the London endpoint, since Rackspace now has one global endpoint for authentication using the Rackspace Cloud Identity service. See Section 2.1, Authentication [6]. Added information and links about multi-factor authentication in Section 2.1, Authentication [6]. The following additions were made to enhance Cloud Backup to enable cross-datacenter restores: July 22, 2014 April 14, 2014 February 14, 2014 Added the BackupDataCenter parameter to the following operations in Section 3.5, Restore configuration operations [81]: As a request and response parameter to the operation to create a restore configuration As a request parameter to the operation to update a restore configuration Added the BackupDataCenter parameter to the following operation in Section 3.6, Restore operations [93] : As a response parameter to the operation to list details about a restore Added the BackupId parameter to the following operations in Section 3.7, Activity operations [105]: As a response parameter to the operation to list the activity for an agent As a response parameter to the operation to list the activity for a user Added a link to guidance on choosing a regionalized endpoint in Section 2.3, Service access endpoints [11]. Reworked Chapter 3, API operations [15] to use a Web Application Description Language (WADL) file for the operation descriptions. Added the change encryption password operation. February 5, 2014 Added Section 2.2, Role Based Access Control [9]. January 28, 2014 January 10, 2014 December 31, 2013 Updated the description of the lists agent details operation to include instructions to retrieve the correct values for TimeOfLastSuccessfulBackup, as well as Status. Added the BackupContainer response parameter to the lists agent details operation. Added a note that describes how to handle an agent with a Status of Offline that is not posting any heartbeats to the description of the lists agent details operation. Added a note to the description of the list agent details operation that Status is always Offline for this operation request. Changed the normal response code from 200 to 204 for the delete restore configuration operation. Added the BackupMachineId parameter description to the create restore configuration operation. November 4, 2013 Updated the instructions for locating the API key, Tenant ID, and account number in the Cloud Control Panel in Section 2.1, Authentication [6]. Added the wake up agent operation. Changed the service access endpoint in the examples in Chapter 3, API operations [15] from the generic endpoint, to one of the supported endpoints, 2

10 Revision Date Summary of Changes October 21, 2013 Added the HKG service endpoint to Section 2.3, Service access endpoints [11]. October 16, 2013 September 11, 2013 Added the HostServerId response parameter to the list agent details operation. Added the list agent details by host server ID operation to Section 3.1, Agent operations [16]. Added the MachineAgentId request parameter to the create backup configuration operation. July 31, 2013 Added the migrate vault operation to Section 3.1, Agent operations [16]. Added the update agent backup behavior operation to Section 3.1, Agent operations [16]. Updated regionalized service endpoints and added IAD (Section 2.3, Service access endpoints [11]). June 24, 2013 Added the request and response parameter descriptions to the operations in Chapter 3, API operations [15]. Corrected examples in the operation description to manually start a restore. Updated information about the use of authentication endpoints in Section 2.1, Authentication [6]. You can now use either the US endpoint or UK endpoint to access the Cloud Identity service, regardless of US or UK identities. Removed the Date/Time section. The Cloud Backup API now supports only Microsoft Date Format and not ISO. Added Sydney (SYD) data center to datacenter specifications. Removed the Help operations section that was at the end of the book as these are classified as internal calls. June 5, 2013 May 20, 2013 April 17, 2013 March 5, 2013 Changed all occurrences of [email protected] to [email protected]. Updated the example for creation of a backup configuration request to include "MachineAgentId" near top of example. Changed Rackspace control panel to Cloud Control Panel in Section 2.1, Authentication [6]. Removed limits. Created initial document Additional resources For information about getting started using Cloud Backup using curl, refer to the Cloud Backup Getting Started at docs.rackspace.com. You can download the most current versions of the API-related documents from docs.rackspace.com. For more information about using the Cloud Backup API with curl, see the blog post Rackspace Cloud Backup API with curl. Additional information about Cloud Backup is also available in the Rackspace Knowledge Center at Best Practices for Cloud Backup. For information about Rackspace Cloud products, see This site also offers links to the official support channels for Rackspace, including knowledge base articles, forums, phone, chat, and . You can follow Rackspace updates and announcements via twitter at: rackspace. 3

11 This API uses standard HTTP 1.1 response codes as documented at: API contract changes Rackspace notifies customers in release notes when and if the contract changes Pricing and service level Cloud Backup is part of the Rackspace Cloud and your use of the Cloud Backup API will be billed according to the pricing schedule at Although Cloud Backup does not provide a service level agreement (SLA), applicable SLAs for the underlying infrastructure, such as Cloud Files, apply Concepts To use the Rackspace Cloud Backup API effectively, you should understand several key concepts: Agent An agent is an executable that sits on your cloud server that knows how to perform backups and restores. Agent installation currently supports Windows and Unix or Linux platforms Backup configuration Backup configuration defines what needs to be backed up and when it needs to be backed up. The backup configuration includes a schedule for the backup, files to back up, and notifications Restore Restore is a process of bringing your system back to a previously saved state, usually by using a backup as the checkpoint Restore configuration A restore configuration defines what the restore checkpoint is and the where the backup should be restored Server setup Because Cloud Backup is a file-level backup product, you must configure a separate backup for each cloud server and that a backup does not automatically apply to an entire environment. You must select the files and folders you want to back up from your cloud serv- 4

12 er. This setup requirement applies to Rackspace Cloud Servers, including the Performance Cloud Servers offering. 5

13 2. General API information The Rackspace Cloud Backup API is implemented using a RESTful web service interface. Like other products in the Rackspace Cloud suite, Rackspace Cloud Backup shares a common token-based authentication system that allows seamless access between products and services. Note 2.1. Authentication All requests to authenticate against and operate the service are performed using SSL over HTTP (HTTPS) on TCP port 443. Every REST request against the Rackspace Cloud Backup Service requires the inclusion of a specific authorization token, supplied by the X-Auth-Token HTTP header. Customers obtain this token by first using the Rackspace Cloud Identity Service and supplying a valid user name and API access key. To authenticate, submit a POST/v2.0/tokens request, presenting valid Rackspace customer credentials in the message body to a Rackspace authentication endpoint. GET YOUR CREDENTIALS You can use either of two sets of credentials: your user name and password your user name and API key Your user name and password are the ones that you use to login to the Cloud Control Panel. After you are logged in, you can use the Cloud Control Panel to obtain your API key. Note To find your API key: If you authenticate with username and password credentials, you can set up multi-factor authentication to add an additional level of security to your account. This feature is not available for username and API credentials. For information about setting up and using multi-factor authentication, see Multi-factor authentication in the Cloud Identity Client Developer. 1. Log in to the Cloud Control Panel ( 2. On the upper-right side of the top navigation pane, click your username. 3. From the menu, select Account Settings. 4. In the Login Details section of the Account Settings page, locate the API Key field and click Show. 6

14 5. Copy the value of the API key and paste it into a text editor of your choice. 6. Click Hide to hide the value of the API key. You also need your cloud account number. In the documentation, the account number is often referred to as your tenant name or tenant ID (technically, the ID is different from the name, but at Rackspace, they are the same thing). Together, three components your user name, your API key, and your tenant ID or cloud account number form the authentication credentials that are required to connect to the Rackspace cloud. To find your tenant ID or cloud account number, locate your user name on the upper-right side of the top navigation pane in the Cloud Control Panel. The tenant ID or account number is in parentheses just to the right of your user name. USE YOUR AUTHENTICATION ENDPOINT Use the following global endpoint to access the Cloud Identity Service: SEND YOUR CREDENTIALS TO YOUR AUTHENTICATION ENDPOINT If you know your credentials and your authentication endpoint, and you can issue a POST /v2.0/tokens request in an API call, you have all the basic information that you need to use the Rackspace Cloud Identity Service. You can use curl to try the authentication process in two steps: 1) get a token; 2) send the token to a service. 1. Get an authentication token by providing your user name and either your API key or your password. Following are examples of both approaches: You can request a token by providing your user name and your API key. curl -X POST -d ' "auth": "RAX-KSKEY:apiKeyCredentials": "username":"yourusername", "apikey":"yourapikey" } } }' -H "Content-type: application/json" You can request a token by providing your user name and your password. curl -X POST -d '"auth":"passwordcredentials": "username":"yourusername","password":"yourpassword"}}}' -H "Content-type: application/json" 2. Review the authentication response. Successful authentication returns a token that you can use as evidence that your identity has already been authenticated along with a service catalog, which lists the endpoints that you can use for Rackspace Cloud services. To use the token, pass it to other services as an X-Auth-Token header. If the Identity service returns a returns a 401 message with a request for additional credentials, your account requires multi-factor authentication. To complete the au- 7

15 thentication process, submit a second POST tokens request with these multi-factor authentication credentials: The session ID value returned in the WWW-Authenticate: OS-MF sessionid header parameter that is included in the response to the initial authentication request. The passcode from the mobile phone associated with your user account. Example 2.1. Authentication request with multi-factor authentication credentials $curl \ -X POST \ -d '"auth": "RAX-AUTH:passcodeCredentials": "passcode":" "}}}'\ -H "X-SessionId: $SESSION_ID" \ -H "Content-Type: application/json" --verbose python -m json.tool 3. Use the authentication token to send a GET to a service you would like to use. Here is an example of passing an authentication token to the Cloud Files service, using the Cloud Files service catalog endpoint that was returned along with the token. curl -X GET -H 'X-Auth-Token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' --verbose Tip For links to language binding examples you can adapt to work with the Cloud Identity service, visit docs.rackspace.com/sdks/guide/content/index.html. Authentication tokens are typically valid for 24 hours. Applications should be designed to re-authenticate after receiving a 401 (Unauthorized) response from a service endpoint. Important If you are programmatically parsing an authentication response, be aware that service names are stable for the life of the particular service and can be used as keys. You should also be aware that a user's service catalog can include multiple uniquely-named services that perform similar functions. For example, cloud- ServersOpenStack is the OpenStack version of compute whereas cloudservers is the legacy version of compute. The same user can have access to both services. In the Cloud Identity Service v2.0, the service type attribute can be used as a key to recognize similar services. See the following tip. Tip Beginning with Rackspace Cloud Identity Service v2.0 (earlier versions were called Rackspace Cloud Authentication Service), the service catalog includes a service type attribute to identify services that perform similar functions but have different names; for example, type="compute" identifies compute services such as cloudservers and cloudserversopenstack. Some developers have found the service type attribute to be useful in parsing the service catalog. For Cloud Identity Service v2.0, you can see the service type attribute in the "Service Catalog in Authentication Response" samples in the Cloud Identity Client 8

16 Developer at Role Based Access Control Role Based Access Control (RBAC) restricts access to the capabilities of Rackspace Cloud services, including the Cloud Backup API, to authorized users only. RBAC enables Rackspace Cloud customers to specify which account users of their Cloud account have access to which Cloud Backup API service capabilities, based on roles defined by Rackspace (see Table 2.1, Cloud Backup product roles and permissions [9]). The permissions to perform certain operations in Cloud Backup API create, read, update, delete are assigned to specific roles, and these roles can be assigned by the Cloud account admin user to account users of the account Assigning roles to account users The account owner (identity:user-admin) can create account users on the account and then assign roles to those users. The roles grant the account users specific permissions for accessing the capabilities of the Cloud Backup service. Each account has only one account owner, and that role is assigned by default to any Rackspace Cloud account when the account is created. See the Cloud Identity Client Developer for information about how to perform the following tasks: Add account users Assign roles to account users Delete roles from account users Note The account owner (identity:user-admin) role cannot hold any additional roles because it already has full access to all capabilities Roles available for Cloud Backup Three roles (admin, creator, and observer) can be used to access the Cloud Backup API specifically. The following table describes these roles and their permissions. Table 2.1. Cloud Backup product roles and permissions Role name cloudbackup:admin cloudbackup:creator cloudbackup:observer Role permissions This role provides Create, Read, Update, and Delete permissions in Cloud Backup, where access is granted. This role provides Create, Read, and Update permissions in Cloud Backup, where access is granted. This role provides Read permission in Cloud Backup, where access is granted. Additionally, two multiproduct roles apply to all products. Users with multiproduct roles inherit access to future products when those products become RBAC-enabled. The following table describes these roles and their permissions. 9

17 Table 2.2. Multiproduct (Global) roles and permissions Role name admin observer Role permissions This role provides Create, Read, Update, and Delete permissions in all products, where access is granted. This role provides Read permission in all products, where access is granted Resolving conflicts between RBAC multiproduct vs. custom (product-specific) roles The account owner can set roles for both multiproduct and Cloud Backup scope, and it is important to understand how any potential conflicts among these roles are resolved. When two roles appear to conflict, the role that provides the more extensive permissions takes precedence. Therefore, admin roles take precedence over observer and creator roles, because admin roles provide more permissions. The following table shows two examples of how potential conflicts between user roles in the Control Panel are resolved: Permission configuration User is assigned the following roles: multiproduct observer and Cloud Backup admin User is assigned the following roles: multiproduct admin and Cloud Backup observer View of permission in the Control Panel Appears that the user has only the multiproduct observer role Appears that the user has only the multiproduct admin role Can the user perform product admin functions in the Control Panel? Yes, for Cloud Backup only. The user has the observer role for the rest of the products. Yes, for all of the products. The Cloud Backup observer role is ignored RBAC permissions cross-reference to Cloud Backup API operations API operations for Cloud Backup may or may not be available to all roles. To see which operations are permitted to invoke which calls, please review the Knowledge Center article. 10

18 2.3. Service access endpoints The Rackspace Cloud Backup Service is a regionalized service. The user of the service is therefore responsible for appropriate replication, caching, and overall maintenance of Rackspace Cloud Backup data across regional boundaries to other Rackspace Cloud Backup servers. You can find the available service endpoints for Rackspace Cloud Backup in the following table. To help you decide which regionalized endpoint to use, read the Knowledge Center article about special considerations for choosing a data center at About Regions. Table 2.3. Regionalized service endpoints Region Dallas/Ft. Worth (DFW) Chicago (ORD) London (LON) Hong Kong (HKG) Northern Virginia (IAD) Sydney (SYD) Endpoint Replace the sample account ID number (which is also called the tenant ID), 1234, with your actual account number that is returned as part of the Cloud Identity service response. You will find the actual account number after the final '/' in the publicurl field returned by the authentication response. Note The Cloud Backup API runs with or without the specification of the account ID number in the endpoint. However, the examples in this guide include the account number in the request URIs Rackspace Cloud Backup service versions The Rackspace Cloud Backup version defines the contract and build information for the API Contract version The contract version denotes the data model and behavior that the API supports. The contract version is included in all request URIs. Different contract versions of the API might be available at any given time and are not guaranteed to be compatible with one another. Example 2.2. Example request URI (contract version in bold) 11

19 List API version You can list which API versions are available for your account by using the list versions request. Issue a GET request to the root endpoint for a service. In the request, truncate the version and everything to the right of it. For example: Example 2.3. Example list versions request GET HTTP/1.1 Host: This operation does not require a request body. Normal Response Codes: 200, 203 Error Response Codes: 400, 413, 500, Request and response types The Rackspace Cloud Backup API supports only JSON data serialization format. Note 2.6. Limits The request format is specified using the Content-Type: application/json header and is required for calls that have a request body. If no response format is specified, JSON is the default. All accounts, by default, have a preconfigured set of thresholds (or limits) to manage capacity and prevent abuse of the system. The following table lists the limits for Cloud Backup. Table 2.4. Limits for Cloud Backup Limit Maximum number of backup configurations per agent Maximum number of exclusions and inclusions per backup configuration Maximum length of file paths in the configuration Description The number of backup configurations per agent is limited only by the maximum JSON document size for the agent configuration. (The agent configuration contains all of the configuration information specific to an agent.) Currently, the maximum JSON document size is 1 MB for the total document. The maximum number of exclusions and inclusions per backup configuration is limited only by the maximum JSON document size for the agent configuration. (The agent configuration contains all of the configuration information specific to an agent.) Currently, the maximum JSON document size is 1 MB for the total document. The maximum length of file paths in the configuration is limited first by the maximum JSON document size of the agent configuration (see the preceding limit) and then by the operating system (OS) limitations. See the documentation for your OS for the exact maximum size of file paths on your OS. 12

20 Limit Maximum backup upload speeds CPU usage limits Simultaneous uploads Disk space limits for the cache drive Really Simple Events (RSE) throttling levels Description The maximum upload speed of a backup is currently 2 MB per second but that speed depends on multiple factors including Cloud Files server load, network bandwidth, number of CPUs, noisy neighbors, duplicate blocks, and similar items. These factors can reduce the upload speed of a backup by varying amounts. However, duplicate or existing blocks actually increase the speed because uploads are not necessary for those blocks. During an operation like a backup or restore, CPU usage limits are 95 percent by default. Simultaneous uploads are based on available CPUs. If a server has one or two CPUs, the agent uses one CPU for its work. If a server has three or four CPUs, the agent uses two CPUs. If a server has five or six CPUs, the agent uses three CPUs. If the server has more than six CPUs, the agent uses no more than four CPUs. The disk space of the cache drive is where the agent stores log and database files, as well as temporary files. Currently, if this drive has less than 100 MB free space, Cloud Backup throttles logging and posts a message to the logs. Currently, the total size of the rollover logs is set to 10 files at 500 MB by default, but you can edit the log4cxx.xml file to change this value on a per-machine basis.. RSE communicates with the agent. RSE throttling levels control the traffic to RSE and are defined based on the state of the agent: Idle once every 30 seconds, Active once every 2 seconds, and Realtime continuous Faults and common issues When an error occurs, the Rackspace Cloud Backup Service returns a fault object containing an HTTP error response code that denotes the type of error. In the body of the response, the system returns additional information about the fault. The following table lists possible fault types with their associated error codes and descriptions. Fault type Associated error code Description Bad Request 400 There was one or more errors in the user request. Unauthorized 401 The supplied token is not authorized to access the resources, either it's expired or invalid. Forbidden 403 Access to the requested resource was denied. Not Found 404 The back-end services did not find anything matching the Request-URI. Instance Fault 500 This is a generic server error and the message contains the reason for the error. This error could wrap several error messages and is a catch all. Not Implemented 501 The requested method or resource is not implemented. Service Unavailable 503 The Rackspace Cloud Backup Service is not available. The symptoms and solutions for some frequently encountered issues follow. Backups get corrupted Does your server have a backup agent and did you clone it to create a new backup system? This means that two backup agents exist with the same credentials writing to the same vault. Solution: Ensure the agent on the cloned backup server is re-registered before any backups are run. 13

21 Backups get network error Solution: Make sure that your backup server has a connection to both service net and public net. If it is on an isolated network, the backup agent is able to function properly. Backups sometimes fail This is most commonly caused by either a failure to communicate with Cloud Files, running out of disk space, or a failure to communicate with Cloud Backup. Sometimes the agent might fail to backup a particular file because of a permissions error. Either the file is in use when the agent attempts to save it or the file in question cannot be read by the agent. Consider permissions when hunting for the root cause of a backup failure. Solution: Make sure that you're running the latest agent release. After that, attempt to determine the cause of the error, and try the backup or restore again if it is an intermittent error. Backup or Restore is slow If your backup or restore is encrypted, it can be especially slow. Encryption comes at a cost. If your system uses Cloud Block Storage as the storage medium, this is known to introduce some slowdowns. Consider whether the benefits of using Cloud Block Storage outweigh the need for faster backups/restores. Solution: Make sure that you're running the latest agent release. After that, attempt to determine the cause of the error, and try the backup or restore again if it is an intermittent error. We're always working on making backup more robust. 14

22 3. API operations This section includes descriptions of all of the Cloud Backup API operations. Method URI Description GET /v1.0/tenant_id}/agent/machineagentid} Agent operations Lists details about the machine and its agent. POST /v1.0/tenant_id}/agent/encrypt Enables volume encryption. POST Changes the encryption password. POST /v1.0/tenant_id}/agent/delete Immediately permanently deletes an agent and its backup data. PUT POST GET POST /v1.0/tenant_id}/agent/enable Enables or disables an agent. Disabling an agent does not delete it or its data. You can re-enable disabled agents later. /v1.0/tenant_id}/agent/changeencryption /v1.0/tenant_id}/agent/migratevault User operations Updates the backup data center, or enables or disables ServiceNet for the Cloud Backup agent, or both. Lists details about the machine and its agent using the host server ID. GET /v1.0/tenant_id}/user/agents Retrieves information for all agents for the current user. POST POST PUT GET GET GET POST DELETE POST GET GET GET Migrates a backup vault from one machine agent to another. /v1.0/tenant_id}/agent/machineagentid} /v1.0/tenant_id}/agent/server/hostserverid} /v1.0/tenant_id}/user/wakeupagents /v1.0/tenant_id}/backup-configuration /v1.0/tenant_id}/backup-configuration/backupconfigurationid} /v1.0/tenant_id}/backup-configuration/backupconfigurationid} Lists detailed information for the specified backup configuration. /v1.0/tenant_id}/backup-configuration /v1.0/tenant_id}/backup-configuration/system/machineagentid} /v1.0/tenant_id}/backup-configuration/enable/backupconfigurationid} /v1.0/tenant_id}/backup-configuration/backupconfigurationid} /v1.0/tenant_id}/backup/action-requested /v1.0/tenant_id}/backup/backupid} /v1.0/tenant_id}/backup/completed/backupconfigurationid} /v1.0/tenant_id}/backup/report/backupid} Backup configuration operations Backup operations Restore configuration operations Wakes up the agent before you perform tasks. Creates a backup configuration for the authenticated user. Returns details of a backup configuration. Updates an existing backup configuration. Lists all backup configurations for the current user. Lists the backup configurations for the specified agent. Enables or disables a backup configuration. Deletes the specified backup configuration. Manually starts or stops a backup. Returns the identifier of the instance of the backup. Lists details about the specified backup. Lists the details for backups that can still be restored. Gets details about a completed backup. 15

23 Method URI Description PUT /v1.0/tenant_id}/restore Creates a new restore configuration and returns detailed information about the restore. POST /v1.0/tenant_id}/restore Updates an existing restore configuration. PUT /v1.0/tenant_id}/restore/files Creates a restore file associated with a restore. GET DELETE GET POST GET GET GET /v1.0/tenant_id}/restore/files/ restoreid} /v1.0/tenant_id}/restore/files/ restoreid} Restore operations Activity operations Lists files that are included or excluded in a restore. Deletes a restore configuration file. Lists the backups that are eligible for restore (a backup that has completed at least once and has not been deleted and is not expired). Manually starts or stops a restore. Lists details about the specified restore. Gets a report for the specified, completed restore. Lists all in-progress and completed activity for an agent. Activity types are Backup, Cleanup, and Restore. GET /v1.0/tenant_id}/activity Lists all activity completed or in-progress for the user Agent operations This section describes the agent operations that are supported by the Cloud Backup API. Method URI Description GET /v1.0/tenant_id}/backup/availableforrestore /v1.0/tenant_id}/restore/action-requested /v1.0/tenant_id}/restore/restoreid} /v1.0/tenant_id}/restore/report/restoreid} /v1.0/tenant_id}/system/activity/agentid} /v1.0/tenant_id}/agent/machineagentid} Lists details about the machine and its agent. POST /v1.0/tenant_id}/agent/encrypt Enables volume encryption. POST Changes the encryption password. POST /v1.0/tenant_id}/agent/delete Immediately permanently deletes an agent and its backup data. PUT POST GET POST /v1.0/tenant_id}/agent/enable Enables or disables an agent. Disabling an agent does not delete it or its data. You can re-enable disabled agents later. /v1.0/tenant_id}/agent/changeencryption /v1.0/tenant_id}/agent/migratevault Migrates a backup vault from one machine agent to another. /v1.0/tenant_id}/agent/machineagentid} /v1.0/tenant_id}/agent/server/hostserverid} Updates the backup data center, or enables or disables ServiceNet for the Cloud Backup agent, or both. Lists details about the machine and its agent using the host server ID. 16

24 List agent details Method URI Description GET /v1.0/tenant_id}/agent/machineagentid} Note Lists details about the machine and its agent. If the agent Status is showing as Offline, it is possible that the Cloud Backup agent might be idle and not posting any heartbeats. You can wake up your Cloud Backup agent by using the operation described in "Wake up agents". You should wait seconds after using this operation to determine the online status of the agent reliably. This table shows the possible response codes for this operation: Response Code Name 200 OK The request succeeded. Description 400 Bad request There were one or more errors in the request. 401 Unauthorized The supplied token was not authorized to access the resources. Either it is expired or invalid. 403 Forbidden Access to the requested resource was denied. 404 Not Found The backend services did not find anything matching the request URI. 500 Instance Fault This is a generic server error. The message contains the reason for the 503 Service Unavailable This is a generic server error. The message contains the reason for the Request This table shows the URI parameters for the list agent details request: Name Type Description tenant_id} String The unique identifier of the tenant or account. machineagentid} Integer The unique identifier of the Cloud Backup agent. Example 3.1. List agent details: JSON request GET User-Agent: controlpanel.drivesrvr.com Host: dfw.backup.api.rackspacecloud.com Content-Type: application/json Content-Length: 0 X-Auth-Token: 95b f74d279d03001c6a14f3fe This operation does not accept a request body Response This list shows the body parameters for the response: parameters: 17

25 AgentVersion: Version of the Rackspace Cloud Backup agent. Architecture: Base architecture of the Cloud Server. Valid values are 64-bit or 32-bit. Flavor: RaxCloudServer for Rackspace Cloud Servers. BackupVaultSize: Size of backup data in MB. BackupContainer: Full public URI for Cloud Files where backups are stored for this agent. CleanupAllowed: Indicates whether a cleanup can be manually triggered on the backup vault. Valid values are true or false. Datacenter: Data center where the Cloud Server is located. Valid values are IAD, ORD, DFW, HKG, LON, or SYD). IPAddress: Public IPv4 address of the Cloud Server. IsDisabled: Indicates if the Rackspace Cloud Backup agent on the server is disabled. Valid values are true or false. IsEncrypted: Indicates if backups are encrypted. Valid values are true or false. MachineAgentId: ID that uniquely identifies a Cloud Backup agent. MachineName: Name of the Cloud Server. OperatingSystem: Operating system of Cloud Server. 18

26 OperatingSystemVersion: Operating system version of Cloud Server. PublicKey: Public key of the public/private encryption key pair. Status: Status of the Cloud Backup agent. Valid values are Online or Offline. TimeOfLastSuccessfulBackup: Time of last successful backup. UseServiceNet: Indicates if the Cloud Backup agent is using ServiceNet to backup data to Cloud Files. Valid values are true or false. HostServerId: Server ID of the host server where the Cloud Backup agent is running. Example 3.2. List agent details: JSON response "AgentVersion": " ", "Architecture": "64-bit", "Flavor": "RaxCloudServer", "BackupVaultSize": "35.3 MB", "CleanupAllowed": true, "Datacenter": "DFW", "IPAddress": " ", "IsDisabled": false, "IsEncrypted": true, "MachineAgentId": , "MachineName": "Web Server", "OperatingSystem": "Windows Server 2012", "OperatingSystemVersion": "", "PublicKey": "ModulusHex": "a bb7a58dffe5ff89e65f0498f9175f5a b e99af3b5dd94057b0fc07535f5f fa35169d4 61d0d30cf0192e307727c065168c788771c561a9400fb61975e9e6aa4e23 fe11af69e9412dd23b0cb6684c4c2429bce139e848ab26d f4a cd36074eafd036a5eb83359d2a698d0", "ExponentHex": "09528" }, "Status": "Online", "TimeOfLastSuccessfulBackup": "\/Date( )\/", "UseServiceNet": true, } "HostServerId" : "87c3b6e1-fb1a-41f9-91e5-313ae35a5a06" 19

27 Enable or disable an agent Method URI Description POST /v1.0/tenant_id}/agent/enable Enables or disables an agent. Disabling an agent does not delete it or its data. You can re-enable disabled agents later. Note Encryption is important for keeping your data confidential. However, encryption is also expensive. It takes significantly longer to backup and restore encrypted data. Consider if the data you are storing must be encrypted. If not, it is best to proceed without encryption. Encryption applies across the board, and once you encrypt a backup server, there is no turning back. This table shows the possible response codes for this operation: Response Code Name 204 No Content The request succeeded. Description 400 Bad request There were one or more errors in the request. 401 Unauthorized The supplied token was not authorized to access the resources. Either it is expired or invalid. 403 Forbidden Access to the requested resource was denied. 500 Instance Fault This is a generic server error. The message contains the reason for the 503 Service Unavailable This is a generic server error. The message contains the reason for the Request This table shows the URI parameters for the enable or disable an agent request: Name Type Description tenant_id} String The unique identifier of the tenant or account. This list shows the body parameters for the request: parameters: MachineAgentId: Required. ID that uniquely identifies a Cloud Backup agent. Enable: Required. Indicates if agent is enabled (true) or disabled (false). Example 3.3. Enable an agent: JSON request 20

28 } "MachineAgentId": , "Enable": true Example 3.4. Disable an agent: JSON request } "MachineAgentId": , "Enable": false Response This operation does not return a response body. 21

29 Enable volume encryption Method URI Description POST /v1.0/tenant_id}/agent/encrypt Enables volume encryption. This operation enables volume encryption with AES-256 encryption if it is not already enabled. If you need assistance generating your encrypted key, see "Generating Your Encrypted Key In Cloud Backup" in the Rackspace Knowledge Center. Note After encryption is turned on, you cannot turn it off. This is a security measure. If anyone ever gained access to your account, they would not be able to access your backups without your passphrase. If you lose or forget your passphrase, you will not be able to recover your encrypted backups. This table shows the possible response codes for this operation: Response Code Name 200 OK The request succeeded. Description 400 Bad request There were one or more errors in the request. 401 Unauthorized The supplied token was not authorized to access the resources. Either it is expired or invalid. 403 Forbidden Access to the requested resource was denied. 500 Instance Fault This is a generic server error. The message contains the reason for the 503 Service Unavailable This is a generic server error. The message contains the reason for the Request This table shows the URI parameters for the enable volume encryption request: Name Type Description tenant_id} String The unique identifier of the tenant or account. This list shows the body parameters for the request: parameters: MachineAgentId: Required. ID that uniquely identifies a Cloud Backup agent. EncryptedPasswordHex: Required. Your encrypted password. 22

30 Example 3.5. Enable volume encryption: JSON request "MachineAgentId" : 869, "EncryptedPasswordHex" : "0bff42a526c78076a3d986fa75eecd 83211f166fd cdde2317faee544e fd54b8c0d81f975 3e58cb1ffbd62d3faf0d2bf52e79ce5cd9c6d84b5295e3dea629e71b 0a5e26efda50ff8e05a5475bb7cbd553d238c05655f56ece2df070ce 374ff1e c2300e373241e94c4bc e3e70b5034eb 58d717864f304c9c73b6d1d46c4276d7ec2f0e2bd9a42a8ab0ba99eb adda84f4cbb5b3611bd c2dde62bd00528b dceae949d1926ae05fc7df9b474e1ee176f89069fb424b12f8f357 e6e2909ba05152e9f72a68de0046b3e ff5e723af02a96f51a c1e6ef b872676af76a319cbe" } Response Example 3.6. Enable volume encryption response 0cee72c7-015c-493b-b5fe-a896ae444c34 23

31 Change encryption password Method URI Description POST /v1.0/tenant_id}/agent/changeencryption Changes the encryption password. This operation changes the encryption password. If you need assistance generating your encrypted key, see "Generating Your Encrypted Key In Cloud Backup" in the Rackspace Knowledge Center. Note After you turn on encryption, you cannot turn it off. This is a security measure. If anyone ever gained access to your account, they would not be able to access your backups without your passphrase. If you lose or forget your passphrase, you will not be able to recover your encrypted backups. This table shows the possible response codes for this operation: Response Code Name 200 OK The request succeeded. Description 400 Bad request There were one or more errors in the request. 401 Unauthorized The supplied token was not authorized to access the resources. Either it is expired or invalid. 403 Forbidden Access to the requested resource was denied. 500 Instance Fault This is a generic server error. The message contains the reason for the 503 Service Unavailable This is a generic server error. The message contains the reason for the Request This table shows the URI parameters for the change encryption password request: Name Type Description tenant_id} String The unique identifier of the tenant or account. This list shows the body parameters for the request: parameters: MachineAgentId: Required. ID that uniquely identifies a Cloud Backup agent. OldEncryptedPasswordHex: Required. Your old encrypted password. 24

32 NewEncryptedPasswordHex: Required. Your new encrypted password. Example 3.7. Change encryption password: JSON request "MachineAgentId" : 869, "OldEncryptedPasswordHex" : "0bff42a526c78076a3d986fa75eecd 83211f166fd cdde2317faee544e fd54b8c0d81f975 3e58cb1ffbd62d3faf0d2bf52e79ce5cd9c6d84b5295e3dea629e71b 0a5e26efda50ff8e05a5475bb7cbd553d238c05655f56ece2df070ce 374ff1e c2300e373241e94c4bc e3e70b5034eb 58d717864f304c9c73b6d1d46c4276d7ec2f0e2bd9a42a8ab0ba99eb adda84f4cbb5b3611bd c2dde62bd00528b dceae949d1926ae05fc7df9b474e1ee176f89069fb424b12f8f357 e6e2909ba05152e9f72a68de0046b3e ff5e723af02a96f51a c1e6ef b872676af76a319cbe", "NewEncryptedPasswordHex" : "0bff42a526c78076a3d986fa75eecd 83211f166fd cdde2317faee544e fd54b8c0d81f975 3e58cb1ffbd62d3faf0d2bf52e79ce5cd9c6d84b5295e3dea629e71b 0a5e26efda50ff8e05a5475bb7cbd553d238c05655f56ece2df070ce 374ff1e c2300e373241e94c4bc e3e70b5034eb 58d717864f304c9c73b6d1d46c4276d7ec2f0e2bd9a42a8ab0ba99eb adda84f4cbb5b3611bd c2dde62bd00528b dceae949d1926ae05fc7df9b474e1ee176f89069fb424b12f8f357 e6e2909ba05152e9f72a68de0046b3e ff5e723af02a96f51a c1e6ef b872676af76a319fgh" } Response Example 3.8. Change encryption password response 0cee72c7-015c-493b-b5fe-a896ae444c34 25

33 Delete agent Method URI Description POST /v1.0/tenant_id}/agent/delete Immediately permanently deletes an agent and its backup data. You can delete an agent at any time. If the agent is in the middle of an operation, it is allowed to complete. After it completes, it no longer authenticates. This table shows the possible response codes for this operation: Response Code Name 204 No Content The request succeeded. Description 400 Bad Request There were one or more errors in the request. 401 Unauthorized The supplied token was not authorized to access the resources. Either it is expired or invalid. 403 Forbidden Access to the requested resource was denied. 500 Instance Fault This is a generic server error. The message contains the reason for the 503 Service Unavailable This is a generic server error. The message contains the reason for the Request This table shows the URI parameters for the delete agent request: Name Type Description tenant_id} String The unique identifier of the tenant or account. This operation does not accept a request body Response This list shows the body parameters for the response: parameters: MachineAgentId: ID that uniquely identifies a Cloud Backup agent. Example 3.9. Delete agent: JSON response } "MachineAgentId":

34 Migrate vault Method URI Description PUT /v1.0/tenant_id}/agent/migratevault Migrates a backup vault from one machine agent to another. To use the migrate vault operation, the two agents should be under the same user and their backups should not be encrypted. The destination machine agent should not have any backups already configured and running. This table shows the possible response codes for this operation: Response Code Name 200 OK The request succeeded. Description 403 Forbidden Access to the requested resource was denied. 500 Instance Fault This is a generic server error. The message contains the reason for the 503 Service Unavailable This is a generic server error. The message contains the reason for the Request This table shows the URI parameters for the migrate vault request: Name Type Description tenant_id} String The unique identifier of the tenant or account. This list shows the body parameters for the request: parameters: SourceMachineAgentId: Required. Agent ID of the source. Backups are migrated from this agent. DestinationMachineAgentID: Required. Agent ID of the destination. Backups are migrated to this agent. Example Migrate vault: JSON request } "SourceMachineAgentId": 1, "DestinationMachineAgentId": Response This operation does not return a response body. 27

35 Update agent backup behavior Method URI Description POST /v1.0/tenant_id}/agent/machineagentid} Updates the backup data center, or enables or disables ServiceNet for the Cloud Backup agent, or both. If ServiceNet is enabled, the Cloud Backup agent talks to Cloud Files over ServiceNet and does not incur any bandwidth charges. This table shows the possible response codes for this operation: Response Code Name 200 OK The request succeeded. Description 400 Bad Request There were one or more errors in the request. 401 Unauthorized The supplied token was not authorized to access the resources. Either it is expired or invalid. 403 Forbidden Access to the requested resource was denied. 500 Instance Fault This is a generic server error. The message contains the reason for the 503 Service Unavailable This is a generic server error. The message contains the reason for the Request This table shows the URI parameters for the update agent backup behavior request: Name Type Description tenant_id} String The unique identifier of the tenant or account. machineagentid} Integer The unique identifier of the Cloud Backup agent. This list shows the body parameters for the request: parameters: BackupDataCenter: Optional. Specifies the backup data center where this Agent's backup will reside. You must have VMs in the data center specified by BackupDataCenter or this operation will fail. UseServiceNet: Required. Enables or disables the ServiceNet for this agent. Valid values are true or false. Example Update agent backup behavior: JSON request POST User-Agent: controlpanel.drivesrvr.com Host: dfw.backup.api.rackspacecloud.com Content-Type: application/json; Content-Length: 0 X-Auth-Token: 95b f74d279d03001c6a14f3fe 28

36 } "BackupDataCenter" : "DFW", "UseServiceNet" : true Response This list shows the body parameters for the response: parameters: AgentVersion: Version of the Rackspace Cloud Backup agent. Architecture: Base architecture of the Cloud Server. Valid values are 64-bit or 32-bit. Flavor: RaxCloudServer for Rackspace Cloud Servers. BackupVaultSize: Size of backup data in MB. CleanupAllowed: Indicates whether a cleanup can be manually triggered on the backup vault. Valid values are true or false. Datacenter: Data center where the Cloud Server is located. Valid values are IAD, ORD, DFW, HKG, LON, or SYD). IPAddress: Public IPv4 address of the Cloud Server. IsDisabled: Indicates if the Rackspace Cloud Backup agent on the server is disabled. Valid values are true or false. IsEncrypted: Indicates if backups are encrypted. Valid values are true or false. MachineAgentId: ID that uniquely identifies a Cloud Backup agent. MachineName: 29

37 Name of the Cloud Server. OperatingSystem: Operating system of Cloud Server. OperatingSystemVersion: Operating system version of Cloud Server. PublicKey: Public key of the public/private encryption key pair. Status: Status of the Cloud Backup agent. Valid values are Online or Offline. TimeOfLastSuccessfulBackup: Time of last successful backup. UseServiceNet: Indicates if the Cloud Backup agent is using ServiceNet to backup data to Cloud Files. Valid values are true or false. UseFailoverUri: Indicates if a failover URI should be used. Valid values are true or false. Example Update agent backup behavior: JSON response "AgentVersion": " ", "Architecture": "64-bit", "Flavor":"RaxCloudServer", "BackupVaultSize": "35.3 MB", "CleanupAllowed": true, "Datacenter": "DFW", "BackupDataCenter": "DFW", "IPAddress": " ", "IsDisabled": false, "IsEncrypted": true, "MachineAgentId": , "MachineName": "Web Server", "OperatingSystem": "Windows Server 2012", "OperatingSystemVersion":"", "PublicKey": "ModulusHex": "a bb7a58dffe5ff89e65f0498f9175f5a b e99af3b5dd94057b0fc07535f5f fa35169d4 61d0d30cf0192e307727c065168c788771c561a9400fb61975e9e6aa4e23 fe11af69e9412dd23b0cb6684c4c2429bce139e848ab26d f4a cd36074eafd036a5eb83359d2a698d0", "ExponentHex": "09528" }, "Status": "Online", 30

38 } "TimeOfLastSuccessfulBackup": "\/Date( )\/", "UseServiceNet": true, "UseFailoverUri": true 31

39 List agent details by host server ID Method URI Description GET /v1.0/tenant_id}/agent/server/hostserverid} This table shows the possible response codes for this operation: Response Code Name 200 OK The request succeeded. Lists details about the machine and its agent using the host server ID. Description 400 Bad Request There were one or more errors in the request. 401 Unauthorized The supplied token was not authorized to access the resources. Either it is expired or invalid. 403 Forbidden Access to the requested resource was denied. 404 Not Found The backend services did not find anything matching the request URI. 500 Instance Fault This is a generic server error. The message contains the reason for the 503 Service Unavailable This is a generic server error. The message contains the reason for the Request This table shows the URI parameters for the list agent details by host server id request: Name Type Description tenant_id} String The unique identifier of the tenant or account. hostserverid} Integer The unique identifier of the host server where the Cloud Backup agent is running. Example List agent details by host server ID: JSON request GET fb1a-41f9-91e5-313ae35a5a06 User-Agent: controlpanel.drivesrvr.com Host: dfw.backup.api.rackspacecloud.com Content-Type: application/json Content-Length: 0 X-Auth-Token: 95b f74d279d03001c6a14f3fe This operation does not accept a request body Response This list shows the body parameters for the response: parameters: AgentVersion: Version of the Rackspace Cloud Backup agent. Architecture: 32

40 Base architecture of the Cloud Server. Valid values are 64-bit or 32-bit. Flavor: RaxCloudServer for Rackspace Cloud Servers. BackupVaultSize: Size of backup data in MB. CleanupAllowed: Indicates whether a cleanup can be manually triggered on the backup vault. Valid values are true or false. Datacenter: Data center where the Cloud Server is located. Valid values are IAD, ORD, DFW, HKG, LON, or SYD). IPAddress: Public IPv4 address of the Cloud Server. IsDisabled: Indicates if the Rackspace Cloud Backup agent on the server is disabled. Valid values are true or false. IsEncrypted: Indicates if backups are encrypted. Valid values are true or false. MachineAgentId: ID that uniquely identifies a Cloud Backup agent. MachineName: Name of the Cloud Server. OperatingSystem: Operating system of Cloud Server. OperatingSystemVersion: Operating system version of Cloud Server. PublicKey: Public key of the public/private encryption key pair. Status: 33

41 Status of the Cloud Backup agent. Valid values are Online or Offline. TimeOfLastSuccessfulBackup: Time of last successful backup. UseServiceNet: Indicates if the Cloud Backup agent is using ServiceNet to backup data to Cloud Files. Valid values are true or false. HostServerId: Server ID of the host server where the Cloud Backup agent is running. Example List agent details by host server ID: JSON response "AgentVersion": " ", "Architecture": "64-bit", "Flavor": "RaxCloudServer", "BackupVaultSize": "35.3 MB", "BackupContainer": " CloudBackup_v2_0_yourUUID", "CleanupAllowed": true, "Datacenter": "DFW", "IPAddress": " ", "IsDisabled": false, "IsEncrypted": true, "MachineAgentId": , "MachineName": "Web Server", "OperatingSystem": "Windows Server 2012", "OperatingSystemVersion": "", "PublicKey": "ModulusHex": "a bb7a58dffe5ff89e65f0498f9175f5a b e99af3b5dd94057b0fc07535f5f fa35169d4 61d0d30cf0192e307727c065168c788771c561a9400fb61975e9e6aa4e23 fe11af69e9412dd23b0cb6684c4c2429bce139e848ab26d f4a cd36074eafd036a5eb83359d2a698d0", "ExponentHex": "09528" }, "Status": "Online", "TimeOfLastSuccessfulBackup": "/Date( )/", "UseServiceNet": "true", "HostServerId" : "87c3b6e1-fb1a-41f9-91e5-313ae35a5a06" } 34

42 3.2. User operations This section describes the user operations that are supported by the Cloud Backup API. Method URI Description GET /v1.0/tenant_id}/user/agents Retrieves information for all agents for the current user. POST /v1.0/tenant_id}/user/wakeupagents Wakes up the agent before you perform tasks. 35

43 List all agents for this user Method URI Description GET /v1.0/tenant_id}/user/agents Retrieves information for all agents for the current user. Note Cloud Backup agent Status is always Offline in this call. To get the correct values for Status and TimeOfLastSuccessfulBackup, use the operation described in "List agent details". This table shows the possible response codes for this operation: Response Code Name 200 OK The request succeeded. Description 400 Bad Request There were one or more errors in the request. 401 Unauthorized The supplied token was not authorized to access the resources. Either it is expired or invalid. 403 Forbidden Access to the requested resource was denied. 503 Service Unavailable This is a generic server error. The message contains the reason for the Request This table shows the URI parameters for the list all agents for this user request: Name Type Description tenant_id} String The unique identifier of the tenant or account. Example List all agents for this user: JSON request GET User-Agent: controlpanel.drivesrvr.com Host: dfw.backup.api.rackspacecloud.com Content-Type: application/json; Content-Length: 0 X-Auth-Token: 95b f74d279d03001c6a14f3fe This operation does not accept a request body Response This list shows the body parameters for the response: parameters: AgentVersion: Version of the Rackspace Cloud Backup agent. Architecture: 36

44 Base architecture of the Cloud Server. Valid values are 64-bit or 32-bit. Flavor: RaxCloudServer for Rackspace Cloud Servers. BackupVaultSize: Size of backup data in MB. BackupContainer: Full public URI for Cloud Files where backups are stored for this agent. CleanupAllowed: Indicates whether a cleanup can be manually triggered on the backup vault. Valid values are true or false. Datacenter: Data center where the Cloud Server is located. Valid values are IAD, ORD, DFW, HKG, LON, or SYD). IPAddress: Public IPv4 address of the Cloud Server. IsDisabled: Indicates if the Rackspace Cloud Backup agent on the server is disabled. Valid values are true or false. IsEncrypted: Indicates if backups are encrypted. Valid values are true or false. MachineAgentId: ID that uniquely identifies a Cloud Backup agent. MachineName: Name of the Cloud Server. OperatingSystem: Operating system of Cloud Server. OperatingSystemVersion: Operating system version of Cloud Server. PublicKey: 37

45 Public key of the public/private encryption key pair. Status: Status of the Cloud Backup agent. Valid values are Online or Offline. TimeOfLastSuccessfulBackup: Time of last successful backup. UseServiceNet: Indicates if the Cloud Backup agent is using ServiceNet to backup data to Cloud Files. Valid values are true or false. Example List all agents for this user: JSON response [ "AgentVersion": " ", "Architecture": "64-bit", "BackupVaultSize": "35.3 MB", "BackupContainer": " CloudBackup_v2_0_yourUUID", "CleanupAllowed": true, "Datacenter": "DFW", "Flavor": "RaxCloudServer", "IPAddress": " ", "IsDisabled": false, "IsEncrypted": true, "MachineAgentId": , "MachineName": "Web Server2", "OperatingSystem": "Windows Server 2012", "OperatingSystemVersion": "", "PublicKey": "ExponentHex": 09528, "ModulusHex": "a bb7a58dffe5ff89e65f0498f9175f5a b e99af3b5dd94057b0fc07535f5f fa35169d4 61d0d30cf0192e307727c065168c788771c561a9400fb61975e9e6aa4e23 fe11af69e9412dd23b0cb6684c4c2429bce139e848ab26d f4a cd36074eafd036a5eb83359d2a698d0" }, "Status": "Online", "TimeOfLastSuccessfulBackup": null, "UseServiceNet": true }, "AgentVersion": " ", "Architecture": "64-bit", "BackupVaultSize": "35.3 MB", "BackupContainer": " CloudBackup_v2_0_yourUUID", "CleanupAllowed": true, "Flavor": "RaxCloudServer", "Datacenter": "DFW", "IPAddress": " ", "IsDisabled": false, 38

46 ] "IsEncrypted": true, "MachineAgentId": , "MachineName": "Web Server", "OperatingSystem": "Windows Server 2012", "OperatingSystemVersion": "", "PublicKey": "ExponentHex": 82374, "ModulusHex": "a bb7a58dffe5ff89e65f0498f9175f5a b e99af3b5dd94057b0fc07535f5f fa35169d461d0d30cf0 192e307727c065168c788771c561a9400fb61975e9e6aa4e23fe11af69e 9412dd23b0cb6684c4c2429bce139e848ab26d f4 acd abc2" }, "Status": "Online", "TimeOfLastSuccessfulBackup": null, "UseServiceNet": true } 39

47 Wake up agents Method URI Description POST /v1.0/tenant_id}/user/wakeupagents Wakes up the agent before you perform tasks. This operation sends a message to an agent to wakeup. You should wait 10 to 20 seconds after using this operation before starting a backup or restore. This table shows the possible response codes for this operation: Response Code Name 200 OK The request succeeded. Description 400 Bad Request There were one or more errors in the request. 401 Unauthorized The supplied token was not authorized to access the resources. Either it is expired or invalid. 403 Forbidden Access to the requested resource was denied. 503 Service Unavailable This is a generic server error. The message contains the reason for the Request This table shows the URI parameters for the wake up agents request: Name Type Description tenant_id} String The unique identifier of the tenant or account. Example Wake up agents: JSON request POST User-Agent: controlpanel.drivesrvr.com Host: dfw.backup.api.rackspacecloud.com Content-Type: application/json; Content-Length: 0 X-Auth-Token: 95b f74d279d03001c6a14f3fe This operation does not accept a request body Response This operation does not return a response body. 40

48 3.3. Backup configuration operations When trying to determine how often to back up a file in your backup configuration, there are three variables to consider: 1. How important is tracking changes in the file to your business processes? (criticality) 2. How large is the file? (size) 3. How often does the file change? (data churn) Criticality is the most important factor to consider when making backup decisions. The more critical the file is to your business operations, the more often you'll want to back this file up. Size is an important consideration if the speed of backups/restores is important to you. Large files take longer to backup and to restore. It might be wise to backup large files less frequently. Data churn is the last variable to consider, and perhaps the trickiest to handle. Files that change often invalidate blocks that have been stored previously. Depending on criticality, it might still be wise to snapshot files with high data churn and backup those snapshots. This section describes the backup configuration operations that are supported by the Cloud Backup API. Method URI Description POST PUT GET GET GET POST DELETE /v1.0/tenant_id}/backup-configuration /v1.0/tenant_id}/backup-configuration/backupconfigurationid} /v1.0/tenant_id}/backup-configuration/backupconfigurationid} Lists detailed information for the specified backup configuration. /v1.0/tenant_id}/backup-configuration /v1.0/tenant_id}/backup-configuration/system/machineagentid} /v1.0/tenant_id}/backup-configuration/enable/backupconfigurationid} /v1.0/tenant_id}/backup-configuration/backupconfigurationid} Creates a backup configuration for the authenticated user. Returns details of a backup configuration. Updates an existing backup configuration. Lists all backup configurations for the current user. Lists the backup configurations for the specified agent. Enables or disables a backup configuration. Deletes the specified backup configuration. 41

49 Create backup configuration Method URI Description POST /v1.0/tenant_id}/backup-configuration Creates a backup configuration for the authenticated user. Returns details of a backup configuration. To view a list of all backup configurations, use "List all backup configurations for an agent". This table shows the possible response codes for this operation: Response Code Name 200 OK The request succeeded. Description 400 Bad Request There were one or more errors in the request. 401 Unauthorized The supplied token was not authorized to access the resources. Either it is expired or invalid. 403 Forbidden Access to the requested resource was denied. 404 Not Found The backend services did not find anything matching the request URI. 409 Conflict The request could not be completed due to a conflict with the current state of the resource. 500 Instance Fault This is a generic server error. The message contains the reason for the 503 Service Unavailable This is a generic server error. The message contains the reason for the Request This table shows the URI parameters for the create backup configuration request: Name Type Description tenant_id} String The unique identifier of the tenant or account. This list shows the body parameters for the request: parameters: BackupConfigurationName: Required. The name of the backup configuration. The configuration typically has the backup schedule, files to backup, and notification options. MachineAgentId: Required. ID that uniquely identifies a Cloud Backup agent. IsActive: Required. Indicates if a backup configuration is active. Valid values are true or false. VersionRetention: Required. Indicates how many days backup revisions are maintained. Valid values are 0, 30, and means indefinite. 42

50 Frequency: Required. Frequency of backup schedule. Valid values are "Manually", "Hourly", "Daily", and "Weekly". StartTimeHour: Required. Indicates the hour when the backup runs. Valid values are 1 through 12, as well as null when the Frequency value is "Manually" or "Hourly". StartTimeMinute : Required. Indicates the minute when the backup runs. Valid values are 0 through 59, as well as null when the Frequency value is "Manually" or "Hourly". StartTimeAmPm: Required. Indicates AM or PM. Valid values are "AM" or "PM", as well as null when the Frequency value is "Manually" or "Hourly". DayOfWeekId: Required. Indicates the day of the week. Valid values are 0 through 6, with 0 representing Sunday and 6 representing Saturday. null is also a valid value when the Frequency value is "Manually","Hourly", or "Daily". HourInterval: Required. Indicates the hour. Valid values are 1 through 23, as well as null when the Frequency value is "Manually","Daily", or "Weekly". TimeZoneId: Required. Specifies the time zone where the backup runs, for example "Eastern Standard Time". NotifyRecipients: Required. Indicates the address to notify in case of backup success or failure. NotifySuccess: Required. Indicates if s are sent after a successful backup. Valid values are true or false. NotifyFailure: Required. Indicates if s are sent after a failed backup. Valid values are true or false. Inclusions: Optional. Indicates the list of files and folders to back up. Exclusions: Optional. Indicates the list of files and folders 43 not to back up.

51 Example Create backup configuration: JSON request } "MachineAgentId": , "BackupConfigurationName": "Weekly Website Backup", "IsActive": true, "VersionRetention": 30, "MissedBackupActionId": 1, "Frequency": "Weekly", "StartTimeHour": 7, "StartTimeMinute": 30, "StartTimeAmPm": "PM", "DayOfWeekId": 5, "HourInterval": null, "TimeZoneId": "Eastern Standard Time", "NotifyRecipients": "test@my- -address.com", "NotifySuccess": true, "NotifyFailure": true, "Inclusions": [ "FilePath": "C:\\backup_up_file.txt", "FileItemType": "File" }, "FilePath": "C:\\backed_up_folder", "FileItemType": "Folder" } ], "Exclusions": [ "FilePath": "C:\\backed_up_folder\\excluded_file.txt", "FileItemType": "File" } ] Response This list shows the body parameters for the response: parameters: MachineAgentId: ID that uniquely identifies a Cloud Backup agent. BackupConfigurationName: The name of the backup configuration. The configuration typically has the backup schedule, files to backup, and notification options. IsActive: Indicates if a backup configuration is active. Valid values are true or false. VersionRetention: 44

52 Indicates how many days backup revisions are maintained. Valid values are 0, 30, and means indefinite. BackupConfigurationScheduled: Uniquely identifies the schedule that is associated with this configuration. MissedBackupActionId: Specifies when to send notification. Valid values are as follows: 1 that indicates that notifications are sent as soon as possible, or 2 that indicates that notifications are sent at the next scheduled time. Frequency: Frequency of backup schedule. Valid values are "Manually", "Hourly", "Daily", and "Weekly". StartTimeHour: Indicates the hour when the backup runs. Valid values are 1 through 12, as well as null when the Frequency value is "Manually" or "Hourly". StartTimeMinute : Indicates the minute when the backup runs. Valid values are 0 through 59, as well as null when the Frequency value is "Manually" or "Hourly". StartTimeAmPm: Indicates AM or PM. Valid values are "AM" or "PM", as well as null when the Frequency value is "Manually" or "Hourly". DayOfWeekId: Indicates the day of the week. Valid values are 0 through 6, with 0 representing Sunday and 6 representing Saturday. null is also a valid value when the Frequency value is "Manually","Hourly", or "Daily". HourInterval: Indicates the hour. Valid values are 1 through 23, as well as null when the Frequency value is "Manually","Daily", or "Weekly". TimeZoneId: Specifies the time zone where the backup runs, for example "Eastern Standard Time". NotifyRecipients: Indicates the address to notify in case of backup success or failure. NotifySuccess: 45

53 Indicates if s are sent after a successful backup. Valid values are true or false. NotifyFailure: Indicates if s are sent after a failed backup. Valid values are true or false. Inclusions: Optional. Indicates the list of files and folders to back up. Exclusions: Optional. Indicates the list of files and folders not to back up. Example Create backup configuration: JSON response "BackupConfigurationId": , "BackupConfigurationName": "Weekly Website Backup", "BackupConfigurationScheduleId": , "BackupPostscript": "", "BackupPrescript": "", "Datacenter": "DFW", "DayOfWeekId": 5, "EncryptionKey": "ExponentHex": 10001, "ModulusHex": "C6054E90E32D2B25E16F3A560E1B4DC580B1E4AB74E0C662680DD8A1BD F6A526B16C55225D1BE6E0B1 }, "Exclusions": [ "FileId": , "FileItemType": "File", "FilePath": "C:\\backed_up_folder\\excluded_file.txt", "FilePathEncoded": null, "Filter": "Exclude", "ParentId": } ], "Flavor": "RaxCloudServer", "Frequency": "Weekly", "HourInterval": null, "Inclusions": [ "FileId": , "FileItemType": "File", "FilePath": "C:\\backup_up_file.txt", "FilePathEncoded": null, "Filter": "Include", "ParentId": }, "FileId": , "FileItemType": "Folder", "FilePath": "C:\\backed_up_folder", "FilePathEncoded": null, "Filter": "Include", "ParentId":

54 } } ], "IsActive": true, "IsDeleted": false, "IsEncrypted": false, "LastRunBackupReportId": null, "LastRunTime": null, "MachineAgentId": , "MachineName": "web2", "MissedBackupActionId": 1, "NextScheduledRunTime": "/Date( )/", "NotifyFailure": true, "NotifyRecipients": "test@my- -address.com", "NotifySuccess": true, "StartTimeAmPm": "PM", "StartTimeHour": 11, "StartTimeMinute": 30, "TimeZoneId": "Eastern Standard Time", "VersionRetention": 30 47

55 Update backup configuration Method URI Description PUT /v1.0/tenant_id}/backup-configuration/backupconfigurationid} Note Updates an existing backup configuration. To view a list of all backup configurations and their backup configuration schedule IDs, see "List backup configuration details". This table shows the possible response codes for this operation: Response Code Name 200 OK The request succeeded. Description 400 Bad Request There were one or more errors in the request. 401 Unauthorized The supplied token was not authorized to access the resources. Either it is expired or invalid. 403 Forbidden Access to the requested resource was denied. 404 Not Found The backend services did not find anything matching the request URI. 500 Instance Fault This is a generic server error. The message contains the reason for the 503 Service Unavailable This is a generic server error. The message contains the reason for the Request This table shows the URI parameters for the update backup configuration request: Name Type Description tenant_id} String The unique identifier of the tenant or account. backupconfigurationid} Integer The unique identifier of the backup configuration. This list shows the body parameters for the request: parameters: MachineAgentId: Required. ID that uniquely identifies a Cloud Backup agent. BackupConfigurationName: Required. The name of the backup configuration. The configuration typically has the backup schedule, files to backup, and notification options. IsActive: Required. Indicates if a backup configuration is active. Valid values are true or false. VersionRetention: Required. 48

56 Indicates how many days backup revisions are maintained. Valid values are 0, 30, and means indefinite. BackupConfigurationScheduled: Required. Uniquely identifies the schedule that is associated with this configuration. Frequency: Required. Frequency of backup schedule. Valid values are "Manually", "Hourly", "Daily", and "Weekly". StartTimeHour: Required. Indicates the hour when the backup runs. Valid values are 1 through 12, as well as null when the Frequency value is "Manually" or "Hourly". StartTimeMinute : Required. Indicates the minute when the backup runs. Valid values are 0 through 59, as well as null when the Frequency value is "Manually" or "Hourly". StartTimeAmPm: Required. Indicates AM or PM. Valid values are "AM" or "PM", as well as null when the Frequency value is "Manually" or "Hourly". DayOfWeekId: Required. Indicates the day of the week. Valid values are 0 through 6, with 0 representing Sunday and 6 representing Saturday. null is also a valid value when the Frequency value is "Manually","Hourly", or "Daily". HourInterval: Required. Indicates the hour. Valid values are 1 through 23, as well as null when the Frequency value is "Manually","Daily", or "Weekly". TimeZoneId: Required. Specifies the time zone where the backup runs, for example "Eastern Standard Time". NotifyRecipients: Required. Indicates the address to notify in case of backup success or failure. NotifySuccess: Required. Indicates if s are sent after a successful backup. Valid values are true or false. NotifyFailure: Required. Indicates if s are sent after a failed backup. Valid values are true or false. 49

57 Inclusions: Optional. Indicates the list of files and folders to back up. Exclusions: Optional. Indicates the list of files and folders not to back up. Example Update backup configuration: JSON request } "MachineAgentId": , "BackupConfigurationName": "Weekly Website Backup", "IsActive": true, "VersionRetention": 30, "BackupConfigurationScheduleId": , "MissedBackupActionId": 1, "Frequency": "Weekly", "StartTimeHour": 6, "StartTimeMinute": 30, "StartTimeAmPm": "AM PM", "DayOfWeekId": 4, "HourInterval": null, "TimeZoneId": "Eastern Standard Time", "NotifyRecipients": "[email protected]", "NotifySuccess": true, "NotifyFailure": true, "Inclusions": [ "FilePath": "C:\\backup_up_file.txt", "FileItemType": "File" }, "FilePath": "C:\\backed_up_folder", "FileItemType": "Folder" } ], "Exclusions": [ "FilePath": "C:\\backed_up_folder\\excluded_file.txt", "FileItemType": "File" }, "FilePath": "C:\\backed_up_folder\\excluded_folder", "FileItemType": "Folder" } ] Response This operation does not return a response body. 50

58 List backup configuration details Method URI Description GET /v1.0/tenant_id}/backup-configuration/backupconfigurationid} This table shows the possible response codes for this operation: Response Code Name 200 OK The request succeeded. Lists detailed information for the specified backup configuration. Description 400 Bad Request There were one or more errors in the request. 401 Unauthorized The supplied token was not authorized to access the resources. Either it is expired or invalid. 403 Forbidden Access to the requested resource was denied. 404 Not Found The backend services did not find anything matching the request URI. 500 Instance Fault This is a generic server error. The message contains the reason for the 503 Service Unavailable This is a generic server error. The message contains the reason for the Request This table shows the URI parameters for the list backup configuration details request: Name Type Description tenant_id} String The unique identifier of the tenant or account. backupconfigurationid} Integer The unique identifier of the backup configuration. Example List backup configuration details: JSON request GET User-Agent: controlpanel.drivesrvr.com Host: dfw.backup.api.rackspacecloud.com Content-Type: application/json; Content-Length: 0 X-Auth-Token: 95b f74d279d03001c6a14f3fe This operation does not accept a request body Response This list shows the body parameters for the response: parameters: BackupConfigurationId: Autogenerated ID that uniquely identifies a backup configuration. This ID is required on subsequent GET/UPDATE/DELETE calls. MachineAgentId: 51

59 ID that uniquely identifies a Cloud Backup agent. MachineName: Name of the Cloud Server where the Cloud Backup agent resides. Flavor: RaxCloudServer - for Rackspace Cloud Servers. BackupConfigurationName: The name of the backup configuration. The configuration typically has the backup schedule, files to backup, and notification options. IsActive: Indicates if a backup configuration is active. Valid values are true or false. IsDeleted: Indicates if the backup configuration is deleted. Valid values are true or false. VersionRetention: Indicates how many days backup revisions are maintained. Valid values are 0, 30, and means indefinite. BackupConfigurationScheduled: Uniquely identifies the schedule that is associated with this configuration. MissedBackupActionId: Specifies when to send notification. Valid values are as follows: 1 that indicates that notifications are sent as soon as possible, or 2 that indicates that notifications are sent at the next scheduled time. Frequency: Frequency of backup schedule. Valid values are "Manually", "Hourly", "Daily", and "Weekly". StartTimeHour: Indicates the hour when the backup runs. Valid values are 1 through 12, as well as null when the Frequency value is "Manually" or "Hourly". StartTimeMinute : Indicates the minute when the backup runs. Valid values are 0 through 59, as well as null when the Frequency value is "Manually" or "Hourly". StartTimeAmPm: 52

60 Indicates AM or PM. Valid values are "AM" or "PM", as well as null when the Frequency value is "Manually" or "Hourly". DayOfWeekId: Indicates the day of the week. Valid values are 0 through 6, with 0 representing Sunday and 6 representing Saturday. null is also a valid value when the Frequency value is "Manually","Hourly", or "Daily". HourInterval: Indicates the hour. Valid values are 1 through 23, as well as null when the Frequency value is "Manually","Daily", or "Weekly". TimeZoneId: Specifies the time zone where the backup runs, for example "Eastern Standard Time". NotifyRecipients: Indicates the address to notify in case of backup success or failure. NotifySuccess: Indicates if s are sent after a successful backup. Valid values are true or false. NotifyFailure: Indicates if s are sent after a failed backup. Valid values are true or false. Inclusions: Indicates the list of files and folders to back up. Exclusions: Indicates the list of files and folders not to back up. Example List backup configuration details: JSON response "BackupConfigurationId": , "MachineAgentId": , "MachineName": "Web Server", "Flavor": "RaxCloudServer", "IsEncrypted": false, "BackupConfigurationName": "Weekly Website Backup", "IsActive": true, "IsDeleted": false, "VersionRetention": 60, "BackupConfigurationScheduleId": , "MissedBackupActionId": 1, "Frequency": "Weekly", "StartTimeHour": 11, "StartTimeMinute": 30, "StartTimeAmPm": "AM", 53

61 } "DayOfWeekId": 4, "HourInterval": null, "TimeZoneId": "Eastern Standard Time", "NextScheduledRunTime": "\/Date( )\/", "LastRunTime": null, "LastRunBackupReportId": null, "NotifyRecipients": "NotifySuccess": false, "NotifyFailure": false, "Inclusions": [ "FilePath": "C:\\backed_up_folder", "ParentId": , "FileItemType": "Folder", "FileId": }, "FilePath": "C:\\backup_up_file.txt", "ParentId": , "FileItemType": "File", "FileId": } ], "Exclusions":[ "FilePath": "C:\\backed_up_folder\\excluded_folder", "ParentId": , "FileItemType": "Folder", "FileId": }, "FilePath": "C:\\backed_up_folder\\excluded_file.txt", "ParentId": , "FileItemType": "File", "FileId": } ] 54

62 List all backup configurations for a user Method URI Description GET /v1.0/tenant_id}/backup-configuration This table shows the possible response codes for this operation: Response Code Name 200 OK The request succeeded. Lists all backup configurations for the current user. Description 400 Bad Request There were one or more errors in the request. 401 Unauthorized The supplied token was not authorized to access the resources. Either it is expired or invalid. 403 Forbidden Access to the requested resource was denied. 404 Not Found The backend services did not find anything matching the request URI. 500 Instance Fault This is a generic server error. The message contains the reason for the 503 Service Unavailable This is a generic server error. The message contains the reason for the Request This table shows the URI parameters for the list all backup configurations for a user request: Name Type Description tenant_id} String The unique identifier of the tenant or account. This operation does not accept a request body Response This list shows the body parameters for the response: parameters: BackupConfigurationId: Autogenerated ID that uniquely identifies a backup configuration. This ID is required on subsequent GET/UPDATE/DELETE calls. MachineAgentId: ID that uniquely identifies a Cloud Backup agent. MachineName: Name of the Cloud Server where the Cloud Backup agent resides. Flavor: RaxCloudServer - for Rackspace Cloud Servers. 55

63 IsEncrypted: Indicates if backups are encrypted. Valid values are true or false. BackupConfigurationName: The name of the backup configuration. The configuration typically has the backup schedule, files to backup, and notification options. IsActive: Indicates if a backup configuration is active. Valid values are true or false. IsDeleted: Indicates if the backup configuration is deleted. Valid values are true or false. VersionRetention: Indicates how many days backup revisions are maintained. Valid values are 0, 30, and means indefinite. BackupConfigurationScheduled: Uniquely identifies the schedule that is associated with this configuration. MissedBackupActionId: Specifies when to send notification. Valid values are as follows: 1 that indicates that notifications are sent as soon as possible, or 2 that indicates that notifications are sent at the next scheduled time. Frequency: Frequency of backup schedule. Valid values are "Manually", "Hourly", "Daily", and "Weekly". StartTimeHour: Indicates the hour when the backup runs. Valid values are 1 through 12, as well as null when the Frequency value is "Manually" or "Hourly". StartTimeMinute : Indicates the minute when the backup runs. Valid values are 0 through 59, as well as null when the Frequency value is "Manually" or "Hourly". StartTimeAmPm: Indicates AM or PM. Valid values are "AM" or "PM", as well as null when the Frequency value is "Manually" or "Hourly". DayOfWeekId: 56

64 Indicates the day of the week. Valid values are 0 through 6, with 0 representing Sunday and 6 representing Saturday. null is also a valid value when the Frequency value is "Manually","Hourly", or "Daily". HourInterval: Indicates the hour. Valid values are 1 through 23, as well as null when the Frequency value is "Manually","Daily", or "Weekly". TimeZoneId: Specifies the time zone where the backup runs, for example "Eastern Standard Time". NextScheduledRunTime: Specifies the next scheduled run time for a backup. LastRunTime: Indicates the last time a backup ran. LastRunBackupReportId: If the backup ran successfully last time, indicates the ID of the backup report. NotifyRecipients: Indicates the address to notify in case of backup success or failure. NotifySuccess: Indicates if s are sent after a successful backup. Valid values are true or false. NotifyFailure: Indicates if s are sent after a failed backup. Valid values are true or false. Inclusions: Indicates the list of files and folders to back up. Exclusions: Indicates the list of files and folders not to back up. Example List all backup configurations for a user: JSON response [ "BackupConfigurationId": , "MachineAgentId": 96674, "MachineName": "Web Server", "Flavor": "RaxCloudServer", "IsEncrypted": false, "BackupConfigurationName": "Manual Website Backup", 57

65 "IsActive": true, "IsDeleted": false, "VersionRetention": 60, "BackupConfigurationScheduleId": 98017, "MissedBackupActionId": 2, "Frequency": "Manually", "StartTimeHour": null, "StartTimeMinute": null, "StartTimeAmPm": "", "DayOfWeekId": null, "HourInterval": null, "TimeZoneId": "Eastern Standard Time", "NextScheduledRunTime": null, "LastRunTime": "\/Date( )\/", "LastRunBackupReportId": 80071, "NotifyRecipients": "NotifySuccess": false, "NotifyFailure": true, "Inclusions": [ "FilePath": "/web/", "ParentId": , "FileItemType": "Folder", "FileId": 2947 } ], "Exclusions": [ "FilePath": "/web/cache/", "ParentId": , "FileItemType": "Folder", "FileId": 2948 } ] }, "BackupConfigurationId": , "MachineAgentId": 96685, "MachineName": "Database Server", "Flavor": "RaxCloudServer", "IsEncrypted": false, "BackupConfigurationName": "Manual DB Backup", "IsActive": true, "IsDeleted": false, "VersionRetention": 60, "BackupConfigurationScheduleId": 98019, "MissedBackupActionId": 2, "Frequency": "Manually", "StartTimeHour": null, "StartTimeMinute": null, "StartTimeAmPm": "", "DayOfWeekId": null, "HourInterval": null, "TimeZoneId": "Eastern Standard Time", "NextScheduledRunTime": null, "LastRunTime": "\/Date( )\/", "LastRunBackupReportId": 80116, "NotifyRecipients": "[email protected]", "NotifySuccess": false, "NotifyFailure": true, 58

66 ] "Inclusions": [ "FilePath": "/db/dumps/", "ParentId": , "FileItemType": "Folder", "FileId": 3568 } ], "Exclusions": [ "FilePath": "/db/dumps/tmp/", "ParentId": , "FileItemType": "Folder", "FileId": 3570 } ] } 59

67 List all backup configurations for an agent Method URI Description GET /v1.0/tenant_id}/backup-configuration/system/machineagentid} This table shows the possible response codes for this operation: Response Code Name 200 OK The request succeeded. Lists the backup configurations for the specified agent. Description 400 Bad Request There were one or more errors in the request. 401 Unauthorized The supplied token was not authorized to access the resources. Either it is expired or invalid. 403 Forbidden Access to the requested resource was denied. 404 Not Found The backend services did not find anything matching the request URI. 500 Instance Fault This is a generic server error. The message contains the reason for the 503 Service Unavailable This is a generic server error. The message contains the reason for the Request This table shows the URI parameters for the list all backup configurations for an agent request: Name Type Description tenant_id} String The unique identifier of the tenant or account. machingagentid} Integer The unique identifier of the Cloud Backup agent. Example List all backup configurations for an agent: JSON request GET system/ User-Agent: controlpanel.drivesrvr.com Host: dfw.backup.api.rackspacecloud.com Content-Type: application/json; Content-Length: 0 X-Auth-Token: 95b f74d279d03001c6a14f3fe This operation does not accept a request body Response This list shows the body parameters for the response: parameters: BackupConfigurationId: Autogenerated ID that uniquely identifies a backup configuration. This ID is required on subsequent GET/UPDATE/DELETE calls. MachineAgentId: 60

68 ID that uniquely identifies a Cloud Backup agent. MachineName: Name of the Cloud Server where the Cloud Backup agent resides. Flavor: RaxCloudServer - for Rackspace Cloud Servers. IsEncrypted: Indicates if backups are encrypted. Valid values are true or false. BackupConfigurationName: The name of the backup configuration. The configuration typically has the backup schedule, files to backup, and notification options. IsActive: Indicates if a backup configuration is active. Valid values are true or false. IsDeleted: Indicates if the backup configuration is deleted. Valid values are true or false. VersionRetention: Indicates how many days backup revisions are maintained. Valid values are 0, 30, and means indefinite. BackupConfigurationScheduled: Uniquely identifies the schedule that is associated with this configuration. MissedBackupActionId: Specifies when to send notification. Valid values are as follows: 1 that indicates that notifications are sent as soon as possible, or 2 that indicates that notifications are sent at the next scheduled time. Frequency: Frequency of backup schedule. Valid values are "Manually", "Hourly", "Daily", and "Weekly". StartTimeHour: Indicates the hour when the backup runs. Valid values are 1 through 12, as well as null when the Frequency value is "Manually" or "Hourly". StartTimeMinute : 61

69 Indicates the minute when the backup runs. Valid values are 0 through 59, as well as null when the Frequency value is "Manually" or "Hourly". StartTimeAmPm: Indicates AM or PM. Valid values are "AM" or "PM", as well as null when the Frequency value is "Manually" or "Hourly". DayOfWeekId: Indicates the day of the week. Valid values are 0 through 6, with 0 representing Sunday and 6 representing Saturday. null is also a valid value when the Frequency value is "Manually","Hourly", or "Daily". HourInterval: Indicates the hour. Valid values are 1 through 23, as well as null when the Frequency value is "Manually","Daily", or "Weekly". TimeZoneId: Specifies the time zone where the backup runs, for example "Eastern Standard Time". NextScheduledRunTime: Specifies the next scheduled run time for a backup. LastRunTime: Indicates the last time a backup ran. LastRunBackupReportId: If the backup ran successfully last time, indicates the ID of the backup report. NotifyRecipients: Indicates the address to notify in case of backup success or failure. NotifySuccess: Indicates if s are sent after a successful backup. Valid values are true or false. NotifyFailure: Indicates if s are sent after a failed backup. Valid values are true or false. Inclusions: Indicates the list of files and folders to back up. Exclusions: Indicates the list of files and folders 62 not to back up.

70 Example List all backup configurations for an agent: JSON response [ }, ], "BackupConfigurationId": , "MachineAgentId": , "MachineName": "Web Server", "Flavor": "RaxCloudServer", "IsEncrypted": false, "BackupConfigurationName": "Manual Log Backup", "IsActive": true, "IsDeleted": false, "VersionRetention": 60, "BackupConfigurationScheduleId": , "MissedBackupActionId": 1, "Frequency": "Manually", "StartTimeHour": null, "StartTimeMinute": null, "StartTimeAmPm": "", "DayOfWeekId": null, "HourInterval": null, "TimeZoneId": "Eastern Standard Time", "NextScheduledRunTime": "\/Date( )\/", "LastRunTime": null, "LastRunBackupReportId": null, "NotifyRecipients": "[email protected]", "NotifySuccess": true, "NotifyFailure": true, "Inclusions": [ "FilePath": "C:\\Websites\\Logs", "ParentId": , "FileItemType": "Folder", "FileId": } "Exclusions": [ ] "BackupConfigurationId": , "MachineAgentId": , "MachineName": "Web Server", "Flavor": "RaxCloudServer", "IsEncrypted": false, "BackupConfigurationName": "Weekly Website Backup", "IsActive": true, "IsDeleted": false, "VersionRetention": 60, "BackupConfigurationScheduleId": , "MissedBackupActionId": 1, "Frequency": "Weekly", "StartTimeHour": 7, "StartTimeMinute": 23, "StartTimeAmPm": "AM", "DayOfWeekId": 1, "HourInterval": null, "TimeZoneId": "Eastern Standard Time", "NextScheduledRunTime": "\/Date( )\/", "LastRunTime": null, "LastRunBackupReportId": null, 63

71 ] } "NotifyRecipients": "[email protected]", "NotifySuccess": true, "NotifyFailure": true, "Inclusions": [ "FilePath": "C:\\Websites", "ParentId": , "FileItemType": "Folder", "FileId": }, "FilePath": "C:\\Websites\\Logs", "ParentId": , "FileItemType": "Folder", "FileId": } ], "Exclusions": [ ] 64

72 Enable or disable a backup configuration Method URI Description POST /v1.0/tenant_id}/backup-configuration/enable/backupconfigurationid} Enables or disables a backup configuration. Disabling a backup configuration does not delete it or its data. You can re-enabled disabled backup configurations later. This table shows the possible response codes for this operation: Response Code Name 200 OK The request succeeded. Description 400 Bad Request There were one or more errors in the request. 401 Unauthorized The supplied token was not authorized to access the resources. Either it is expired or invalid. 403 Forbidden Access to the requested resource was denied. 404 Not Found The backend services did not find anything matching the request URI. 500 Instance Fault This is a generic server error. The message contains the reason for the 503 Service Unavailable This is a generic server error. The message contains the reason for the Request This table shows the URI parameters for the enable or disable a backup configuration request: Name Type Description tenant_id} String The unique identifier of the tenant or account. backupconfigurationid} Integer The unique identifier of the backup configuration. This table shows the body parameters for the enable or disable a backup configuration request: Enable Name Type Description (Required) Indicates if backup configuration is enabled (true) or disabled (false). Example Enable or disable a backup configuration request POST enable/ User-Agent: controlpanel.drivesrvr.com Host: dfw.backup.api.rackspacecloud.com Content-Type: application/json; Content-Length: 0 X-Auth-Token: 95b f74d279d03001c6a14f3fe Example Enable a backup configuration: JSON request } "Enable": true 65

73 Example Disable a backup configuration: JSON request } "Enable": false Response This list shows the body parameters for the response: parameters: BackupConfigurationId: Autogenerated ID that uniquely identifies a backup configuration. This ID is required on subsequent GET/UPDATE/DELETE calls. MachineAgentId: ID that uniquely identifies a Cloud Backup agent. MachineName: Name of the Cloud Server where the Cloud Backup agent resides. Flavor: RaxCloudServer - for Rackspace Cloud Servers. IsEncrypted: Indicates if backups are encrypted. Valid values are true or false. BackupConfigurationName: The name of the backup configuration. The configuration typically has the backup schedule, files to backup, and notification options. IsActive: Indicates if a backup configuration is active. Valid values are true or false. IsDeleted: Indicates if the backup configuration is deleted. Valid values are true or false. VersionRetention: Indicates how many days backup revisions are maintained. Valid values are 0, 30, and means indefinite. BackupConfigurationScheduled: 66 Uniquely identifies the schedule that is associated with this configuration.

74 MissedBackupActionId: Specifies when to send notification. Valid values are as follows: 1 that indicates that notifications are sent as soon as possible, or 2 that indicates that notifications are sent at the next scheduled time. Frequency: Frequency of backup schedule. Valid values are "Manually", "Hourly", "Daily", and "Weekly". StartTimeHour: Indicates the hour when the backup runs. Valid values are 1 through 12, as well as null when the Frequency value is "Manually" or "Hourly". StartTimeMinute : Indicates the minute when the backup runs. Valid values are 0 through 59, as well as null when the Frequency value is "Manually" or "Hourly". StartTimeAmPm: Indicates AM or PM. Valid values are "AM" or "PM", as well as null when the Frequency value is "Manually" or "Hourly". DayOfWeekId: Indicates the day of the week. Valid values are 0 through 6, with 0 representing Sunday and 6 representing Saturday. null is also a valid value when the Frequency value is "Manually","Hourly", or "Daily". HourInterval: Indicates the hour. Valid values are 1 through 23, as well as null when the Frequency value is "Manually","Daily", or "Weekly". TimeZoneId: Specifies the time zone where the backup runs, for example "Eastern Standard Time". NotifyRecipients: Indicates the address to notify in case of backup success or failure. NotifySuccess: Indicates if s are sent after a successful backup. Valid values are true or false. NotifyFailure: Indicates if s are sent after a failed backup. Valid values are true or false. Inclusions: 67

75 Indicates the list of files and folders to back up. Exclusions: Indicates the list of files and folders not to back up. Example Disable a backup configuration: JSON response "BackupConfigurationId": , "MachineAgentId": , "MachineName": "Web Server", "Flavor": "RaxCloudServer", "IsEncrypted": false, "BackupConfigurationName": "Weekly Website Backup", "IsActive": true, "IsDeleted": false, "VersionRetention": 60, "BackupConfigurationScheduleId": , "MissedBackupActionId": 1, "Frequency": "Weekly", "StartTimeHour": 11, "StartTimeMinute": 30, "StartTimeAmPm": "AM", "DayOfWeekId": 4, "HourInterval": null, "TimeZoneId": "Eastern Standard Time", "NextScheduledRunTime": "\/Date( )\/", "LastRunTime": null, "LastRunBackupReportId": null, "NotifyRecipients": "[email protected]", "NotifySuccess": false, "NotifyFailure": false, "Inclusions": [ "FilePath": "C:\\backed_up_folder", "ParentId": , "FileItemType": "Folder", "FileId": }, "FilePath": "C:\\backup_up_file.txt", "ParentId": , "FileItemType": "File", "FileId": } ], "Exclusions":[ "FilePath": "C:\\backed_up_folder\\excluded_folder", "ParentId": , "FileItemType": "Folder", "FileId": }, "FilePath": "C:\\backed_up_folder\\excluded_file.txt", "ParentId": , "FileItemType": "File", "FileId":

76 } ] } 69

77 Delete a backup configuration Method URI Description DELETE /v1.0/tenant_id}/backup-configuration/backupconfigurationid} Deletes the specified backup configuration. This table shows the possible response codes for this operation: Response Code Name 200 OK The request succeeded. Description 400 Bad Request There were one or more errors in the request. 401 Unauthorized The supplied token was not authorized to access the resources. Either it is expired or invalid. 403 Forbidden Access to the requested resource was denied. 404 Not Found The backend services did not find anything matching the request URI. 500 Instance Fault This is a generic server error. The message contains the reason for the 503 Service Unavailable This is a generic server error. The message contains the reason for the Request This table shows the URI parameters for the delete a backup configuration request: Name Type Description tenant_id} String The unique identifier of the tenant or account. backupconfigurationid} Integer The unique identifier of the backup configuration. Example Delete a backup configuration: JSON request DELETE User-Agent: controlpanel.drivesrvr.com Host: dfw.backup.api.rackspacecloud.com Content-Type: application/json; Content-Length: 0 X-Auth-Token: 95b f74d279d03001c6a14f3fe This operation does not accept a request body Response This operation does not return a response body. 70

78 3.4. Backup operations This section describes the backup operations that are supported by the Cloud Backup API. Method URI Description POST GET GET GET /v1.0/tenant_id}/backup/action-requested /v1.0/tenant_id}/backup/backupid} /v1.0/tenant_id}/backup/completed/backupconfigurationid} /v1.0/tenant_id}/backup/report/backupid} Manually starts or stops a backup. Returns the identifier of the instance of the backup. Lists details about the specified backup. Lists the details for backups that can still be restored. Gets details about a completed backup. 71

79 Start or stop a backup manually Method URI Description POST /v1.0/tenant_id}/backup/action-requested Manually starts or stops a backup. Returns the identifier of the instance of the backup. When manually starting a backup, provide the backup configuration identifier (BackupConfigurationId) for ID. You can retrieve a list of all backup configurations for an agent with the "Get all backup configurations for an agent" operation. When manually stopping a backup, provide the backup identifier for the ID. The backup identifier is given when the backup is started. Note You might need to call the operation to wake up agents before starting or stopping a backup manually. This table shows the possible response codes for this operation: Response Code Name Description 200 OK When manually starting a backup, the request succeeded. 204 No Content When manually stopping a backup, the request succeeded. 400 Bad Request There were one or more errors in the request. 401 Unauthorized The supplied token was not authorized to access the resources. Either it is expired or invalid. 403 Forbidden Access to the requested resource was denied. 404 Not Found The backend services did not find anything matching the request URI. 500 Instance Fault This is a generic server error. The message contains the reason for the 503 Service Unavailable This is a generic server error. The message contains the reason for the Request This table shows the URI parameters for the start or stop a backup manually request: Name Type Description tenant_id} String The unique identifier of the tenant or account. This list shows the body parameters for the request: parameters: Action: Required. Specifies the action. Valid values are StartManual and "StopManual". Id: Required. 72

80 Specifies the value of BackupConfigurationId. Example Start a backup manually: JSON request } "Action" : "StartManual", "Id": Example Stop a backup manually: JSON request } "Action" : "StopManual", "Id": Response This table shows the body parameters for the start or stop a backup manually response: Name Type Description Id (Optional) Specifies BackupId, a unique backup ID that identifies the backup to start manually. Example Start a backup manually response This operation does not return a response body. 73

81 List backup details Method URI Description GET /v1.0/tenant_id}/backup/backupid} Note Lists details about the specified backup. The authenticated user must have access to the specified backup in order to retrieve its details. This table shows the possible response codes for this operation: Response Code Name 200 OK The request succeeded. Description 400 Bad Request There were one or more errors in the request. 401 Unauthorized The supplied token was not authorized to access the resources. Either it is expired or invalid. 403 Forbidden Access to the requested resource was denied. 404 Not Found The backend services did not find anything matching the request URI. 500 Instance Fault This is a generic server error. The message contains the reason for the 503 Service Unavailable This is a generic server error. The message contains the reason for the Request This table shows the URI parameters for the list backup details request: Name Type Description tenant_id} String The unique identifier of the tenant or account. backupid} Integer The unique identifier of a backup. Example List backup details: JSON request GET User-Agent: controlpanel.drivesrvr.com Host: dfw.backup.api.rackspacecloud.com Content-Type: application/json; Content-Length: 0 X-Auth-Token: 95b f74d279d03001c6a14f3fe This operation does not accept a request body Response This list shows the body parameters for the response: parameters: 74

82 BackupId: Identifies a unique backup. BackupConfigurationId: Autogenerated ID that uniquely identifies the backup configuration that is associated with this backup. CurrentState: Indicates the current state of the backup. Valid values are Queued, InProgress, Skipped, Missed, Stopped, Completed, Failed, Preparing, StartRequested, StartScheduled, StopRequested, and CompletedWithErrors. BackupConfigurationName: Specifies the name of the backup configuration. MachineAgentId: ID that uniquely identifies a Cloud Backup agent. MachineName: Name of the Cloud Server where the Cloud Backup agent resides. StateChangeTime: Indicates when the backup last changed state. IsEncrypted: Indicates if backups are encrypted. Valid values are true or false. EncryptionKey: Specifies the encryption key. Example List backup details: JSON response "BackupId": , "BackupConfigurationId": , "CurrentState": "Queued", "BackupConfigurationName": "Weekly Website Backup", "MachineAgentId": , "MachineName": "Web Server", "StateChangeTime": "\/Date( )\/", "IsEncrypted": false, "EncryptionKey": "ModulusHex": "a bb7a58dffe5ff54e65f0498f9 175f5a b e99af3b5dd94057b0fc07535f5f fa35169d461d0d30cf0192e307727c065168c788771c561a940 0fb49175e9e6aa4e23fe11af69e9412dd23b0cb6684c4c2429bce1 39e848ab26d f4acd36074eafd036a5eb83359d2a698d5", 75

83 } } "ExponentHex":

84 List completed backups Method URI Description GET /v1.0/tenant_id}/backup/completed/backupconfigurationid} Lists the details for backups that can still be restored. Backups are returned only for the specified backup configuration ID (BackupConfigurationId). The backup configuration ID is specific to the agent. You can retrieve a list of all backup configurations for an agent with the "List all backup configurations for an agent" operation. Note The authenticated user must have access to the specified backup configuration. This table shows the possible response codes for this operation: Response Code Name 200 OK The request succeeded. Description 400 Bad Request There were one or more errors in the request. 401 Unauthorized The supplied token was not authorized to access the resources. Either it is expired or invalid. 403 Forbidden Access to the requested resource was denied. 404 Not Found The backend services did not find anything matching the request URI. 500 Instance Fault This is a generic server error. The message contains the reason for the 503 Service Unavailable This is a generic server error. The message contains the reason for the Request This table shows the URI parameters for the list completed backups request: Name Type Description tenant_id} String The unique identifier of the tenant or account. backupconfigurationid} Integer The unique identifier of the backup configuration. Example List completed backups: JSON request GET User-Agent: controlpanel.drivesrvr.com Host: dfw.backup.api.rackspacecloud.com Content-Type: application/json; Content-Length: 0 X-Auth-Token: 95b f74d279d03001c6a14f3fe This operation does not accept a request body. 77

85 Response This list shows the body parameters for the response: parameters: BackupId: Identifies a unique backup. BackupConfigurationId: Autogenerated ID that uniquely identifies the backup configuration that is associated with this backup. BackupConfigurationName: Specifies the name of the backup configuration. MachineAgentId: ID that uniquely identifies a Cloud Backup agent. MachineName: Name of the Cloud Server where the Cloud Backup agent resides. CompletedTime: Indicates the time when the backup completed. BytesSearched: Indicates how many bytes were searched for this backup. NumErrors: Indicates the numbers of errors that were encountered during the run for this backup. Example List completed backups: JSON response [ ] } "BackupId": , "BackupConfigurationId": , "BackupConfigurationName": "Weekly Website Backup", "MachineName": "Web Server", "MachineAgentId": , "CompletedTime": "\/Date( )\/", "BytesSearched": , "NumErrors": 0 78

86 Get a backup report Method URI Description GET /v1.0/tenant_id}/backup/report/backupid} Gets details about a completed backup. This table shows the possible response codes for this operation: Response Code Name 200 OK The request succeeded. Description 400 Bad Request There were one or more errors in the request. 401 Unauthorized The supplied token was not authorized to access the resources. Either it is expired or invalid. 403 Forbidden Access to the requested resource was denied. 404 Not Found The backend services did not find anything matching the request URI. 500 Instance Fault This is a generic server error. The message contains the reason for the 503 Service Unavailable This is a generic server error. The message contains the reason for the Request This table shows the URI parameters for the get a backup report request: Name Type Description tenant_id} String The unique identifier of the tenant or account. backupid} Integer The unique identifier of a backup. Example Get a backup report: JSON request GET User-Agent: controlpanel.drivesrvr.com Host: dfw.backup.api.rackspacecloud.com Content-Type: application/json; Content-Length: 0 X-Auth-Token: 95b f74d279d03001c6a14f3fe This operation does not accept a request body Response Example Get a backup report: JSON response "BackupId": 92500, "BackupConfigurationId": , "BackupConfigurationName": "Database Server Backup", "BackupConfigurationIsDeleted": false, "ComputerName": "Database Server", "MachineAgentId": 95874, "State": "CompletedWithErrors", "CanRestore": true, 79

87 "StartTime": "\/Date( )\/", "CompletedTime": "\/Date( )\/", "Duration": "00:04:33", "FilesSearched": "11936", "BytesSearched": "3.7 GB", "FilesBackedUp": "6", "BytesBackedUp": "178.1 MB", "NumErrors": 2, "Reason": "Success", "Diagnostics": "Completed With Errors", "ErrorList": [ "BackupReportID": 48785, "ListIndex": 3210, "ErrorType": 101, "ErrorDesc": "The agent experienced a problem. (Rax)", "ExceptionDesc": "Cannot open file \"C:\\Program Files\\ MicrosoftSQL Server\\MSSQL10_50.MSSQLSERVER\\MSSQL\\DATA\\tempdb.mdf\". The process cannot access the file because it is beingused by another process.. ", "ExceptionDetails": "1: [WindowsFs.cpp: 157- rax::windowsfs::open]error Code(313): Cannot open file \"C:\\Program Files\\ Microsoft SQL Server\\MSSQL10_50.MSSQLSERVER\\MSSQL\\DATA\\tempdb.mdf\". The process cannot access the file because it is being used by another process.. ", "ExceptionCode": 313, "Path": "C:\\Program Files\\Microsoft SQL Server\\MSSQL10_50. MSSQLSERVER\\MSSQL\\DATA\\tempdb.mdf" }, "BackupReportID": 48785, "ListIndex": 3211, "ErrorType": 101, "ErrorDesc": "The agent experienced a problem. (Rax)", "ExceptionDesc": "Cannot open file \"C:\\Program Files\\ MicrosoftSQL Server\\MSSQL10_50.MSSQLSERVER\\MSSQL\\DATA\\templog.ldf\". The process cannot access the file because it is being used by another process.. ", "ExceptionDetails": "1: [WindowsFs.cpp: 157- rax::windowsfs::open]error Code(313): Cannot open file \"C:\\Program Files\\ Microsoft SQL Server\\MSSQL10_50.MSSQLSERVER\\MSSQL\\DATA\\templog.ldf\". The process cannot access the file because it is being used by another process.. ", "ExceptionCode": 313, "Path": "C:\\Program Files\\Microsoft SQL Server\\MSSQL10_50. MSSQLSERVER\\MSSQL\\DATA\\templog.ldf" } ] } 80

88 3.5. Restore configuration operations This section describes the restore configuration operations that are supported by the Cloud Backup API. Method URI Description PUT /v1.0/tenant_id}/restore Creates a new restore configuration and returns detailed information about the restore. POST /v1.0/tenant_id}/restore Updates an existing restore configuration. PUT /v1.0/tenant_id}/restore/files Creates a restore file associated with a restore. GET DELETE /v1.0/tenant_id}/restore/files/ restoreid} /v1.0/tenant_id}/restore/files/ restoreid} Lists files that are included or excluded in a restore. Deletes a restore configuration file. 81

89 Create a restore configuration Method URI Description PUT /v1.0/tenant_id}/restore Creates a new restore configuration and returns detailed information about the restore. This table shows the possible response codes for this operation: Response Code Name 200 OK The request succeeded. Description 400 Bad Request There were one or more errors in the request. 401 Unauthorized The supplied token was not authorized to access the resources. Either it is expired or invalid. 403 Forbidden Access to the requested resource was denied. 500 Instance Fault This is a generic server error. The message contains the reason for the 503 Service Unavailable This is a generic server error. The message contains the reason for the Request This table shows the URI parameters for the create a restore configuration request: Name Type Description tenant_id} String The unique identifier of the tenant or account. This list shows the body parameters for the request: parameters: BackupId: Required. Identifies a unique backup. BackupMachineId: Required. Identifies the machine where your backup was originally made. (If you restore files to the same system, BackupMachineId and DestinationMachineId are the same. If you decide to restore to another system, different from where the files were originally backed up, DestinationMachineId is different from BackupMachineId. This is an agent ID - MachineAgentID from the List agent details operation.) DestinationMachineId: Required. Identifies the machine to which you want the backups to restore. (If you restore files to the same system, BackupMachineId and DestinationMachineId are the same. If you decide to restore to another system, different from where the files were originally backed up, DestinationMachineId is different from BackupMachineId. This is an agent ID - MachineAgentID from the List agent details operation. ) DestinationPath: Required. 82

90 Specifies the path where you want the backup to restore. OverwriteFiles: Required. Indicates if files are overwritten. Valid values are true and false. BackupDataCenter: Optional. Specifies the datacenter where the original machine agent that was responsible for creating the backup, that is being used for the restore, is or was located (the source machine does not have to be online). Example Create a restore configuration: JSON request } "BackupId": , "BackupMachineId": , "DestinationMachineId": , "DestinationPath": "C:\\FolderPathForRestore\\", "BackupDataCenter": "DFW", "OverwriteFiles": false Response This list shows the body parameters for the response: parameters: RestoreId: Creates a restore configuration and in response you get RestoreID. BackupId: Identifies a unique backup. BackupMachineId: Identifies the machine where your backup was originally made. (If you restore files to the same system, BackupMachineId and DestinationMachineId are the same. If you decide to restore to another system, different from where the files were originally backed up, DestinationMachineId is different from BackupMachineId.) DestinationMachineId: Identifies the machine to which you want the backups to restore. (If you restore files to the same system, BackupMachineId and DestinationMachineId are the same. If you decide to restore to another system, different from where the files were originally backed up, DestinationMachineId is different from BackupMachineId.) OverwriteFiles: Indicates if files are overwritten. Valid values are true and false. 83

91 BackupDataCenter: Specifies the datacenter where the original machine agent that was responsible for creating the backup, that is being used for the restore, is or was located (the source machine does not have to be online). BackupConfigurationId: Autogenerated ID that uniquely identifies the backup configuration that is associated with this backup. BackupConfigurationName: Specifies the name of the backup configuration. BackupRestorePoint: Identifies the date of the backup. MachineAgentId: ID that uniquely identifies a Cloud Backup agent. BackupMachineName: Indicates the machine name of the backup. BackupFlavor: RaxCloudServer for Rackspace Cloud Servers. DestinationMachineName: Indicates the machine to which you want to restore the backup. DestinationPath: Specifies the path where you want the backup to restore. IsEncrypted: Indicates if backups are encrypted. Valid values are true or false. EncryptedPassword: Specifies null or the encrypted key. PublicKey: Indicates the public key of the public/private encryption key pair. RestoreStateId: 84

92 Specifies the restore state ID. Valid values are 0 for Creating, 1 for Queued, 2 for In- Progress, 3 for Completed, 4 for stopped, 5 for Failed, 6 for startrequested, 7 for Stoprequested, 8 for Completed WithErrors, and 9 for Preparing. Inclusions: Indicates the list of files and folders to restore. Exclusions: Indicates the list of files and folders not to restore. Example Create a restore configuration: JSON response "RestoreId": 1394, "BackupId": , "DestinationMachineId": , "OverwriteFiles": false, "BackupConfigurationId": 6265, "BackupConfigurationName": "Restore_Backup", "BackupRestorePoint": "\/Date( )\/", "BackupMachineId": 5, "BackupMachineName": "BALAJIMBP", "BackupFlavor": "RaxCloudServer", "DestinationMachineName": "BILLS-TEST-WIN", "DestinationPath": "C:\\FolderPathForRestore\\", "BackupDataCenter": "DFW", "IsEncrypted": false, "EncryptedPassword": null, "PublicKey": "ModulusHex": "CA759606B13DC5350A3FAE3F851C76F260DC CD1EFF2DB7510AE74E00B4B2B B2EC09B2C71DF ACFF4901E4ADAA3C9F2E6BDE9392E80FEED6F1F81BFD1D3AD9F F46632C30A94275C85859C1EFCD21BF911F BC719B1397FD3B95BE E3345E6F083922F CBB6EB67C62B719770B25C9AB17521C2AB51B75871ED5F04F9 65C ABCD05EE5E4A B8BA1100A04C62210B2 900CDEAA40F6EBF267B73634E471DB1420FF67CE41940D8ED8F 4B6C199CF5D023B410C386C D34102D245AF068E891B B80F1799DDC4C9C85C6FF73DA1E45AEC98792BCC1C2DE3AAD3F 92F50F1661A4FFDC1", "ExponentHex": }, "RestoreStateId": 0 } 85

93 Update a restore configuration Method URI Description POST /v1.0/tenant_id}/restore Updates an existing restore configuration. You can only update restore configurations while they are in the "Creating" state. For details about the operation that you use to view the current state of a restore, see "List details about a restore". This table shows the possible response codes for this operation: Response Code Name 204 No Content The request succeeded. Description 400 Bad Request There were one or more errors in the request. 401 Unauthorized The supplied token was not authorized to access the resources. Either it is expired or invalid. 403 Forbidden Access to the requested resource was denied. 404 Not Found The backend services did not find anything matching the request URI. 500 Instance Fault This is a generic server error. The message contains the reason for the 503 Service Unavailable This is a generic server error. The message contains the reason for the Request This table shows the URI parameters for the update a restore configuration request: Name Type Description tenant_id} String The unique identifier of the tenant or account. This list shows the body parameters for the request: parameters: RestoreId: Required. Creates a restore configuration and in response you get RestoreID. BackupId: Required. Identifies a unique backup. BackupMachineId: Required. Identifies the machine where your backup was originally made. (If you restore files to the same system, BackupMachineId and DestinationMachineId are the same. If you decide to restore to another system, different from where the files were originally backed up, DestinationMachineId is different from BackupMachineId.) DestinationMachineId: Required. 86

94 Identifies the machine to which you want the backups to restore. (If you restore files to the same system, BackupMachineId and DestinationMachineId are the same. If you decide to restore to another system, different from where the files were originally backed up, DestinationMachineId is different from BackupMachineId.) OverwriteFiles: Required. Indicates if files are overwritten. Valid values are true and false. BackupDataCenter: Optional. Specifies the datacenter where the original machine agent that was responsible for creating the backup, that is being used for the restore, is or was located (the source machine does not have to be online). BackupConfigurationId: Required. Autogenerated ID that uniquely identifies the backup configuration that is associated with this backup. DestinationPath: Required. Specifies the path where you want the backup to restore. RestoreStateId: Required. Specifies the restore state ID. Valid values are 0 for Creating, 1 for Queued, 2 for In- Progress, 3 for Completed, 4 for stopped, 5 for Failed, 6 for startrequested, 7 for Stoprequested, 8 for Completed WithErrors, and 9 for Preparing. Example Update a restore configuration: JSON request } "RestoreId": 14387, "BackupConfigurationId": , "RestoreStateId": 1, "BackupMachineId": , "DestinationMachineId": , "DestinationPath": "C:\\RestoredPath", "BackupDataCenter": "DFW", "BackupId": , "OverwriteFiles": true Response This operation does not return a response body. 87

95 Include or exclude a file in a restore configuration Method URI Description PUT /v1.0/tenant_id}/restore/files Creates a restore file associated with a restore. This table shows the possible response codes for this operation: Response Code Name 200 OK The request succeeded. Description 400 Bad Request There were one or more errors in the request. 401 Unauthorized The supplied token was not authorized to access the resources. Either it is expired or invalid. 403 Forbidden Access to the requested resource was denied. 404 Not Found The backend services did not find anything matching the request URI. 500 Instance Fault This is a generic server error. The message contains the reason for the 503 Service Unavailable This is a generic server error. The message contains the reason for the Request This table shows the URI parameters for the include or exclude a file in a restore configuration request: Name Type Description tenant_id} String The unique identifier of the tenant or account. This list shows the body parameters for the request: parameters: FilePath: Required. Specifies the file or directory to restore. FilePathEncoded: Optional. Specifies 64-bit encoding of FilePath. Filter: Required. Specifies if a filter is included or excluded. Valid values for Filter are 1 for Include and 2 for Exclude. ParentId: Required. Specifies the restore ID to which this file is associated. FileItemType: Required. 88

96 Specifies the type of file. Valid values are 0 for file, 1 for folder, and 2 for database. FileId: Optional. Specifies a file ID value. Example Include a file in a restore configuration: JSON request } "FilePath": "C:\\ImportantFile.txt", "Filter": "1", "ParentId": 14387, "FileItemType": "0" Response This operation does not return a response body. 89

97 List included or excluded files in a restore configuration Method URI Description GET /v1.0/tenant_id}/restore/files/ restoreid} Lists files that are included or excluded in a restore. This operation allows you list the files in a restore configuration. You can choose to view the included or the excluded files. You can also limit your list to files, folders, or databases. This table shows the possible response codes for this operation: Response Code Name 200 OK The request succeeded. Description 400 Bad Request There were one or more errors in the request. 401 Unauthorized The supplied token was not authorized to access the resources. Either it is expired or invalid. 403 Forbidden Access to the requested resource was denied. 404 Not Found The backend services did not find anything matching the request URI. 500 Instance Fault This is a generic server error. The message contains the reason for the 503 Service Unavailable This is a generic server error. The message contains the reason for the Request This table shows the URI parameters for the list included or excluded files in a restore configuration request: Name Type Description tenant_id} String The unique identifier of the tenant or account. restoreid} Integer The unique identifier for a restore. This list shows the body parameters for the request: parameters: FilePath: Required. Specifies the file or directory to restore. Filter: Required. Specifies if a filter is included or excluded. Valid values for Filter are 1 for Include and 2 for Exclude. RestoreId: Required. Creates a restore configuration and in response you get RestoreID. 90

98 FileItemType: Required. Specifies the type of file. Valid values are 0 for file, 1 for folder, and 2 for database. Example List included or excluded files in a restore configuration: JSON request GET User-Agent: controlpanel.drivesrvr.com Host: dfw.backup.api.rackspacecloud.com Content-Type: application/json; Content-Length: 0 X-Auth-Token: 95b f74d279d03001c6a14f3fe [ ] } "FilePath":"/boot", "Filter":2, "RestoreId":1394, "FileItemType": Response This operation does not return a response body. 91

99 Delete a restore configuration Method URI Description DELETE /v1.0/tenant_id}/restore/files/ restoreid} Deletes a restore configuration file. This table shows the possible response codes for this operation: Response Code Name 204 No Content The request succeeded. Description 400 Bad Request There were one or more errors in the request. 401 Unauthorized The supplied token was not authorized to access the resources. Either it is expired or invalid. 403 Forbidden Access to the requested resource was denied. 404 Not Found The backend services did not find anything matching the request URI. 500 Instance Fault This is a generic server error. The message contains the reason for the 503 Service Unavailable This is a generic server error. The message contains the reason for the Request This table shows the URI parameters for the delete a restore configuration request: Name Type Description tenant_id} String The unique identifier of the tenant or account. restoreid} Integer The unique identifier for a restore. Example Delete a restore configuration: JSON request DELETE User-Agent: controlpanel.drivesrvr.com Host: dfw.backup.api.rackspacecloud.com Content-Type: application/json; Content-Length: 0 X-Auth-Token: 95b f74d279d03001c6a14f3fe This operation does not accept a request body Response This operation does not return a response body. 92

100 3.6. Restore operations You should periodically test your restores to make sure that they are working as you expect. The worst possible scenario is to need your data restored now, and then to discover that your data is not available because your backups have not been configured as you expected. Another point to consider is the restore destination. Restoring to the original location and overwriting saves the most storage space, but comes with the risk that you might accidentally overwrite important, existing files. Proceed with caution when restoring. This section describes the restore operations that are supported by the Cloud Backup API. Method URI Description GET POST GET GET /v1.0/tenant_id}/backup/availableforrestore /v1.0/tenant_id}/restore/action-requested /v1.0/tenant_id}/restore/restoreid} /v1.0/tenant_id}/restore/report/restoreid} Lists the backups that are eligible for restore (a backup that has completed at least once and has not been deleted and is not expired). Manually starts or stops a restore. Lists details about the specified restore. Gets a report for the specified, completed restore. 93

101 List backups available for a restore Method URI Description GET /v1.0/tenant_id}/backup/availableforrestore This table shows the possible response codes for this operation: Response Code Name 200 OK The request succeeded. Lists the backups that are eligible for restore (a backup that has completed at least once and has not been deleted and is not expired). Description 400 Bad Request There were one or more errors in the request. 401 Unauthorized The supplied token was not authorized to access the resources. Either it is expired or invalid. 403 Forbidden Access to the requested resource was denied. 404 Not Found The backend services did not find anything matching the request URI. 500 Instance Fault This is a generic server error. The message contains the reason for the 503 Service Unavailable This is a generic server error. The message contains the reason for the Request This table shows the URI parameters for the list backups available for a restore request: Name Type Description tenant_id} String The unique identifier of the tenant or account. Example List backups available for a restore: JSON request GET availableforrestore User-Agent: controlpanel.drivesrvr.com Host: dfw.backup.api.rackspacecloud.com Content-Type: application/json; Content-Length: 0 X-Auth-Token: 95b f74d279d03001c6a14f3fe This operation does not accept a request body Response Example List backups available for a restore: JSON response [ "BackupConfigurationId":172418, "BackupConfigurationName":"BackupConfig1", "MachineName":"MBP0", "MachineAgentId":252036, "IsEncrypted":false, "PublicKeyHex":10001, 94

102 "PublicKeyMod":"a bb7a58dffe5ff54e65f0498f9175f5a b e99af3b5dd94057b0fc07535f5f fa35169d461d0d30cf0 192e307727c065168c788771c561a9400fb49175e9e6aa4e23fe11af69e9412dd2 3b0cb6684c4c2429bce139e848ab26d f4acd36074eafd036a5eb8335 9d2a698d3", "Flavor":"RaxCloudServer", "LastSuccessfulBackupTime":"\/Date( )\/" }, "BackupConfigurationId":172417, "BackupConfigurationName":"BackupCOnfig2", "MachineName":"MBP2", "MachineAgentId":252034, "IsEncrypted":false, "PublicKeyHex":10001, "PublicKeyMod":"a bb7a58dffe5ff54e65f0498f9175f5a b e99af3b5dd94057b0fc07535f5f fa35169d461d0d30cf019 2e307727c065168c788771c561a9400fb49175e9e6aa4e23fe11af69e9412dd23b0 cb6684c4c2429bce139e848ab26d f4acd36074eafd036a5eb83359d2a 698d3", "Flavor":"RaxCloudServer", "LastSuccessfulBackupTime":"\/Date( )\/" } ] 95

103 Start or stop a restore manually Method URI Description POST /v1.0/tenant_id}/restore/action-requested Manually starts or stops a restore. This table shows the possible response codes for this operation: Response Code Name 204 No Content The request succeeded. Description 400 Bad Request There were one or more errors in the request. 401 Unauthorized The supplied token was not authorized to access the resources. Either it is expired or invalid. 403 Forbidden Access to the requested resource was denied. 404 Not Found The backend services did not find anything matching the request URI. 500 Instance Fault This is a generic server error. The message contains the reason for the 503 Service Unavailable This is a generic server error. The message contains the reason for the Request This table shows the URI parameters for the start or stop a restore manually request: Name Type Description tenant_id} String The unique identifier of the tenant or account. This list shows the body parameters for the request: parameters: Action: Required. Specifies the action to perform. Valid values are "StartManual" and "StopManual". EncryptedPassword: Required. Used only when you specify Action:"StartManual" to specify null or the encrypted key. Id: Required. Specifies the restore ID. Example Start encrypted restore: JSON request } "Action": "StartManual", "EncryptedPassword" : 'myencryptedpassword', "Id":

104 Example Start unencrypted restore: JSON request } "Action": "StartManual", "Id": Example Stop restore manually: JSON request } "Action": "StopManual", "Id": Response This operation does not return a response body. 97

105 List details about a restore Method URI Description GET /v1.0/tenant_id}/restore/restoreid} Note Lists details about the specified restore. For details about the operation that you can use to list included or excluded files in a restore configuration, see "List included or excluded files in a restore configuration". This table shows the possible response codes for this operation: Response Code Name 200 OK The request succeeded. Description 400 Bad Request There were one or more errors in the request. 401 Unauthorized The supplied token was not authorized to access the resources. Either it is expired or invalid. 403 Forbidden Access to the requested resource was denied. 404 Not Found The backend services did not find anything matching the request URI. 500 Instance Fault This is a generic server error. The message contains the reason for the 503 Service Unavailable This is a generic server error. The message contains the reason for the Request This table shows the URI parameters for the list details about a restore request: Name Type Description tenant_id} String The unique identifier of the tenant or account. restoreid} Integer The unique identifier for a restore. Example List details about a restore: JSON request GET User-Agent: controlpanel.drivesrvr.com Host: dfw.backup.api.rackspacecloud.com Content-Type: application/json; Content-Length: 0 X-Auth-Token: 95b f74d279d03001c6a14f3fe This operation does not accept a request body Response This list shows the body parameters for the response: parameters: RestoreId: 98

106 Creates a restore configuration and in response you get RestoreID. BackupId: Identifies a unique backup. BackupMachineId: Identifies the machine where your backup was originally made. (If you restore files to the same system, BackupMachineId and DestinationMachineId are the same. If you decide to restore to another system, different from where the files were originally backed up, DestinationMachineId is different from BackupMachineId.) DestinationMachineId: Identifies the machine to which you want the backups to restore. (If you restore files to the same system, BackupMachineId and DestinationMachineId are the same. If you decide to restore to another system, different from where the files were originally backed up, DestinationMachineId is different from BackupMachineId.) OverwriteFiles: Indicates if files are overwritten. Valid values are true and false. BackupDataCenter: Specifies the datacenter where the original machine agent that was responsible for creating the backup, that is being used for the restore, is or was located (the source machine does not have to be online). BackupConfigurationId: Autogenerated ID that uniquely identifies the backup configuration that is associated with this backup. BackupConfigurationName: Specifies the name of the backup configuration. BackupRestorePoint: Identifies the date of the backup. MachineAgentId: ID that uniquely identifies a Cloud Backup agent. BackupMachineName: Indicates the machine name of the backup. BackupFlavor: RaxCloudServer for Rackspace Cloud 99 Servers.

107 DestinationMachineName: Indicates the machine to which you want to restore the backup. DestinationPath: Specifies the path where you want the backup to restore. IsEncrypted: Indicates if backups are encrypted. Valid values are true or false. EncryptedPassword: Specifies null or the encrypted key. PublicKey: Specifies the public key of the public/private encryption key pair. RestoreStateId: Specifies the restore state ID. Valid values are 0 for Creating, 1 for Queued, 2 for In- Progress, 3 for Completed, 4 for stopped, 5 for Failed, 6 for startrequested, 7 for Stoprequested, 8 for Completed WithErrors, and 9 for Preparing. Inclusions: Indicates the list of files and folders to restore. Indicates the list of files and folders to not restore. Example List details about a restore: JSON response "RestoreId":1394, "BackupId":133886, "DestinationMachineId":864, "OverwriteFiles":true, "BackupConfigurationId":6270, "BackupConfigurationName":"Restore_Backup", "BackupRestorePoint":"\/Date( )\/", "BackupMachineId":866, "BackupMachineName":"sujala-test-centos", "BackupFlavor":"RaxCloudServer", "DestinationMachineName":"BILLS-TEST-WIN", "DestinationPath":"C:\\Test\\", "BackupDataCenter": "DFW", "IsEncrypted":false, "EncryptedPassword":null, "PublicKey":"ModulusHex":"CA759606B13DC5350A3FAE3F851C7 6F260DCCD1EFF2DB7510AE74E00B4B2B B2EC09B2C7 1DFACFF4901E4ADAA3C9F2E6BDE9392E80FEED6F1F81BFD1D3AD9F F46632C30A94275C85859C1EFCD21BF911F BC719 B1397FD3B95BE E3345E F377610CBB6EB67C 62B719770B25C9AB17521C2AB51B75871ED5F04F965C ABCD 100

108 05EE5E4A B8BA1100A04C62210B2900CDEAA40F6EBF267 B73634E471DB1420FF67CE41940D8ED8F4B6C199CF5D023B410C386 C D34102D245AF068E891BB80F1799DDC4C9C85C6FF73DA1 E45AEC98792BCC1C2DE3AAD3F92F50F1661A4FFDC1", "ExponentHex":10001}, "RestoreStateId":3 } 101

109 Get restore report Method URI Description GET /v1.0/tenant_id}/restore/report/restoreid} This table shows the possible response codes for this operation: Response Code Name 200 OK The request succeeded. Gets a report for the specified, completed restore. Description 400 Bad Request There were one or more errors in the request. 401 Unauthorized The supplied token was not authorized to access the resources. Either it is expired or invalid. 403 Forbidden Access to the requested resource was denied. 404 Not Found The backend services did not find anything matching the request URI. 500 Instance Fault This is a generic server error. The message contains the reason for the 503 Service Unavailable This is a generic server error. The message contains the reason for the Request This table shows the URI parameters for the get restore report request: Name Type Description tenant_id} String The unique identifier of the tenant or account. restoreid} Integer The unique identifier for a restore. Example Get restore report: JSON request GET User-Agent: controlpanel.drivesrvr.com Host: dfw.backup.api.rackspacecloud.com Content-Type: application/json; Content-Length: 0 X-Auth-Token: 95b f74d279d03001c6a14f3fe This operation does not accept a request body Response This list shows the body parameters for the response: parameters: BackupConfigurationId: Autogenerated ID that uniquely identifies the backup configuration just created. BackupConfigurationName: Specifies the name of the backup configuration. 102

110 BackupReportId: Indicates the ID of the backup report. RestorePoint: Indicates the time of the restore. StartTime: Indicates the starting time of the restore. CompletedTime: Indicates the completed time of the restore. Duration: Indicates the total time to restore. OriginatingComputerName: Specifies the backup machine name. State: Indicates the state of the restore. Valid values include Creating, Queued, InProgress, Completed, Stopped, Failed, startrequested, Stoprequested, CompletedWithErrors, and Preparing. NumFilesRestored: Indicates the number of files restored. NumBytesRestored: Indicates the number of bytes (size of total files) restored. RestoreDestination: Specifies the system to which the files are restored. RestoreDestinationMachineId: Specifies the machine ID to which the files are restored. NumErrors: Indicates the number of errors encountered. Reason: Explanation of errors. 103

111 Diagnostics: Further explanation of errors. ErrorList: List of errors. Example Get restore report: JSON response } "BackupConfigurationId":6270, "BackupConfigurationName":"Restore_Backup", "BackupReportId":133886, "RestorePoint":"\/Date( )\/", "StartTime":"\/Date( )\/", "CompletedTime":"\/Date( )\/", "Duration":"00:00:14", "OriginatingComputerName":"sujala-test-centos", "State":"CompletedWithErrors", "NumFilesRestored":"35", "NumBytesRestored":"18 MB", "RestoreDestination":"BILLS-TEST-WIN", "RestoreDestinationMachineId":864, "NumErrors":"1", "Reason":"UnableToProcessSomeFiles", "Diagnostics":"Some files may not have been restored", "ErrorList":[ ] 104

112 3.7. Activity operations This section describes the activity operations that are supported by the Cloud Backup API. Method URI Description GET /v1.0/tenant_id}/system/activity/agentid} Lists all in-progress and completed activity for an agent. Activity types are Backup, Cleanup, and Restore. GET /v1.0/tenant_id}/activity Lists all activity completed or in-progress for the user. 105

113 List activity for an agent Method URI Description GET /v1.0/tenant_id}/system/activity/agentid} This table shows the possible response codes for this operation: Response Code Name 200 OK The request succeeded. Lists all in-progress and completed activity for an agent. Activity types are Backup, Cleanup, and Restore. Description 400 Bad Request There were one or more errors in the request. 401 Unauthorized The supplied token was not authorized to access the resources. Either it is expired or invalid. 403 Forbidden Access to the requested resource was denied. 404 Not Found The backend services did not find anything matching the request URI. 500 Instance Fault This is a generic server error. The message contains the reason for the 503 Service Unavailable This is a generic server error. The message contains the reason for the Request This table shows the URI parameters for the list activity for an agent request: Name Type Description tenant_id} String The unique identifier of the tenant or account. agentid} Integer The unique identifier for an agent. Example List activity for an agent: JSON request GET User-Agent: controlpanel.drivesrvr.com Host: dfw.backup.api.rackspacecloud.com Content-Type: application/json; Content-Length: 0 X-Auth-Token: 95b f74d279d03001c6a14f3fe This operation does not accept a request body Response This list shows the body parameters for the response: parameters: Id: Specifies the restore ID, backup ID, or cleanup ID. Type: Specifies type of activity. Valid values are Restore, Backup, or Cleanup. 106

114 ParentId: Indicates the backup configuration ID for a backup. DisplayName: Indicates the backup name or restore name. IsBackupConfigurationDeleted: Indicates if the backup configuration is deleted. Valid values are true or false. SourceMachineAgentId: Indicates the machine agent ID of the source system. SourceMachineName: Indicates the machine agent name of the source system. DestinationMachineAgentId: Specifies the machine agent ID of the destination system. DestinationMachineName: Indicates name of the destination system. CurrentState: Indicates the current state. Valid values are Creating, Queued, InProgress, Completed, Stopped, Failed, startrequested, Stoprequested, Completed WithErrors, and Preparing. TimeOfActivity: Indicates the time of the activity. BackupId: Specifies the backup ID associated with a restore. Example List activity for an agent: JSON response [ "ID": , "Type": "Backup", "ParentId": , "DisplayName": "Weekly Website Backup", "IsBackupConfigurationDeleted": false, "SourceMachineAgentId": , "SourceMachineName": "Web Server", "DestinationMachineAgentId": 0, "DestinationMachineName": "", "CurrentState": "Completed", 107

115 ] } "TimeOfActivity": "\/Date( )\/", "BackupId":

116 List activity for a user Method URI Description GET /v1.0/tenant_id}/activity Lists all activity completed or in-progress for the user. This table shows the possible response codes for this operation: Response Code Name 200 OK The request succeeded. Description 400 Bad Request There were one or more errors in the request. 401 Unauthorized The supplied token was not authorized to access the resources. Either it is expired or invalid. 403 Forbidden Access to the requested resource was denied. 404 Not Found The backend services did not find anything matching the request URI. 500 Instance Fault This is a generic server error. The message contains the reason for the 503 Service Unavailable This is a generic server error. The message contains the reason for the Request This table shows the URI parameters for the list activity for a user request: Name Type Description tenant_id} String The unique identifier of the tenant or account. Example List activity for a user: JSON request GET User-Agent: controlpanel.drivesrvr.com Host: dfw.backup.api.rackspacecloud.com Content-Type: application/json; Content-Length: 0 X-Auth-Token: 95b f74d279d03001c6a14f3fe This operation does not accept a request body Response This list shows the body parameters for the response: parameters: Id: Specifies the restore ID, backup ID, or cleanup ID. Type: Specifies type of activity. Valid values are Restore, Backup, or Cleanup. ParentId: 109

117 Indicates the backup configuration ID for a backup. DisplayName: Indicates the backup name or restore name. IsBackupConfigurationDeleted: Indicates if the backup configuration is deleted. Valid values are true or false. SourceMachineAgentId: Indicates the machine agent ID of the source system. SourceMachineName: Indicates the machine agent name of the source system. DestinationMachineAgentId: Specifies the machine agent ID of the destination system. DestinationMachineName: Indicates name of the destination system. CurrentState: Indicates the current state. Valid values are Creating, Queued, InProgress, Completed, Stopped, Failed, startrequested, Stoprequested, Completed WithErrors, and Preparing. TimeOfActivity: Indicates the time of the activity. BackupId: Specifies the backup ID associated with a restore. Example List activity for a user: JSON response [ "ID": , "Type": "Backup", "ParentId": 6265, "DisplayName": "Backup1", "IsBackupConfigurationDeleted": false, "SourceMachineAgentId": 5, "SourceMachineName": "BALAJIMBP", "DestinationMachineAgentId": 0, "DestinationMachineName": "", "CurrentState": "Completed", "TimeOfActivity": "\/Date( )\/", "BackupId":

118 ] }, } "ID": , "Type": "Backup", "ParentId": 6265, "DisplayName": "Backup1", "IsBackupConfigurationDeleted": false, "SourceMachineAgentId": 5, "SourceMachineName": "BALAJIMBP", "DestinationMachineAgentId": 0, "DestinationMachineName": "", "CurrentState": "Completed", "TimeOfActivity": "\/Date( )\/", "BackupId":

119 Glossary Agent The application that is installed on the server that knows how to perform backups and restores. Backup A group of folders, files, or both stored on Cloud Backup for a particular server and configuration. Backup configuration The definition of what is going to be backed up and when. Restore The process of bringing your system back to a previously saved state. Restore configuration The definition of what is going to be restored and where. 112

docs.rackspace.com/api

docs.rackspace.com/api docs.rackspace.com/api Rackspace Cloud Backup Release (2015-09-09) 2015 Rackspace US, Inc. This document is intended for software developers who are interested in developing applications using the Rackspace

More information

docs.rackspace.com/api

docs.rackspace.com/api docs.rackspace.com/api Rackspace Cloud Backup Getting API v1.0 (2015-03-18) 2015 Rackspace US, Inc. This document is intended for software developers interested in developing applications using the Rackspace

More information

docs.rackspace.com/api

docs.rackspace.com/api docs.rackspace.com/api Rackspace Cloud Big Data Developer API v1.0 (2015-04-23) 2015 Rackspace US, Inc. This guide is intended for software developers interested in developing applications using the Rackspace

More information

docs.rackspace.com/api

docs.rackspace.com/api docs.rackspace.com/api Rackspace Cloud Big Data Release (2015-06-30) 2015 Rackspace US, Inc. This document is intended for software developers who are interested in developing applications using the Rackspace

More information

Acronis Backup & Recovery 11.5 Quick Start Guide

Acronis Backup & Recovery 11.5 Quick Start Guide Acronis Backup & Recovery 11.5 Quick Start Guide Applies to the following editions: Advanced Server for Windows Virtual Edition Advanced Server SBS Edition Advanced Workstation Server for Linux Server

More information

RackConnect User Guide

RackConnect User Guide RackConnect User Guide Updated: November 8, 2011 RackConnect User Guide Page 2 of 15 DISCLAIMER This RackConnect User Guide (the Guide ) is for informational purposes only and is provided AS IS. The information

More information

How To Create A Port On A Neutron.Org Server On A Microsoft Powerbook 2.5.2 (Networking) On A Macbook 2 (Netware) On An Ipad Or Ipad 2.2.2 On A

How To Create A Port On A Neutron.Org Server On A Microsoft Powerbook 2.5.2 (Networking) On A Macbook 2 (Netware) On An Ipad Or Ipad 2.2.2 On A docs.rackspace.com/api Cloud Networks Getting Started (2015-06-15) 2015 Rackspace US, Inc. This document is for software developers who develop applications by using Rackspace Cloud Networks, which is

More information

CA Nimsoft Service Desk

CA Nimsoft Service Desk CA Nimsoft Service Desk Configure Outbound Web Services 7.13.7 Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject

More information

Interworks. Interworks Cloud Platform Installation Guide

Interworks. Interworks Cloud Platform Installation Guide Interworks Interworks Cloud Platform Installation Guide Published: March, 2014 This document contains information proprietary to Interworks and its receipt or possession does not convey any rights to reproduce,

More information

efolder BDR for Veeam Cloud Connection Guide

efolder BDR for Veeam Cloud Connection Guide efolder BDR for Veeam Cloud Connection Guide Setup Connect Preload Data uh6 efolder BDR Guide for Veeam Page 1 of 36 INTRODUCTION Thank you for choosing the efolder Cloud for Veeam. Using the efolder Cloud

More information

Installation and Setup: Setup Wizard Account Information

Installation and Setup: Setup Wizard Account Information Installation and Setup: Setup Wizard Account Information Once the My Secure Backup software has been installed on the end-user machine, the first step in the installation wizard is to configure their account

More information

docs.rackspace.com/api

docs.rackspace.com/api docs.rackspace.com/api Rackspace Cloud Big Data Getting Started API v2.0 (2015-06-30) 2015 Rackspace US, Inc. This guide is intended for software developers interested in developing applications using

More information

NovaBACKUP. Storage Server. NovaStor / May 2011

NovaBACKUP. Storage Server. NovaStor / May 2011 NovaBACKUP Storage Server NovaStor / May 2011 2011 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject to change without notice.

More information

Dell NetVault Backup Plug-in for Advanced Encryption 2.2. User s Guide

Dell NetVault Backup Plug-in for Advanced Encryption 2.2. User s Guide Dell Backup Plug-in for Advanced Encryption 2.2 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished

More information

G-Lock EasyMail7. Admin Guide. Client-Server Email Marketing Solution for Windows. Copyright G-Lock Software. All Rights Reserved.

G-Lock EasyMail7. Admin Guide. Client-Server Email Marketing Solution for Windows. Copyright G-Lock Software. All Rights Reserved. G-Lock EasyMail7 Client-Server Email Marketing Solution for Windows Admin Guide Copyright G-Lock Software. All Rights Reserved. 1 Table of Contents This document is your admin guide for G-Lock EasyMail7

More information

IBM Aspera Add-in for Microsoft Outlook 1.3.2

IBM Aspera Add-in for Microsoft Outlook 1.3.2 IBM Aspera Add-in for Microsoft Outlook 1.3.2 Windows: 7, 8 Revision: 1.3.2.100253 Generated: 02/12/2015 10:58 Contents 2 Contents Introduction... 3 System Requirements... 5 Setting Up... 6 Account Credentials...6

More information

CTERA Agent for Mac OS-X

CTERA Agent for Mac OS-X User Guide CTERA Agent for Mac OS-X June 2014 Version 4.1 Copyright 2009-2014 CTERA Networks Ltd. All rights reserved. No part of this document may be reproduced in any form or by any means without written

More information

RSA Authentication Manager 7.1 Basic Exercises

RSA Authentication Manager 7.1 Basic Exercises RSA Authentication Manager 7.1 Basic Exercises Contact Information Go to the RSA corporate web site for regional Customer Support telephone and fax numbers: www.rsa.com Trademarks RSA and the RSA logo

More information

CaseWare Time. CaseWare Cloud Integration Guide. For Time 2015 and CaseWare Cloud

CaseWare Time. CaseWare Cloud Integration Guide. For Time 2015 and CaseWare Cloud CaseWare Time CaseWare Cloud Integration Guide For Time 2015 and CaseWare Cloud Copyright and Trademark Notice Copyright. 2015 CaseWare International Inc. ( CWI ). All Rights Reserved. Use, duplication,

More information

How To Use Kiteworks On A Microsoft Webmail Account On A Pc Or Macbook Or Ipad (For A Webmail Password) On A Webcomposer (For An Ipad) On An Ipa Or Ipa (For

How To Use Kiteworks On A Microsoft Webmail Account On A Pc Or Macbook Or Ipad (For A Webmail Password) On A Webcomposer (For An Ipad) On An Ipa Or Ipa (For GETTING STARTED WITH KITEWORKS DEVELOPER GUIDE Version 1.0 Version 1.0 Copyright 2014 Accellion, Inc. All rights reserved. These products, documents, and materials are protected by copyright law and distributed

More information

Veeam Backup Enterprise Manager. Version 7.0

Veeam Backup Enterprise Manager. Version 7.0 Veeam Backup Enterprise Manager Version 7.0 User Guide August, 2013 2013 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may

More information

ReadyNAS Replicate. Software Reference Manual. 350 East Plumeria Drive San Jose, CA 95134 USA. November 2010 202-10727-01 v1.0

ReadyNAS Replicate. Software Reference Manual. 350 East Plumeria Drive San Jose, CA 95134 USA. November 2010 202-10727-01 v1.0 ReadyNAS Replicate Software Reference Manual 350 East Plumeria Drive San Jose, CA 95134 USA November 2010 202-10727-01 v1.0 2010 NETGEAR, Inc. All rights reserved. No part of this publication may be reproduced,

More information

EMC Data Protection Search

EMC Data Protection Search EMC Data Protection Search Version 1.0 Security Configuration Guide 302-001-611 REV 01 Copyright 2014-2015 EMC Corporation. All rights reserved. Published in USA. Published April 20, 2015 EMC believes

More information

Acronis SharePoint Explorer. User Guide

Acronis SharePoint Explorer. User Guide Acronis SharePoint Explorer User Guide Table of contents 1 Introducing Acronis SharePoint Explorer... 3 1.1 Supported Microsoft SharePoint versions... 3 1.2 Supported backup locations... 3 1.3 Licensing...

More information

vcloud Air Platform Programmer's Guide

vcloud Air Platform Programmer's Guide vcloud Air Platform Programmer's Guide vcloud Air OnDemand 5.7 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012

www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012 www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,

More information

Omniquad Exchange Archiving

Omniquad Exchange Archiving Omniquad Exchange Archiving Deployment and Administrator Guide Manual version 3.1.2 Revision Date: 20 May 2013 Copyright 2012 Omniquad Ltd. All rights reserved. Omniquad Ltd Crown House 72 Hammersmith

More information

Dell Statistica 13.0. Statistica Enterprise Installation Instructions

Dell Statistica 13.0. Statistica Enterprise Installation Instructions Dell Statistica 13.0 2015 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or

More information

DameWare Server. Administrator Guide

DameWare Server. Administrator Guide DameWare Server Administrator Guide About DameWare Contact Information Team Contact Information Sales 1.866.270.1449 General Support Technical Support Customer Service User Forums http://www.dameware.com/customers.aspx

More information

Veeam Cloud Connect. Version 8.0. Administrator Guide

Veeam Cloud Connect. Version 8.0. Administrator Guide Veeam Cloud Connect Version 8.0 Administrator Guide April, 2015 2015 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may be

More information

Acronis Backup & Recovery 11.5

Acronis Backup & Recovery 11.5 Acronis Backup & Recovery 11.5 Installation Guide Applies to the following editions: Advanced Server Virtual Edition Advanced Server SBS Edition Advanced Workstation Server for Linux Server for Windows

More information

Dell One Identity Cloud Access Manager 7.0.2. Installation Guide

Dell One Identity Cloud Access Manager 7.0.2. Installation Guide Dell One Identity Cloud Access Manager 7.0.2 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under

More information

CA Performance Center

CA Performance Center CA Performance Center Single Sign-On User Guide 2.4 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is

More information

Copyright 2013 Trend Micro Incorporated. All rights reserved.

Copyright 2013 Trend Micro Incorporated. All rights reserved. Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

QAD Enterprise Applications. Training Guide Demand Management 6.1 Technical Training

QAD Enterprise Applications. Training Guide Demand Management 6.1 Technical Training QAD Enterprise Applications Training Guide Demand Management 6.1 Technical Training 70-3248-6.1 QAD Enterprise Applications February 2012 This document contains proprietary information that is protected

More information

SafeNet Authentication Manager Express. Upgrade Instructions All versions

SafeNet Authentication Manager Express. Upgrade Instructions All versions SafeNet Authentication Manager Express Upgrade Instructions All versions www.safenet-inc.com 4690 Millennium Drive, Belcamp, Maryland 21017 USA Telephone: +1 410 931 7500 or 1 800 533 3958 www.safenet-inc.com

More information

BDR for ShadowProtect Solution Guide and Best Practices

BDR for ShadowProtect Solution Guide and Best Practices BDR for ShadowProtect Solution Guide and Best Practices Updated September 2015 - i - Table of Contents Process Overview... 3 1. Assess backup requirements... 4 2. Provision accounts... 4 3. Install ShadowProtect...

More information

Policy Based Encryption E. Administrator Guide

Policy Based Encryption E. Administrator Guide Policy Based Encryption E Administrator Guide Policy Based Encryption E Administrator Guide Documentation version: 1.2 Legal Notice Legal Notice Copyright 2012 Symantec Corporation. All rights reserved.

More information

Policy Based Encryption E. Administrator Guide

Policy Based Encryption E. Administrator Guide Policy Based Encryption E Administrator Guide Policy Based Encryption E Administrator Guide Documentation version: 1.2 Legal Notice Legal Notice Copyright 2012 Symantec Corporation. All rights reserved.

More information

Copyright 2012 Trend Micro Incorporated. All rights reserved.

Copyright 2012 Trend Micro Incorporated. All rights reserved. Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

VMware/Hyper-V Backup Plug-in User Guide

VMware/Hyper-V Backup Plug-in User Guide VMware/Hyper-V Backup Plug-in User Guide COPYRIGHT No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying,

More information

Symantec Endpoint Protection Shared Insight Cache User Guide

Symantec Endpoint Protection Shared Insight Cache User Guide Symantec Endpoint Protection Shared Insight Cache User Guide Symantec Endpoint Protection Shared Insight Cache User Guide The software described in this book is furnished under a license agreement and

More information

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner

More information

Lenovo Online Data Backup User Guide Version 1.8.14

Lenovo Online Data Backup User Guide Version 1.8.14 Lenovo Online Data Backup User Guide Version 1.8.14 Contents Chapter 1: Installing Lenovo Online Data Backup...5 Downloading the Lenovo Online Data Backup Client...5 Installing the Lenovo Online Data

More information

2.6.1 Creating an Acronis account... 11 2.6.2 Subscription to Acronis Cloud... 11. 3 Creating bootable rescue media... 12

2.6.1 Creating an Acronis account... 11 2.6.2 Subscription to Acronis Cloud... 11. 3 Creating bootable rescue media... 12 USER'S GUIDE Table of contents 1 Introduction...3 1.1 What is Acronis True Image 2015?... 3 1.2 New in this version... 3 1.3 System requirements... 4 1.4 Install, update or remove Acronis True Image 2015...

More information

CTERA Agent for Linux

CTERA Agent for Linux User Guide CTERA Agent for Linux September 2013 Version 4.0 Copyright 2009-2013 CTERA Networks Ltd. All rights reserved. No part of this document may be reproduced in any form or by any means without written

More information

Polycom CMA System Upgrade Guide

Polycom CMA System Upgrade Guide Polycom CMA System Upgrade Guide 5.0 May 2010 3725-77606-001C Trademark Information Polycom, the Polycom Triangles logo, and the names and marks associated with Polycom s products are trademarks and/or

More information

Quick Start Guide. Apptix Online Backup by Mozy (AOBM) Live Support: 866-461-0851

Quick Start Guide. Apptix Online Backup by Mozy (AOBM) Live Support: 866-461-0851 Quick Start Guide (AOBM) Live Support: 866-461-0851 Quick Start Guide Page 2 of 16 Quick Start Guide Overview Other Guides & Training Resources Admin Guide... [76 Page PDF] Client Software User Guide [46

More information

Testing and Restoring the Nasuni Filer in a Disaster Recovery Scenario

Testing and Restoring the Nasuni Filer in a Disaster Recovery Scenario Testing and Restoring the Nasuni Filer in a Disaster Recovery Scenario Version 7.2 November 2015 Last modified: November 3, 2015 2015 Nasuni Corporation All Rights Reserved Document Information Testing

More information

NovaBACKUP Storage Server User Manual NovaStor / April 2013

NovaBACKUP Storage Server User Manual NovaStor / April 2013 NovaBACKUP Storage Server User Manual NovaStor / April 2013 2013 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject to change

More information

NETWRIX ACCOUNT LOCKOUT EXAMINER

NETWRIX ACCOUNT LOCKOUT EXAMINER NETWRIX ACCOUNT LOCKOUT EXAMINER ADMINISTRATOR S GUIDE Product Version: 4.1 July 2014. Legal Notice The information in this publication is furnished for information use only, and does not constitute a

More information

How to Secure a Groove Manager Web Site

How to Secure a Groove Manager Web Site How to Secure a Groove Manager Web Site Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted, the companies, organizations,

More information

Ekran System Help File

Ekran System Help File Ekran System Help File Table of Contents About... 9 What s New... 10 System Requirements... 11 Updating Ekran to version 4.1... 13 Program Structure... 14 Getting Started... 15 Deployment Process... 15

More information

Synchronization Agent Configuration Guide

Synchronization Agent Configuration Guide SafeNet Authentication Service Synchronization Agent Configuration Guide 1 Document Information Document Part Number 007-012476-001, Revision A Release Date July 2014 Trademarks All intellectual property

More information

CTERA Agent for Mac OS-X

CTERA Agent for Mac OS-X User Guide CTERA Agent for Mac OS-X September 2013 Version 4.0 Copyright 2009-2013 CTERA Networks Ltd. All rights reserved. No part of this document may be reproduced in any form or by any means without

More information

SOA Software: Troubleshooting Guide for Agents

SOA Software: Troubleshooting Guide for Agents SOA Software: Troubleshooting Guide for Agents SOA Software Troubleshooting Guide for Agents 1.1 October, 2013 Copyright Copyright 2013 SOA Software, Inc. All rights reserved. Trademarks SOA Software,

More information

WatchDox SharePoint Beta Guide. Application Version 1.0.0

WatchDox SharePoint Beta Guide. Application Version 1.0.0 Application Version 1.0.0 Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals

More information

How To Run Powermedia Xms On A Runspace Cloud Server On A Powermedia Media Server On An Ipad Or Ipad (For Free) On A Raspberry Powermedia (For A Powerpress) On An Ubuntu 2.5 (

How To Run Powermedia Xms On A Runspace Cloud Server On A Powermedia Media Server On An Ipad Or Ipad (For Free) On A Raspberry Powermedia (For A Powerpress) On An Ubuntu 2.5 ( Dialogic PowerMedia XMS and the Rackspace Managed Cloud Running the PowerMedia XMS Verification Demo in Rackspace Introduction This tech note provides instructions on getting a Dialogic PowerMedia XMS

More information

Dell InTrust 11.0. Preparing for Auditing Microsoft SQL Server

Dell InTrust 11.0. Preparing for Auditing Microsoft SQL Server 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or nondisclosure agreement.

More information

Vodafone PC Backup User Guide Version 1.16

Vodafone PC Backup User Guide Version 1.16 Vodafone PC Backup User Guide Version 1.16 Contents Preface: Preface...v Chapter 1: Overview...7 Chapter 2: Installing Vodafone PC Backup...9 Downloading the Vodafone PC Backup Client...9 Installing the

More information

ArCycle vmbackup. for VMware/Hyper-V. User Guide

ArCycle vmbackup. for VMware/Hyper-V. User Guide ArCycle vmbackup for VMware/Hyper-V User Guide 2 Copyright Copyright ArCycle Software, Ltd., 2011-2014. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system,

More information

Acronis Backup & Recovery 11

Acronis Backup & Recovery 11 Acronis Backup & Recovery 11 Update 0 Installation Guide Applies to the following editions: Advanced Server Virtual Edition Advanced Server SBS Edition Advanced Workstation Server for Linux Server for

More information

FOR WINDOWS FILE SERVERS

FOR WINDOWS FILE SERVERS Quest ChangeAuditor FOR WINDOWS FILE SERVERS 5.1 User Guide Copyright Quest Software, Inc. 2010. All rights reserved. This guide contains proprietary information protected by copyright. The software described

More information

vsphere Replication for Disaster Recovery to Cloud

vsphere Replication for Disaster Recovery to Cloud vsphere Replication for Disaster Recovery to Cloud vsphere Replication 5.8 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Manual POLICY PATROL SECURE FILE TRANSFER

Manual POLICY PATROL SECURE FILE TRANSFER Manual POLICY PATROL SECURE FILE TRANSFER MANUAL Policy Patrol Secure File Transfer This manual, and the software described in this manual, are copyrighted. No part of this manual or the described software

More information

Migrating to vcloud Automation Center 6.1

Migrating to vcloud Automation Center 6.1 Migrating to vcloud Automation Center 6.1 vcloud Automation Center 6.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

Cloud Elements! Marketing Hub Provisioning and Usage Guide!

Cloud Elements! Marketing Hub Provisioning and Usage Guide! Cloud Elements Marketing Hub Provisioning and Usage Guide API Version 2.0 Page 1 Introduction The Cloud Elements Marketing Hub is the first API that unifies marketing automation across the industry s leading

More information

Gladinet Cloud Backup V3.0 User Guide

Gladinet Cloud Backup V3.0 User Guide Gladinet Cloud Backup V3.0 User Guide Foreword The Gladinet User Guide gives step-by-step instructions for end users. Revision History Gladinet User Guide Date Description Version 8/20/2010 Draft Gladinet

More information

HP ProtectTools Embedded Security Guide

HP ProtectTools Embedded Security Guide HP ProtectTools Embedded Security Guide Document Part Number: 364876-001 May 2004 This guide provides instructions for using the software that allows you to configure settings for the HP ProtectTools Embedded

More information

ios Team Administration Guide (Legacy)

ios Team Administration Guide (Legacy) ios Team Administration Guide (Legacy) Contents About ios Development Team Administration 5 At a Glance 6 Team Admins Manage Team Membership and Assign Roles in the Member Center 6 Development Devices

More information

RSA Authentication Manager 7.1 to 8.1 Migration Guide: Upgrading RSA SecurID Appliance 3.0 On Existing Hardware

RSA Authentication Manager 7.1 to 8.1 Migration Guide: Upgrading RSA SecurID Appliance 3.0 On Existing Hardware RSA Authentication Manager 7.1 to 8.1 Migration Guide: Upgrading RSA SecurID Appliance 3.0 On Existing Hardware Contact Information Go to the RSA corporate website for regional Customer Support telephone

More information

Administration Quick Start

Administration Quick Start www.novell.com/documentation Administration Quick Start ZENworks 11 Support Pack 3 February 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of

More information

1 of 10 1/31/2014 4:08 PM

1 of 10 1/31/2014 4:08 PM 1 of 10 1/31/2014 4:08 PM copyright 2014 How to backup Microsoft SQL Server with Nordic Backup Pro Before creating a SQL backup set within Nordic Backup Pro it is first necessary to verify that the settings

More information

EMC ViPR Controller. ViPR Controller REST API Virtual Data Center Configuration Guide. Version 2.3.0.0 302-002-070 01

EMC ViPR Controller. ViPR Controller REST API Virtual Data Center Configuration Guide. Version 2.3.0.0 302-002-070 01 EMC ViPR Controller Version 2.3.0.0 ViPR Controller REST API Virtual Data Center Configuration Guide 302-002-070 01 Copyright 2013-2015 EMC Corporation. All rights reserved. Published in USA. Published

More information

CA Spectrum and CA Service Desk

CA Spectrum and CA Service Desk CA Spectrum and CA Service Desk Integration Guide CA Spectrum 9.4 / CA Service Desk r12 and later This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter

More information

TelePresence Migrating TelePresence Management Suite (TMS) to a New Server

TelePresence Migrating TelePresence Management Suite (TMS) to a New Server TelePresence Migrating TelePresence Management Suite (TMS) to a New Server THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS MANUAL ARE SUBJECT TO CHANGE WITHOUT NOTICE. ALL STATEMENTS,

More information

Acronis Backup & Recovery 11 Virtual Edition

Acronis Backup & Recovery 11 Virtual Edition Acronis Backup & Recovery 11 Virtual Edition Backing Up Virtual Machines Copyright Acronis, Inc., 2000-2011. All rights reserved. Acronis and Acronis Secure Zone are registered trademarks of Acronis, Inc.

More information

Windows Azure Pack Installation and Initial Configuration

Windows Azure Pack Installation and Initial Configuration Windows Azure Pack Installation and Initial Configuration Windows Server 2012 R2 Hands-on lab In this lab, you will learn how to install and configure the components of the Windows Azure Pack. To complete

More information

http://docs.trendmicro.com/en-us/smb/hosted-email-security.aspx

http://docs.trendmicro.com/en-us/smb/hosted-email-security.aspx Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, review the readme files, release

More information

Desktop Surveillance Help

Desktop Surveillance Help Desktop Surveillance Help Table of Contents About... 9 What s New... 10 System Requirements... 11 Updating from Desktop Surveillance 2.6 to Desktop Surveillance 3.2... 13 Program Structure... 14 Getting

More information

Quick Install Guide. Lumension Endpoint Management and Security Suite 7.1

Quick Install Guide. Lumension Endpoint Management and Security Suite 7.1 Quick Install Guide Lumension Endpoint Management and Security Suite 7.1 Lumension Endpoint Management and Security Suite - 2 - Notices Version Information Lumension Endpoint Management and Security Suite

More information

Request Manager Installation and Configuration Guide

Request Manager Installation and Configuration Guide Request Manager Installation and Configuration Guide vcloud Request Manager 1.0.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Acronis Backup & Recovery 11.5. Backing Up Microsoft Exchange Server Data

Acronis Backup & Recovery 11.5. Backing Up Microsoft Exchange Server Data Acronis Backup & Recovery 11.5 Backing Up Microsoft Exchange Server Data Copyright Statement Copyright Acronis International GmbH, 2002-2012. All rights reserved. Acronis and Acronis Secure Zone are registered

More information

Fairsail REST API: Guide for Developers

Fairsail REST API: Guide for Developers Fairsail REST API: Guide for Developers Version 1.02 FS-API-REST-PG-201509--R001.02 Fairsail 2015. All rights reserved. This document contains information proprietary to Fairsail and may not be reproduced,

More information

IBM Endpoint Manager Version 9.2. Patch Management for SUSE Linux Enterprise User's Guide

IBM Endpoint Manager Version 9.2. Patch Management for SUSE Linux Enterprise User's Guide IBM Endpoint Manager Version 9.2 Patch Management for SUSE Linux Enterprise User's Guide IBM Endpoint Manager Version 9.2 Patch Management for SUSE Linux Enterprise User's Guide Note Before using this

More information

WhatsUp Gold v16.3 Installation and Configuration Guide

WhatsUp Gold v16.3 Installation and Configuration Guide WhatsUp Gold v16.3 Installation and Configuration Guide Contents Installing and Configuring WhatsUp Gold using WhatsUp Setup Installation Overview... 1 Overview... 1 Security considerations... 2 Standard

More information

Best Practices for Trialing the Intronis Cloud Backup and Recovery Solution

Best Practices for Trialing the Intronis Cloud Backup and Recovery Solution Best Practices for Trialing the Intronis Cloud Backup and Recovery Solution Intronis Cloud Backup and Recovery is a file based backup application that allows users to back up their critical data to the

More information

Dell Recovery Manager for Active Directory 8.6. Quick Start Guide

Dell Recovery Manager for Active Directory 8.6. Quick Start Guide Dell Recovery Manager for Active Directory 8.6 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished

More information

How To Install Powerpoint 6 On A Windows Server With A Powerpoint 2.5 (Powerpoint) And Powerpoint 3.5.5 On A Microsoft Powerpoint 4.5 Powerpoint (Powerpoints) And A Powerpoints 2

How To Install Powerpoint 6 On A Windows Server With A Powerpoint 2.5 (Powerpoint) And Powerpoint 3.5.5 On A Microsoft Powerpoint 4.5 Powerpoint (Powerpoints) And A Powerpoints 2 DocAve 6 Service Pack 1 Installation Guide Revision C Issued September 2012 1 Table of Contents About the Installation Guide... 4 Submitting Documentation Feedback to AvePoint... 4 Before You Begin...

More information

WhatsUp Gold v16.2 Installation and Configuration Guide

WhatsUp Gold v16.2 Installation and Configuration Guide WhatsUp Gold v16.2 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.2 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines

More information

Dell Enterprise Reporter 2.5. Configuration Manager User Guide

Dell Enterprise Reporter 2.5. Configuration Manager User Guide Dell Enterprise Reporter 2.5 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license

More information

RealPresence Platform Director

RealPresence Platform Director RealPresence CloudAXIS Suite Administrators Guide Software 1.3.1 GETTING STARTED GUIDE Software 2.0 June 2015 3725-66012-001B RealPresence Platform Director Polycom, Inc. 1 RealPresence Platform Director

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Guide for Microsoft Outlook 2010/2013 Users 10.0 Light Outlook Add-In Symantec Enterprise Vault: Guide for Microsoft Outlook 2010/2013 Users The software described in this book

More information

13.1 Backup virtual machines running on VMware ESXi / ESX Server

13.1 Backup virtual machines running on VMware ESXi / ESX Server 13 Backup / Restore VMware Virtual Machines Tomahawk Pro This chapter describes how to backup and restore virtual machines running on VMware ESX, ESXi Server or VMware Server 2.0. 13.1 Backup virtual machines

More information