Slots

List all slots

Get all slots for the given Swiss Backup product

get/1/swiss_backups/{swiss_backup_id}/slots

Path parameters

swiss_backup_idinteger required

Unique identifier of the Swiss Backup to request.

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success",
  "data": [
    {
      "customer_name": "SwissBackup Slot",
      "type": "slot",
      "subtype": "swift",
      "connection_type": "swift",
      "size": 200000000000,
      "storage_used": 100000000000,
      "usage_last_check": 1666685147,
      "created_at": 1666354846,
      "locked_at": 1666354979,
      "tags": [
        {
          "id": 1234,
          "name": "My tag name",
          "color": 4,
          "product_count": 2
        }
      ],
      "lang": 1,
      "username": "SBA-AA000000-ADMIN",
      "endpoint": "https://swiss-backup.infomaniak.com",
      "email": "myemail@mydomain.com",
      "slot_name": "My Slot",
      "tenant_name": "sb_project_SBI-AA000000",
      "domain_name": "default",
      "container_name": "default",
      "directory": "/identity/v3"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.