{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Indexers API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Indexers", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Post Indexers Indexername Search Reset", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/indexers(':indexerName')/search.reset", "headers": [ { "name": "x-ms-client-request-id", "value": "" } ], "params": [ { "name": "indexerName", "value": "", "type": "path", "description": "The name of the indexer to reset." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Resets the change tracking state associated with an indexer." }, { "info": { "name": "Microsoft Azure Post Indexers Indexername Search Run", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/indexers(':indexerName')/search.run", "headers": [ { "name": "x-ms-client-request-id", "value": "" } ], "params": [ { "name": "indexerName", "value": "", "type": "path", "description": "The name of the indexer to run." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Runs an indexer on-demand." }, { "info": { "name": "Microsoft Azure Get Indexers Indexername", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/indexers(':indexerName')", "headers": [ { "name": "x-ms-client-request-id", "value": "" } ], "params": [ { "name": "indexerName", "value": "", "type": "path", "description": "The name of the indexer to retrieve." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Retrieves an indexer definition." }, { "info": { "name": "Microsoft Azure Put Indexers Indexername", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/indexers(':indexerName')", "headers": [ { "name": "x-ms-client-request-id", "value": "" }, { "name": "If-Match", "value": "" }, { "name": "If-None-Match", "value": "" }, { "name": "Prefer", "value": "" } ], "params": [ { "name": "indexerName", "value": "", "type": "path", "description": "The name of the indexer to create or update." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Creates a new indexer or updates an indexer if it already exists." }, { "info": { "name": "Microsoft Azure Delete Indexers Indexername", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/indexers(':indexerName')", "headers": [ { "name": "x-ms-client-request-id", "value": "" }, { "name": "If-Match", "value": "" }, { "name": "If-None-Match", "value": "" } ], "params": [ { "name": "indexerName", "value": "", "type": "path", "description": "The name of the indexer to delete." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Deletes an indexer." }, { "info": { "name": "Microsoft Azure Get Indexers", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/indexers", "headers": [ { "name": "x-ms-client-request-id", "value": "" } ], "params": [ { "name": "$select", "value": "", "type": "query", "description": "Selects which top-level properties of the indexers to retrieve. Specified as a comma-separated list of JSON property names, or '*' for all properties. The default is all properties." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Lists all indexers available for a search service." }, { "info": { "name": "Microsoft Azure Post Indexers", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/indexers", "headers": [ { "name": "x-ms-client-request-id", "value": "" } ], "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Creates a new indexer." }, { "info": { "name": "Microsoft Azure Get Indexers Indexername Search Status", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/indexers(':indexerName')/search.status", "headers": [ { "name": "x-ms-client-request-id", "value": "" } ], "params": [ { "name": "indexerName", "value": "", "type": "path", "description": "The name of the indexer for which to retrieve status." }, { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." } ] }, "docs": "Returns the current status and execution history of an indexer." } ] } ], "bundled": true }