Administrator
- Administrator
- 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 .
|
{ "data": { "type": "unpublish", "attributes": { "assetPaths": [ "Explore/<location-of-taskflow1>/<name-of-taskflow1>.TASKFLOW.xml", "Explore/<location of taskflow2>/<name-of-taskflow2>.TASKFLOW.xml", "Explore/<location-of-taskflown>/<name-of-taskflown>.TASKFLOW.xml" ] } } }
{ "data": { "type": "unpublish", "id": "7645874567965431", "attributes": { "jobState": "NOT_STARTED", "jobStatusDetail": {}, "startedBy": "autouser_pod1", "startDate": "2022-03-21T09:09:04.000+0000", "totalCount": 1, "processedCount": 0, "assetPaths": [ "Explore/Pavan/BulkUnpublishApi/BPTaskflow1.TASKFLOW.xml" ] } }, "links": { "self": https://na1.dm-us.informaticacloud.com/active-bpel/asset/v1/unpublish/7645874567965431, "status": https://na1.dm-us.informaticacloud.com/active-bpel/asset/v1/unpublish/7645874567965431/Status } }
URL
| Description
|
---|---|
<Informatica Intelligent Cloud Services URL>/active-bpel/asset/v1/unpublish/<unpublishId>/Status
| Displays the unpublish status.
|
<Informatica Intelligent Cloud Services URL>/active-bpel/asset/v1/unpublish/<unpublishId>
| Displays the unpublish job information.
|