Get Execution Profiles
Get all currently configured execution profiles.
Response
Successful Response
DockerJobExecutionProfile
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
KubernetesJobExecutionProfile
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
VolcanoJobExecutionProfile
Volcano Job Execution Profile
OR
SubprocessJobExecutionProfile
OR
E2EJobExecutionProfile
Execution configuration for E2E testing. This backend auto-completes jobs without actually running containers, making tests fast and deterministic.