/executiongroups/{egName}/deploy

Mount Point: /apiv1/executiongroups/{egName}/deploy

POST

This REST API requires that a BAR file and an overrides file have previously been uploaded using the REST APIs /apiv1/bar/readBAR and /apiv1/bar/readOverrides. The API first retrieves the BAR and overrides files from the HTTPSession, applies the BAR overrides to the BAR file and finally deploys the BAR to the named execution group.

Parameters

name description type default
egName execution group to deploy the BAR to path

Request Body

element: (custom)

parameters that contain the BAR and overrides file names

Response Body

element: (custom)

http 204 (ok no content) if success. Otherwise an exception is thrown.