{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector IngestionStatus API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "IngestionStatus", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Data Ingestion Status By Data Feed", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/dataFeeds/:dataFeedId/ingestionStatus/query", "params": [ { "name": "dataFeedId", "value": "", "type": "path", "description": "The data feed unique id" }, { "name": "$skip", "value": "", "type": "query", "description": "for paging, skipped number" }, { "name": "$maxpagesize", "value": "", "type": "query", "description": "the maximum number of items in one page" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Reset Data Ingestion Status By Data Feed To Backfill Data", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/dataFeeds/:dataFeedId/ingestionProgress/reset", "params": [ { "name": "dataFeedId", "value": "", "type": "path", "description": "The data feed unique id" } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get Data Last Success Ingestion Job Timestamp By Data Feed", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dataFeeds/:dataFeedId/ingestionProgress", "params": [ { "name": "dataFeedId", "value": "", "type": "path", "description": "The data feed unique id" } ] }, "docs": "Needs a more full description created." } ] } ], "bundled": true }