/
/Kubevela api doc
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 2mo ago
addon7
addon_registry4
application51
authentication5
cloudshell4
cluster12
config7
definition4
env4
oam_application3
payload_types1
pipeline20
project28
  • getlist all projects
  • postcreate a project
  • getdetail a project
  • putupdate a project
  • deletedelete a project
  • getget the templates which are in a project
  • getDetail a template
  • getget configs which are in a project
  • postcreate a config in a project
  • getdetail a config in a project
  • putupdate a config in a project
  • deletedelete a config from a project
  • getlist the distribution jobs of the config
  • postapply the distribution job of the config
  • deletedelete a distribution job of the config
  • getlist all project level perm policies
  • postcreate a project level perm policy
  • deletedelete a project level perm policy
  • getget providers which are in a project
  • getlist all project level roles
  • postcreate project level role
  • putupdate project level role
  • deletedelete project level role
  • getget targets list belong to a project
  • getlist all users belong to a project
  • postadd a user to a project
  • putupdate a user from a project
  • deletedelete a user from a project
rbac7
repository8
systemInfo2
Target5
users7
velaQL1
webhook1
    project

    create a project

    post/api/v1/projects

    Request body

    aliasstring
    descriptionstring
    namestring required
    namespacestring
    ownerstring

    Response

    OK

    aliasstring required
    createTimestring date-time required
    descriptionstring required
    namestring required
    namespacestring required
    updateTimestring date-time required

    Changes