Endpoint
/v1/portal/file-systems/
GET
Retrieve portal information for all file systems. Important
This preview REST API is under development. Its functionality or backwards compatibility can change without notice.
This preview REST API is under development. Its functionality or backwards compatibility can change without notice.
Parameters
This resource has no parameters.Response
Codes
Code | Description |
---|---|
200 | Return value on success |
Schema
{
"type": "array",
"items": {
"description": "api_portal_fs_info",
"type": "object",
"properties": {
"uuid": {
"description": "File System UUID",
"type": "string"
},
"usage_bytes": {
"description": "Capacity used by portal data in bytes",
"type": "string"
}
}
}
}