{ "opencollection": "1.0.0", "info": { "name": "Airflow Asset Backfill API", "version": "2" }, "items": [ { "info": { "name": "Backfill", "type": "folder" }, "items": [ { "info": { "name": "Airflow List Backfills", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/backfills", "params": [ { "name": "dag_id", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "order_by", "value": "", "type": "query", "description": "Attributes to order by, multi criteria sort is supported. Prefix with `-` for descending order. Supported attributes: `id`" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Airflow List Backfills" }, { "info": { "name": "Airflow Create Backfill", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/backfills", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Airflow Create Backfill" }, { "info": { "name": "Airflow Get Backfill", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/backfills/:backfill_id", "params": [ { "name": "backfill_id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Airflow Get Backfill" }, { "info": { "name": "Airflow Pause Backfill", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v2/backfills/:backfill_id/pause", "params": [ { "name": "backfill_id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Airflow Pause Backfill" }, { "info": { "name": "Airflow Unpause Backfill", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v2/backfills/:backfill_id/unpause", "params": [ { "name": "backfill_id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Airflow Unpause Backfill" }, { "info": { "name": "Airflow Cancel Backfill", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v2/backfills/:backfill_id/cancel", "params": [ { "name": "backfill_id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Airflow Cancel Backfill" }, { "info": { "name": "Airflow Create Backfill Dry Run", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/backfills/dry_run", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Airflow Create Backfill Dry Run" } ] } ], "bundled": true }