Application Integration
- Application Integration
- All Products
Key
| Value
|
---|---|
Accept
| application/vnd.api+json
|
Content-Type
| application/vnd.api+json
|
INFA-SESSION-ID
| Use the login resource to get the session ID. For more information about the login resource, see
REST API Reference in the Data Integration help.
|
{ "data": { "type": "publish", "attributes": { "assetPaths": [ "Explore/<location-of-the-process>/<name-of-the-process>.PROCESS.xml", "Explore/<location-of-the-guide>/<name-of-the-guide>.GUIDE.xml", "Explore/<location-of-the-appconnection>/<name-of-the-appconnection>.AI_CONNECTION.xml", "Explore/<location-of-the-serviceconnector>/<name-of-the-serviceconnector>.AI_SERVICE_CONNECTOR.xml" ] } } }
{ "data": { "type": "publish", "id": "690465325825028096", "attributes": { "jobState": "NOT_STARTED", "jobStatusDetail": {}, "startedBy": "autouser_pod1", "startDate": "2022-03-21T07:42:42.000+0000", "totalCount": 1, "processedCount": 0, "assetPaths": [ "Explore/Default/BulkPublishProcessToPublishOnCloud.PROCESS.xml" ] } }, "links": { "self": https://na1.ai.dm-us.informaticacloud.com/active-bpel/asset/v1/publish/690465325825028096, "status": https://na1.ai.dm-us.informaticacloud.com/active-bpel/asset/v1/publish/690465325825028096/Status } }
URL
| Description
|
---|---|
<Cloud Application Integration POD URL>/active-bpel/asset/v1/publish/<publishId>/Status
| Displays the publish status.
|
<Cloud Application Integration POD URL>/active-bpel/asset/v1/publish/<publishId>
| Displays the publish information.
|