Create Filesystem
Create a new filesystem linked to a project.
POST
Create Filesystem
Filesystems are linked to a project and inherit permissions from that project.
CLI Usage
CLI
Body
application/json
Response
Successful Response
Response model for filesystem operations.
The unique identifier of the filesystem.
The namespace this filesystem belongs to.
The current status of the filesystem.
Available options:
CREATING, READY, SYNCING_UP, SYNCING_DOWN, FAILED SHA256 checksum of the archive for detecting changes.
GCS path for the filesystem's archive.
Size of the archive in bytes after last sync.
The timestamp when the filesystem was created.
Timestamp of the last successful sync operation.
Optional human-readable name (unique per namespace).
The project this filesystem belongs to (optional).
The timestamp when the filesystem was last updated.
Create Filesystem