List all Swiss Backups
List all Swiss Backup products for the given account
Query parameters
Unique identifier of the account that is related to the resource {name}
The account identifier
Optional : If you pass this parameter with the value total, then the response will be the number of items in the collection, instead of the items themselves.<br /> Part of the total capacity
Optional parameter that define the number of items to return<br /> Part of the offset capacity
Optional parameter that define the index of the first item to return (0 = first item)<br /> Part of the offset capacity
Optional parameter that define the page number<br /> Part of the pagination capacity
Optional parameter that define the number of items per page<br /> Part of the pagination capacity
Optional parameter that define the field used for sorting<br /> Part of the sort capacity
Optional parameter that define the default sort order<br /> Part of the sort capacity
Optional parameter that define the sorting order for a field<br /> By default order is used<br /> Part of the sort capacity
Response
OK
Example response
{
"result": "success",
"data": [
{
"customer_name": "SwissBackup Slot",
"created_at": 1666354846,
"tags": [
{
"id": 1234,
"name": "My tag name",
"color": 4,
"product_count": 2
}
],
"nb_slots": 5,
"max_slots": 7,
"size": 200000000000,
"size_free_storage": 100000000000,
"is_demo": "false",
"is_migrated": "false",
"new_interface": "false",
"account_name": "Infomaniak SA",
"storage_reserved": 200000000000,
"storage_reserved_free_storage": 100000000000,
"storage_reserved_acronis": 100000000000,
"periodicity": 1,
"has_been_demo": "true",
"storage_used_free_storage": 9000000000,
"storage_used": 100000000000,
"max_slots_free_storage": 7,
"max_slots_server": 3,
"max_slots_virtual": 4,
"max_slots_workstation": 5,
"max_slots_mobile": 6,
"nb_slots_free_storage": 2,
"nb_slots_server": 1,
"nb_slots_workstation": 1,
"nb_slots_mobile": 1
}
],
"total": 221,
"page": 2,
"pages": 15,
"items_per_page": 15
}