get https://{region}.api.clumio.com/backups/files/search
Retrieve the list of files whose name matches a given regex pattern.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Retrieve the list of files whose name matches a given regex pattern.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://us-west-2.api.clumio.com/backups/files/search \
--header 'accept: application/api.clumio.backups-files=v1+json'
xxxxxxxxxx
37}
{
"_embedded": {
"items": [
{
"_links": {
"list-file-versions": {
"href": "string",
"templated": true,
"type": "string"
}
},
"path": "string",
"search_result_id": "string"
}
]
},
"_links": {
"_first": {
"href": "string",
"templated": true,
"type": "string"
},
"_next": {
"href": "string",
"templated": true,