Use the Che server API
To manage Che server and Che dashboard workloads, use the Swagger web user interface to navigate the API.
Prerequisites
-
Access to the Che dashboard URL with administrative privileges.
Procedure
-
Navigate to the Swagger API web user interface:
-
https://<che_fqdn>/swagger(Che server) -
https://<che_fqdn>/dashboard/api/swagger(Che dashboard)
-
| DevWorkspace is a k8s object and manipulations should happen on the Kubernetes API level - Managing workspaces with Kubernetes APIs |
Additional resources
-
Swagger API framework (used by Che for interactive API documentation)