/
KU
kubevela
/
Kubevela api doc
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
addon
7
addon_registry
4
application
53
authentication
7
get
check admin is configured
get
get Dex config
put
initialize admin
post
handle login request
get
get login type
get
refresh token
get
get login user detail info
cloudshell
4
cluster
12
config
7
definition
4
env
4
oam_application
3
payload_types
1
pipeline
20
Plugin
9
project
28
rbac
7
repository
8
systemInfo
2
Target
5
users
7
velaQL
1
webhook
1
authentication
initialize admin
put
/api/v1/auth/init_admin
Request body
V1InitAdminRequest
required
email
string
required
name
string
required
password
string
required
Response
V1InitAdminResponse
required
success
boolean
required
Changes