Releasing Dependency

External systems need to invoke the following POM ReST service to release/fulfill the external dependencies.

HTTP Method POST

URL

http://<pom-server-host>/ProcessServices/services/private/schedules/<Schedule_Name>/external/jobs/<Ext_Dependendy_Name>/status/COMPLETED

Note: <pom-server-host>, <Schedule_Name> and <Ext_Dependendy_Name> variables need to be changed according to the target environment and schedule.

HTTP Headers

Content-Type = application/json

Accept-Version = 16.0

Authorization: Bearer <<OAuth_Token_FROM_IDCS_or_OCI_IAM>>

Request Body

None

Response Body

{
   "value": "true",
   "links": [],
   "hyperMediaContent" : {  "linkRDO": []}
}

The true/false in the value attribute shown above indicates the success/failure of releasing the external dependency respectively.