Disks
list_disks
{
"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"
},
"project": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Project"
}
},
"title": "list_disksArguments",
"type": "object"
}create_disk
delete_disk
Last updated
Was this helpful?