Storage
list_storage
{
"properties": {
"cluster": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Cluster"
},
"limit": {
"default": 50,
"title": "Limit",
"type": "integer"
},
"org": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Org"
},
"path": {
"default": "",
"title": "Path",
"type": "string"
},
"project": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Project"
}
},
"title": "list_storageArguments",
"type": "object"
}stat_storage
read_text
write_text
upload_storage_file
download_storage_file
make_directory
delete_storage_path
Last updated
Was this helpful?