Execution Environments REST Endpoints
Execution Environments
REST API endpoints for Execution Environments
- Create an Execution Environment
- Method: postPath:
/api/v2/execution_environments/
- Delete an Execution Environment
- Method: deletePath:
/api/v2/execution_environments/{id}/
- Execution Environments Copy Create
- Method: postPath:
/api/v2/execution_environments/{id}/copy/
- Execution Environments Copy List
- Method: getPath:
/api/v2/execution_environments/{id}/copy/
- List Activity Streams for an Execution Environment
- Method: getPath:
/api/v2/execution_environments/{id}/activity_stream/
- List Execution Environments
- Method: getPath:
/api/v2/execution_environments/
- List Unified Job Templates for an Execution Environment
- Method: getPath:
/api/v2/execution_environments/{id}/unified_job_templates/
- Retrieve an Execution Environment
- Method: getPath:
/api/v2/execution_environments/{id}/
- Update an Execution Environment
- Method: patchPath:
/api/v2/execution_environments/{id}/
- Update an Execution Environment
- Method: putPath:
/api/v2/execution_environments/{id}/