ExportZip
Authorization
BearerAuth A namespace-scoped API key (cpk_…) for machines, or a Xeonr Auth OIDC
token for humans. The key's namespace and role are pinned server-side.
In: header
Header Parameters
Define the version of the Connect protocol
1Define the timeout, in ms
Request Body
application/connect+json
FsTarget names the running workload whose filesystem to address. Exactly one.
Apps are deliberately absent. An App's replicas are interchangeable and individually disposable, and it is declared to have no writable state — a file API addressed at one replica would write to a pod that may vanish mid-call and read state that differs between replicas.
subtree root; empty = "/"
Refuse rather than truncate if the subtree exceeds this many bytes. 0 = the server's own ceiling, which also caps anything set here.
int64Response Body
application/connect+json
application/connect+json
curl -X POST "https://containers.xeonr.io/containers.api.v1.FilesystemService/ExportZip" \ -H "Connect-Protocol-Version: 1" \ -H "Content-Type: application/connect+json" \ -d ''{
"data": "string",
"eof": true
}{
"code": "not_found",
"message": "string",
"details": [
{
"type": "string",
"value": "string",
"debug": {}
}
]
}