Filesystems
Create Filesystem
Create a new filesystem linked to a project.
post/filesystems
Request body
namestring nullable
Optional human-readable name for the filesystem (unique per namespace).
project_idstring required
Project ID. Filesystem inherits permissions from the project.
Response
Successful Response
archive_checksumstring nullable
SHA256 checksum of the archive for detecting changes.
archive_pathstring nullable
GCS path for the filesystem's archive.
archive_size_bytesinteger nullable
Size of the archive in bytes after last sync.
created_atstring date-time nullable
The timestamp when the filesystem was created.
idstring required
The unique identifier of the filesystem.
last_synced_atstring date-time nullable
Timestamp of the last successful sync operation.
namestring nullable
Optional human-readable name (unique per namespace).
namespace_idstring required
The namespace this filesystem belongs to.
project_idstring nullable
The project this filesystem belongs to (optional).
status'CREATING' | 'READY' | 'SYNCING_UP' | 'SYNCING_DOWN' | 'FAILED' required
Filesystem lifecycle status states.
updated_atstring date-time nullable
The timestamp when the filesystem was last updated.