You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
The existing RESTful API doc is incomplete and inconsistent with real implementation, thus we need to
refine the rest api spec
get /api/v2/info
get /api/v2/cluster/skutypes (internal)
get /api/v2/token
delete /api/v2/token/{token}
post /api/v2/token/application
change
token
totokens
in doc Update token to tokens #4389get /api/v2/authn/oidc/login
get /api/v2/authn/oidc/logout
post /api/v2/basic/login (authn/basic/login??)
/api/v2/basic/logout (?) (yundong)
post /api/v2/users
get /api/v2/users
get /api/v2/users/{user} (coding Refine user api #4379 , docs are done)
put /api/v2/users
put /api/v2/users/me
get /api/v2/users/{user}
delete /api/v2/user/{user}
put /api/v2/user/{user}/group
put /api/v2/user/{user}/grouplist
delete /api/v2/user/{user}/group
change
user
tousers
in doc (put-delete /user/{user}/group)get /api/v2/groups
post /api/v2/groups
get /api/v2/groups/{group}
put /api/v2/groups/{group}
delete /api/v2/groups/{group}
get /api/v2/groups/{group}/userlist
change
group
togroups
in docget /api/v2/virtual-clusters
get /api/v2/virtual-clusters/{vc}
get /api/v2/storages
get /api/v2/storages/{storage}
get /api/v2/jobs
post /api/v2/jobs (clarify job name constraint Cannot submit jobs with very long job name #4391)
get /api/v2/jobs/{user}~{job}
get /api/v2/jobs/{user}~{job}/config
put /api/v2/jobs/{user}~{job}/exectionType
check token is checked in all methods not only
post
(yifan)get /api/v2/jobs/{user}~{job}/job-attempts/healthz
get /api/v2/jobs/{user}~{job}/job-attempts
get /api/v2/jobs/{user}~{job}/job-attempts/{attempt}
add authentication to job history APIs (mingliang)
get /api/v2/kubernetes/nodes
get /api/v2/kubernetes/pods
update js-sdk accordingly
The text was updated successfully, but these errors were encountered: