- style
getApplicationRequestStatus
This service will retrieve the applicationRequestStatus based on the applicationRequestId in the request. Most of the Status are interim statuses. Only COMPLETED and FAILED are final status. Your request will fall into one of these two upon completion.
- INITIATED,
- PENDING_APPROVAL,
- SCHEDULED,
- REJECTED,
- READY,
- SUBMITTED,
- COMPLETED,
- FAILED
API URL
http://host:port/flexdeploy/rest/workflow/getApplicationRequestStatus
{ "authentication": { "userId": "userid", "password": "mypassword" }, "applicationRequestId": "28208" }
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
authentication | Y |
| See Common Parameters |
applicationRequestId | Y | Long | The requestId to retrieve the status for. |
Authentication
The authentication parameter is comprised of 2 fields.
- userId – a valid user id for FlexDeploy
- password – the associated password
Inputs
This is a list of name/value pairs for the inputs. Not all inputs need to be supplied. If an input has a default value that is acceptable for the workflow to run, it does not need to be changed.
Flex Fields
Applicable only for deployProject and deployApplication. This is a list of name (Display Name of FlexField)/value pairs for the FlexFields. Not all FlexFields need to be supplied. If a flex field has a default value or options that are acceptable for the workflow to run, it does not need to be changed.
InstanceCodes
The list of instances where the deployment will occur.
- style