{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Ingestion: API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Ingestion:", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Gets The Status Of An Ingestion Job By Its Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/extensions/on-your-data/ingestion-jobs/:jobId", "params": [ { "name": "jobId", "value": "", "type": "path", "description": "The id of the ingestion job." }, { "name": "api-version", "value": "", "type": "query", "description": "The requested API version." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Starts A Job For Ingesting Data Into An Azure Search Index To Be Used As A Data Source For Completions The Status Of The Ingestion Job Will Be Kept For 48 Hours After Its Completion And Will Be Deleted Afterwards", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/extensions/on-your-data/ingestion-jobs/:jobId", "headers": [ { "name": "searchServiceEndpoint", "value": "" }, { "name": "searchServiceAdminKey", "value": "" }, { "name": "storageConnectionString", "value": "" }, { "name": "storageContainer", "value": "" }, { "name": "embeddingEndpoint", "value": "" }, { "name": "embeddingKey", "value": "" }, { "name": "storageEndpoint", "value": "" }, { "name": "embeddingDeploymentName", "value": "" } ], "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The requested API version." }, { "name": "jobId", "value": "", "type": "path", "description": "The id of the ingestion job." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Lists The Status Of All Ingestion Jobs That Ran In The Past 48 Hours In The Form Of Paginated Collections", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/extensions/on-your-data/ingestion-jobs", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The requested API version." } ] }, "docs": "Needs a more full description created." } ] } ], "bundled": true }