Use the server API
Use the Swagger web user interface to explore and interact with the OpenShift Dev Spaces server and dashboard APIs for programmatic integration and automation.
Before you begin
- You have an active
ocsession with administrative permissions to the OpenShift cluster. See Getting started with the CLI.
Procedure
Navigate to the Swagger API web user interface:
https://<openshift_dev_spaces_fqdn>/swagger(OpenShift Dev Spaces server)https://<openshift_dev_spaces_fqdn>/dashboard/swagger(OpenShift Dev Spaces dashboard)Important DevWorkspace is a Kubernetes object and manipulations should happen on the Kubernetes API level.
Related information