{ "opencollection": "1.0.0", "info": { "name": "OneAtlas WorldDEM Access Deliver API", "version": "1.0.1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Deliver", "type": "folder" }, "items": [ { "info": { "name": "Fail Activity", "type": "http" }, "http": { "method": "POST", "url": "https://sar.api.oneatlas.airbus.com/v1/api/v1/activities/:activityId/fail", "headers": [ { "name": "X-Ads-Correlation-Id", "value": "799246d8-4172-11e8-b045-e7011a379ec4" } ], "params": [ { "name": "activityId", "value": "799246d8-4172-11e8-b045-e7011a379ec4", "type": "path", "description": "The identifier of the activity. It is the correlation ID given to the ingestion/process/format order request." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Set activity status to `FAILED` only for manual activities such as physical delivering.\n\nIf the activity is already terminated (status `ARCHIVED`, `CANCELED`, `FAILED` or `SUCCESSED`), the response is an HTTP `400` error code.\n\nThis endpoints **should not be forged** but retrieved from the `_links` map in list activities response or any endpoint that create or modify an activity.\n" }, { "info": { "name": "Hold Activity", "type": "http" }, "http": { "method": "POST", "url": "https://sar.api.oneatlas.airbus.com/v1/api/v1/activities/:activityId/hold", "headers": [ { "name": "X-Ads-Correlation-Id", "value": "799246d8-4172-11e8-b045-e7011a379ec4" } ], "params": [ { "name": "activityId", "value": "799246d8-4172-11e8-b045-e7011a379ec4", "type": "path", "description": "The identifier of the activity. It is the correlation ID given to the ingestion/process/format order request." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Hold activity and set activity status to `ON_HOLD` only for manual activities such as control or physical delivering.\n\nIf the activity is already terminated (status `ARCHIVED`, `CANCELED`, `FAILED` or `SUCCESSED`), the response is an HTTP `400` error code.\n\nThis endpoints **should not be forged** but retrieved from the `_links` map in list activities response or any endpoint that create or modify an activity.\n" }, { "info": { "name": "Succeed Activity", "type": "http" }, "http": { "method": "POST", "url": "https://sar.api.oneatlas.airbus.com/v1/api/v1/activities/:activityId/succeed", "headers": [ { "name": "X-Ads-Correlation-Id", "value": "799246d8-4172-11e8-b045-e7011a379ec4" } ], "params": [ { "name": "activityId", "value": "799246d8-4172-11e8-b045-e7011a379ec4", "type": "path", "description": "The identifier of the activity. It is the correlation ID given to the ingestion/process/format order request." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Set activity status to `SUCCESSED` only for manual activities such as physical delivering.\n\nIf the activity is already terminated (status `ARCHIVED`, `CANCELED`, `FAILED` or `SUCCESSED`), the response is an HTTP `400` error code.\n\nThis endpoints **should not be forged** but retrieved from the `_links` map in list activities response or any endpoint that create or modify an activity.\n" }, { "info": { "name": "Deliver Products", "type": "http" }, "http": { "method": "POST", "url": "https://sar.api.oneatlas.airbus.com/v1/api/v1/deliveries", "headers": [ { "name": "X-Ads-Correlation-Id", "value": "799246d8-4172-11e8-b045-e7011a379ec4" }, { "name": "X-Ads-Priority", "value": "799246d8-4172-11e8-b045-e7011a379ec4" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deliver the requested catalog items to a workspace. The workspace may be configured to copy the items to an external data storage. This configuration can only be done via a non public endpoint. When delivered, each item emits a stage with name `ITEM_DELIVERED_TO_WORKSPACE`. When all items are delivered in the workspace, a stage with name `ALL_ITEMS_DELIVERED_TO_WORKSPACE` is emit." } ] } ], "bundled": true }