Get Execution Profiles

View as Markdown
Get all currently configured execution profiles.

Response

Successful Response
DockerJobExecutionProfileobject
Execution configuration for a Docker Job. This is used to define the executor type, provider, profile, and any additional configuration required for the executor to run the job on Docker
OR
KubernetesJobExecutionProfileobject
Execution configuration for a Kubernetes Job. This is used to define the executor type, provider, profile, and any additional configuration required for the executor to run the job on Kubernetes
OR
VolcanoJobExecutionProfileobject
Volcano Job Execution Profile
OR
SubprocessJobExecutionProfileobject
OR
E2EJobExecutionProfileobject

Execution configuration for E2E testing. This backend auto-completes jobs without actually running containers, making tests fast and deterministic.