Label: api

Content with label api in Server Backup (See content from all spaces)
Related Labels: volume, disk_safe, reports, configuration, agent, policy

Page: Access API documentation
Use the following steps to access the Server Backup Manager API documentation. 1. Open a web browser and type in one of the following addresses: {{https://<backupmanageraddress>/apidoc}} or {{http://<backupmanageraddress>/apidoc}}. You can configure the HTTP and SSL connections for API ...
Page: Access example API functions
Use the following directory to access example API functions: {{for Windows:}} {{<installdir>\apisamples}} {{for Linux:}} {{<installdir>/apisamples}} Windows Server Backup Manager When running the Server Backup Manager installation, you can select the installation directory for the manager or leave ...
Page: Agent API options
Use the following topics to get more information about a specific function: API Action ServerBackup:createAgentByObject Create a new Backup Agent for the entered host server. ServerBackup:deleteAgentById Delete a Backup Agent based on the entered GUID. ServerBackup:getAgentById ...
Other labels: agent
Page: API - Add a server, Disk Safe, and policy
following example demonstrates how to add a server, create a Disk Safe, and a policy. A PHP file called {{SelfManaged.php}} can be found here: for Windows: {{<installdir>\apisamples}} for Linux: {{<installdir>/apisamples}} Read more in Access example API functions. Sequence ...
Page: API - Creating a Volume, an Agent, and a Power User with No Sub-Users Allowed
following example demonstrates how to create a Volume, a Power User assigned to this Volume, and add a Server assigned to this User. In this case, Power Users are not allowed to create SubUsers. A PHP file called {{VolumesWithLimitsPowerUserNoSubUserAllowed.php}} can be found&nbsp;here: for Windows: {{<installdir>\apisamples ...
Page: API - Creating a volume, Backup Agent, and a Power-User with Sub-Users allowed
following example demonstrates how to create a volume, a PowerUser account assigned to this volume, and a server assigned to this user. In this case, PowerUsers are allowed to create SubUsers. A PHP file called {{VolumesWithLimitsPowerUserWithSubUserAllowed.php}} can be found&nbsp;here: for Windows: {{<installdir>\apisamples}} for Linux: {{<installdir ...
Page: API - Deleting a managed server and its associations
following example demonstrates how to use the API to delete a server and its associated policies and disk safes. You can find the PHP file {{DeleteManagedAgentAndItsAssociation.php}} at the following locations: for Windows: {{<installdir>\apisamples}} for Linux: {{<installdir>/apisamples}} For more information about ...
Page: API - Deleting multi-level resellers, Power-Users, and their associations
following example demonstrates how to delete multilevel reseller(s) and PowerUser(s) and their associations. A PHP file called {{DeleteMultiLevelResellerAndPowerUserAndTheirAssociations.php}} can be found&nbsp;here: for Windows:&nbsp; {{<installdir>\apisamples}} for Linux: {{<installdir>/apisamples}} Read more in Access example API functions. The PHP ...
Page: API - Deleting Resellers, Power Users, and their Associations
following example demonstrates how to delete resellers, Power Users, and their associations. A PHP file called {{DeleteResellerPowerUserAndTheirAssociations.php}} can be found&nbsp;here: for Windows: {{<installdir>\apisamples}} for Linux: {{<installdir>/apisamples}} Read more in Access example API functions. The PHP script ...
Page: API - Disabling a Power User, its Sub-Users, and its Policies
following example demonstrates how to disable a Power User's SubUsers and Policies. A PHP file called {{DisablePowerUserSubUsersAndPolicies.php}} can be found&nbsp;here: for Windows: {{<installdir>\apisamples}} for Linux: {{<installdir>/apisamples}} Read more in Access example API functions. The PHP script ...