ποΈDFS
Last updated
Last updated
POST /fiat/juicefs/create HTTP/1.1
Host: https:/.elapsed29.top
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 385
{
"name": "text",
"metadata": {
"engine": "redis://",
"host_url": "text",
"port": 1,
"db_name": "text",
"username": "text",
"password": "text"
},
"object_store": {
"provider": "s3",
"bucket_url": "text",
"access_key": "text",
"secret_key": "text"
},
"s3_gateway": {
"listen_url": "text",
"port": 1,
"access_key": "text",
"secret_key": "text"
},
"webdav_gateway": {
"listen_url": "text",
"port": 1,
"user": "text",
"password": "text"
}
}GET /fiat/juicefs/fetch HTTP/1.1
Host: https:/.elapsed29.top
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
PATCH /fiat/juicefs/update?juicefs-id=text HTTP/1.1
Host: https:/.elapsed29.top
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 385
{
"name": "text",
"metadata": {
"engine": "redis://",
"host_url": "text",
"port": 1,
"db_name": "text",
"username": "text",
"password": "text"
},
"object_store": {
"provider": "s3",
"bucket_url": "text",
"access_key": "text",
"secret_key": "text"
},
"s3_gateway": {
"listen_url": "text",
"port": 1,
"access_key": "text",
"secret_key": "text"
},
"webdav_gateway": {
"listen_url": "text",
"port": 1,
"user": "text",
"password": "text"
}
}DELETE /fiat/juicefs/delete?juicefs-id=text HTTP/1.1
Host: https:/.elapsed29.top
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*