Get Execution Profiles

View as Markdown

Get all currently configured execution profiles.

Returns the capability-filtered merge from jobs config. In local standalone the controller may prune the shared list further after registry boot; in split topologies the API advertises its own merge result (not controller process memory).

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.