createDeployerService
[DEPRECATED] This API is deprecated. Adds deployer service to the specified release.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
The name for the project that must be unique among all projects. (Required) |
serviceName |
String |
The name of the service (Required) |
releaseName |
String |
The name of the release |
afterLastRetry |
String |
Specify continue or stop pipeline execution after last unsuccessful retry or a task. |
enforceDependencies |
Boolean |
Enforce dependencies flag to be used during runProcess for the application |
errorHandling |
String |
Specifies error handling for the deployer application |
orderIndex |
Integer |
Specifies the application deployment order (starts from 1). |
processName |
String |
The name of the application process |
retryApprovers |
String array |
A list of retry approvers who receive the notification. |
retryCount |
String |
If the retry is auto, specify the maximum number of times retry should occur. |
retryInterval |
String |
If the retry is auto, specify the number of seconds to wait until the next retry should occur. |
retryNotificationTemplate |
String |
Email retry notification template for application. |
retryType |
String |
Type of rety when process step or task fails. Is one of 'auto' or 'manual' |
serviceProjectName |
String |
The name of the project containing specified service. If not specified, it is defaulted to the release project name. |
snapshotName |
String |
The name of the snapshot |
getDeployerService
[DEPRECATED] This API is deprecated. Get the service in the release by name
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
The name for the project that must be unique among all projects. (Required) |
serviceName |
String |
The name of the service (Required) |
releaseName |
String |
The name of the release |
serviceProjectName |
String |
The name of the project containing specified service. If not specified, it is defaulted to the release project name. |
getDeployerServices
modifyDeployerService
[DEPRECATED] This API is deprecated. Modifies deployer service associated with a release.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
The name for the project that must be unique among all projects. (Required) |
serviceName |
String |
The name of the service (Required) |
releaseName |
String |
The name of the release |
afterLastRetry |
String |
Specify continue or stop pipeline execution after last unsuccessful retry or a task. |
enforceDependencies |
Boolean |
Enforce dependencies flag to be used during runProcess for the application |
errorHandling |
String |
Specifies error handling for the deployer application |
orderIndex |
Integer |
Specifies the application deployment order (starts from 1). |
processName |
String |
The name of the application process |
retryApprovers |
String array |
A list of retry approvers who receive the notification. |
retryCount |
String |
If the retry is auto, specify the maximum number of times retry should occur. |
retryInterval |
String |
If the retry is auto, specify the number of seconds to wait until the next retry should occur. |
retryNotificationTemplate |
String |
Email retry notification template for application. |
retryType |
String |
Type of rety when process step or task fails. Is one of 'auto' or 'manual' |
serviceProjectName |
String |
The name of the project containing specified service. If not specified, it is defaulted to the release project name. |
snapshotName |
String |
The name of the snapshot |
removeDeployerService
[DEPRECATED] This API is deprecated. Removes a deployer service
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
The name for the project that must be unique among all projects. (Required) |
serviceName |
String |
The name of the service (Required) |
releaseName |
String |
The name of the release |
serviceProjectName |
String |
The name of the project containing specified service. If not specified, it is defaulted to the release project name. |