storage info
Returns info about each available file storage (e.g. SD Card or local storage)
Response
OK
Example response
{
"storage_list": [
{
"name": "PrusaLink gcodes",
"path": "/local",
"print_files": 19216842,
"system_files": 4242,
"free_space": 1921681142,
"total_space": 8589934592,
"available": true
}
]
}Changes
Changed in 4 of the 49 revisions of this API.13
- ○
added the new optional
headerrequest parameterAccept-Languageto all path's operationsnew-optional-request-default-parameter-to-existing-path
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the optional property
storage_list/items/read_onlyto the response with the200statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 26 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲