Applications
list_app_templates
{
"properties": {
"cluster": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Cluster"
},
"limit": {
"default": 20,
"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_app_templatesArguments",
"type": "object"
}list_app_template_versions
get_app_template
list_apps
get_app
wait_for_app
get_app_logs
get_app_events
get_app_output
get_app_input
list_app_revisions
plan_app_install
plan_app_configure
plan_app_rollback
plan_app_uninstall
install_app
configure_app
rollback_app
uninstall_app
Last updated
Was this helpful?