Endpoint
/v1/portal/file-systems/{id}
GET
Retrieve portal information for a file system. 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
Name | Description | Required |
---|---|---|
id |
File System UUID | Yes |
Response
Codes
Code | Description |
---|---|
200 | Return value on success |
Schema
{
"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"
}
}
}