Context
Last updated
Was this helpful?
Was this helpful?
{
"properties": {
"limit": {
"default": 100,
"title": "Limit",
"type": "integer"
}
},
"title": "list_clustersArguments",
"type": "object"
}{
"additionalProperties": true,
"title": "list_clustersDictOutput",
"type": "object"
}{
"properties": {
"cluster": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Cluster"
},
"limit": {
"default": 100,
"title": "Limit",
"type": "integer"
}
},
"title": "list_organizationsArguments",
"type": "object"
}{
"additionalProperties": true,
"title": "list_organizationsDictOutput",
"type": "object"
}{
"properties": {
"cluster": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Cluster"
},
"limit": {
"default": 100,
"title": "Limit",
"type": "integer"
},
"org": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Org"
}
},
"title": "list_projectsArguments",
"type": "object"
}{
"additionalProperties": true,
"title": "list_projectsDictOutput",
"type": "object"
}{
"properties": {
"cluster": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Cluster"
},
"limit": {
"default": 100,
"title": "Limit",
"type": "integer"
}
},
"title": "list_presetsArguments",
"type": "object"
}{
"additionalProperties": true,
"title": "list_presetsDictOutput",
"type": "object"
}{
"properties": {
"cluster": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Cluster"
},
"org": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Org"
},
"project": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Project"
},
"resource": {
"title": "Resource",
"type": "string"
},
"resource_type": {
"enum": [
"storage",
"image",
"secret",
"disk"
],
"title": "Resource Type",
"type": "string"
}
},
"required": [
"resource",
"resource_type"
],
"title": "resolve_resource_uriArguments",
"type": "object"
}{
"additionalProperties": true,
"title": "resolve_resource_uriDictOutput",
"type": "object"
}