{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector AdminKeys API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "AdminKeys", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Search Searchservices Searchservicename Listadminkeys", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Search/searchServices/:searchServiceName/listAdminKeys", "headers": [ { "name": "x-ms-client-request-id", "value": "" } ], "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal." }, { "name": "searchServiceName", "value": "", "type": "path", "description": "The name of the Azure Cognitive Search service associated with the specified resource group." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for each request." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The unique identifier for a Microsoft Azure subscription. You can obtain this value from the Azure Resource Manager API or the portal." } ] }, "docs": "Gets the primary and secondary admin API keys for the specified Azure Cognitive Search service." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Search Searchservices Searchservicename Regenerateadminkey Keykind", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Search/searchServices/:searchServiceName/regenerateAdminKey/:keyKind", "headers": [ { "name": "x-ms-client-request-id", "value": "" } ], "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal." }, { "name": "searchServiceName", "value": "", "type": "path", "description": "The name of the Azure Cognitive Search service associated with the specified resource group." }, { "name": "keyKind", "value": "", "type": "path", "description": "Specifies which key to regenerate. Valid values include 'primary' and 'secondary'." }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for each request." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The unique identifier for a Microsoft Azure subscription. You can obtain this value from the Azure Resource Manager API or the portal." } ] }, "docs": "Regenerates either the primary or secondary admin API key. You can only regenerate one key at a time." } ] } ], "bundled": true }