Contains the operations for creating, editing, and deleting deployments.
get
Get all deployments
post
Create a deployment
delete
Delete a deployment
get
Get a deployment
patch
Update a specific deployment
head
Check if a deployment exists
Contains the operations for managing ESP servers and projects that run in a Kubernetes cluster. The ESP servers and projects are associated with a deployment whose type is cluster.
post
Deploy a project to the Kubernetes cluster
get
Get a list of ESP servers that run in the Kubernetes cluster
head
Check if ESP servers exist in the Kubernetes cluster
get
Get a specified project from the Kubernetes cluster
head
Check if the specified project exists in the Kubernetes cluster
delete
Delete a project from the Kubernetes cluster
Contains the operations for managing ESP servers and projects that run on edge servers. The ESP servers and projects are associated with a deployment whose type is edge.
get
Get ESP servers for the specified deployment
post
Add ESP servers to the specified deployment
patch
Remove ESP servers from the associated deployment
head
Check if ESP servers exist for the specified deployment
post
Deploy a project to an ESP server
get
Get a list of projects that run on an ESP server
head
Check if projects exist on an ESP server
get
Get a project on the specified ESP server for the specified deployment
head
Check if a project exists on the ESP server
delete
Delete a project from the specified ESP server and deployment
Contains the operations for returning details of projects.
get
Get all available projects
get
Get a project
head
Check if a project exists
Contains the operations for managing ESP servers.
get
Get ESP servers
post
Add ESP server details
delete
Delete ESP server details
get
Get ESP server details
head
Check if an ESP server exists
Contains the operations for returning details of running jobs.
get
Get a running job by ID
head
Check if a job exists
Contains the operations for managing project promotion.
post
Promote a project
get
Get the promotion history
head
Check if the promotion history exists
Contains the operations for querying pods that are running in a Kubernetes cluster.
get
Get a snapshot of the health status
head
Check if the health status exists
get
Get the performance statistics of a pod
head
Check if the performance statistics of a pod exist
Contains the operations for the root resource.