/
KU
kubevela
/
Kubevela api doc
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 29m ago · Updated 3w ago
View markdown
kubevela
Kubevela api doc
post
create a config in a project
v1
latest
Swagger 2.0
Apache License 2.0
2026-07-17
194
319
309.2 KB
addon
7
addon_registry
4
application
53
authentication
7
cloudshell
4
cluster
12
config
7
definition
4
env
4
oam_application
3
payload_types
1
pipeline
20
Plugin
9
project
28
get
list all projects
post
create a project
get
detail a project
put
update a project
delete
delete a project
get
get the templates which are in a project
get
Detail a template
get
get configs which are in a project
post
create a config in a project
get
detail a config in a project
put
update a config in a project
delete
delete a config from a project
get
list the distribution jobs of the config
post
apply the distribution job of the config
delete
delete a distribution job of the config
get
list all project level perm policies
post
create a project level perm policy
delete
delete a project level perm policy
get
get providers which are in a project
get
list all project level roles
post
create project level role
put
update project level role
delete
delete project level role
get
get targets list belong to a project
get
list all users belong to a project
post
add a user to a project
put
update a user from a project
delete
delete a user from a project
rbac
7
repository
8
systemInfo
2
Target
5
users
7
velaQL
1
webhook
1
project
create a config in a project
post
/api/v1/projects/{projectName}/configs
Path parameters
projectName
string
required
identifier of the project
Request body
V1CreateConfigRequest
required
alias
string
required
description
string
required
name
string
required
properties
string
template
V1NamespacedName
required
Response
OK
V1Config
required
ArgsEscaped
boolean
AttachStderr
boolean
AttachStdin
boolean
AttachStdout
boolean
Cmd
string[]
Domainname
string
Entrypoint
string[]
Env
string[]
ExposedPorts
object
Healthcheck
V1HealthConfig
Hostname
string
Image
string
Labels
object
MacAddress
string
NetworkDisabled
boolean
OnBuild
string[]
OpenStdin
boolean
Shell
string[]
StdinOnce
boolean
StopSignal
string
Tty
boolean
User
string
Volumes
object
WorkingDir
string