List filesystems
Returns a list of filesystems.
Path Parameters
- backup_id string required
The Clumio assigned ID of the backup to retrieve.
Query Parameters
- limit int64
Limits the size of the response on each page to the specified number of items.
- start string
Sets the page number used to browse the collection. Pages are indexed starting from 1 (i.e.,
?start=1
).
Responses
- 200
- default
Success
- application/api.clumio.backup-filesystems=v1+json
- Schema
- Example (from schema)
Schema
_embedded object
_links object
- current_count int64
The number of items listed on the current page.
- limit int64
The maximum number of items displayed per page in the response.
- start string
The page number used to get this response. Pages are indexed starting from 1 (i.e.,
"start": "1"
). - total_count int64
The total number of items, summed across all pages.
- total_pages_count int64
The total number of pages of results.
{
"_embedded": {
"items": [
{
"_links": {
"_self": {
"href": "string",
"templated": true,
"type": "string"
}
},
"available": 0,
"filesystem_native_id": "string",
"id": "string",
"indexing_failed_reason": "string",
"is_encrypted": true,
"is_indexed": true,
"mount_path": "string",
"num_files_indexed": 0,
"size": 0,
"type": "string",
"used": 0
}
]
},
"_links": {
"_first": {
"href": "string",
"templated": true,
"type": "string"
},
"_last": {
"href": "string",
"templated": true,
"type": "string"
},
"_next": {
"href": "string",
"templated": true,
"type": "string"
},
"_prev": {
"href": "string",
"templated": true,
"type": "string"
},
"_self": {
"href": "string",
"templated": true,
"type": "string"
}
},
"current_count": 0,
"limit": 0,
"start": "string",
"total_count": 0,
"total_pages_count": 0
}
Error
- application/json
- Schema
- Example (from schema)
Schema
errors object[]
{
"errors": [
{
"error_code": 0,
"error_message": "string"
}
]
}
GET /backups/:backup_id/filesystems
Authorization
Request
Request
curl -L -X GET 'https://us-west-2.api.clumio.com/backups/:backup_id/filesystems' \
-H 'Accept: application/api.clumio.backup-filesystems=v1+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/backups/:backup_id/filesystems' \
-H 'Accept: application/api.clumio.backup-filesystems=v1+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/backups/:backup_id/filesystems' \
-H 'Accept: application/api.clumio.backup-filesystems=v1+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/backups/:backup_id/filesystems' \
-H 'Accept: application/api.clumio.backup-filesystems=v1+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/backups/:backup_id/filesystems' \
-H 'Accept: application/api.clumio.backup-filesystems=v1+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/backups/:backup_id/filesystems' \
-H 'Accept: application/api.clumio.backup-filesystems=v1+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/backups/:backup_id/filesystems' \
-H 'Accept: application/api.clumio.backup-filesystems=v1+json' \
-H 'Authorization: Bearer <TOKEN>'