worker
Get overview of worker's memory usage.
Returns the memory usage of the worker for both uploads and downloads.
get/worker/memory
Response
Successfully retrieved memory usage
Example response
{
"download": {
"available": 83886080,
"total": 1073741824
},
"upload": {
"available": 83886080,
"total": 1073741824
}
}Changes
Changed in 2 of the 50 revisions of this API.2
- ○
api tag
workeraddedapi-tag-added
- ○
- ○
api tag
workerremovedapi-tag-removed
This revision also has 99 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○