Alaya NeW Cloud

Storage API

Object, block, and file storage

Object storage (S3-compatible)

Use any S3 client (boto3, aws-cli, etc.) with endpoint https://zos.zetyun.com.

Block storage

POST /v1/volumes              # create volume
POST /v1/volumes/{id}/attach  # attach to instance
POST /v1/volumes/{id}/detach  # detach
DELETE /v1/volumes/{id}

File storage

POST /v1/file-systems
POST /v1/file-systems/{id}/mounts

OpenAPI Playground coming soon.

Last updated on

Was this page helpful?

On this page