/
KU
kubesphere
/
KS API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2mo ago
Details
Filter operations
App Instance
10
App Management
10
App Template
22
get
List app templates
post
Create a new app template
get
Describe the specified app template
delete
Delete the specified app template
patch
Patch the specified app template
get
Get active versions of app, can filter with these fields(version_id, app_id, name, owner, description, package_name, status, type), default return all active app versions
post
Create a new app template version
get
Describe the specified app template version
delete
Delete the specified app template version
patch
Patch the specified app template version
get
Get app template package files
get
Get packages of version-specific app
get
List app templates in the specified workspace.
post
Create a new app template
get
Describe the specified app template
delete
Delete the specified app template
patch
Patch the specified app template
get
Get active versions of app, can filter with these fields(version_id, app_id, name, owner, description, package_name, status, type), default return all active app versions
post
Create a new app template version
get
Describe the specified app template version
delete
Delete the specified app template version
patch
Patch the specified app template version
Attachment
1
Auditing Query
1
Authentication
5
Category
5
Cluster Member
5
Cluster Metrics
1
Cluster Resources
3
Cluster Role
7
Clustered Resource
2
Component Metrics
1
Component Status
6
Container Metrics
2
Custom Metrics
3
DevOps Credential
1
DevOps Jenkinsfile
2
DevOps Pipeline
34
DevOps Project
15
DevOps Project Member
5
DevOps Project Role
7
DevOps Scm
5
DevOps Webhook
3
Docker Registry
2
Events Query
1
Git
1
Global Role
7
Jenkins
1
KubeSphere Metrics
1
Log Query
1
Multi-cluster
2
Namespace
10
Namespace Member
5
Namespace Metrics
3
Namespace Resources
10
Namespace Role
7
Namespaced Resource
2
Network Topology
2
Node Metrics
2
Pod Metrics
5
PVC Metrics
3
Repository
12
ServiceMesh
11
Terminal
1
Toolbox
2
User
6
User's Resources
2
Workload Metrics
2
Workspace
7
Workspace Member
5
Workspace Metrics
2
Workspace Role
7
post
Rerun job whether the job is complete or not
App Template
Patch the specified app template
patch
/kapis/openpitrix.io/v1/apps/{app}
Path parameters
app
string
required
app template id
Request body
OpenpitrixModifyAppVersionRequest
required
description
string
name
string
package
string
package_files
object
version_id
string
Response
ok
ErrorsError
required
message
string
required
error message
Changes