BackupUnitApi
All URIs are relative to https://api.ionos.com/cloudapi/v5
backupunitsDelete
object backupunitsDelete(backupunitId, opts)
Delete a Backup Unit
NOTE: Running through the deletion process will delete: - the backup plans inside the Backup Unit. - all backups associated with the Backup Unit. - the backup user and finally also the unit
Examples
Parameters
Return type
object
Authorization
Basic Authentication, Token Authentication
HTTP request headers
Content-Type: Not defined
Accept: application/json
backupunitsFindById
backupunitsFindById(backupunitId, opts)
Returns the specified backup Unit
You can retrieve the details of an specific backup unit.
Examples
Parameters
Return type
Authorization
Basic Authentication, Token Authentication
HTTP request headers
Content-Type: Not defined
Accept: application/json
backupunitsGet
backupunitsGet(opts)
List Backup Units
You can retrieve a complete list of backup Units that you have access to.
Examples
Parameters
Return type
Authorization
Basic Authentication, Token Authentication
HTTP request headers
Content-Type: Not defined
Accept: application/json
backupunitsPatch
backupunitsPatch(backupunitId, backupUnitProperties, opts)
Partially modify a Backup Unit
You can use update a backup Unit properties
Examples
Parameters
Return type
Authorization
Basic Authentication, Token Authentication
HTTP request headers
Content-Type: application/json
Accept: application/json
backupunitsPost
backupunitsPost(backupUnit, opts)
Create a Backup Unit
Create a Backup Unit. A Backup Unit is considered a resource like a virtual datacenter, IP Block, snapshot, etc. It shall be shareable via groups inside our User Management Feature
Examples
Parameters
Return type
Authorization
Basic Authentication, Token Authentication
HTTP request headers
Content-Type: application/json
Accept: application/json
backupunitsPut
backupunitsPut(backupunitId, backupUnit, opts)
Modify a Backup Unit
You can use update a backup Unit properties
Examples
Parameters
Return type
Authorization
Basic Authentication, Token Authentication
HTTP request headers
Content-Type: application/json
Accept: application/json
backupunitsSsourlGet
backupunitsSsourlGet(backupunitId, opts)
Returns a single signon URL for the specified backup Unit.
Returns a single signon URL for the specified backup Unit.
Examples
Parameters
Return type
Authorization
Basic Authentication, Token Authentication
HTTP request headers
Content-Type: Not defined
Accept: application/json
Last updated