Data Integration
- Data Integration
- 所有产品
キー
| 値
|
---|---|
承認
| application/vnd.api+json
|
Content-Type
| application/vnd.api+json
|
INFA-SESSION-ID
| loginリソースを使用して、セッションIDを取得します。ログインリソースの詳細は、『 REST APIリファレンス 』を参照してください。
|
{ "data": { "type": "publish", "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": "publish", "id": "690487059198201856", "attributes": { "jobState": "NOT_STARTED", "jobStatusDetail": {}, "startedBy": "autouser_pod1", "startDate": "2022-03-21T09:09:04.000+0000", "totalCount": 1, "processedCount": 0, "assetPaths": [ "Explore/Pavan/BulkPublishApi/BPTaskflow1.TASKFLOW.xml" ] } }, "links": { "self": https://na1.dm-us.informaticacloud.com/active-bpel/asset/v1/publish/690487059198201856, "status": https://na1.dm-us.informaticacloud.com/active-bpel/asset/v1/publish/690487059198201856/Status } }
URL
| 説明
|
---|---|
<Informatica Intelligent Cloud ServicesのURL>/active-bpel/asset/v1/publish/<publishId>/Status
| パブリッシュのステータスを表示します。
|
<Informatica Intelligent Cloud ServicesのURL>/active-bpel/asset/v1/publish/<publishId>
| パブリッシュジョブの情報を表示します。
|