如何通过 postman 调用 REST API 在 Azure 中创建索引?

天人

我正在创建一个应用程序,我需要调用与创建数据源相关的 REST API,如下所述:https : //docs.microsoft.com/en-us/azure/search/search-howto-indexing-azure-blob-storage

这是我提出请求的方式:

在此处输入图片说明

我收到以下错误:

{
    "error": {
        "code": "",
        "message": "The request is invalid. Details: index : The property 'type' does not exist on type 'Microsoft.Azure.Search.V2016_09_01.IndexDefinition'. Make sure to only use property names that are defined by the type.\r\n"
    }
}

我应该怎么做才能正确设置“类型”?

约书亚·达克斯伯里

您发布到错误的 URL 尝试以下操作

https://[service name].search.windows.net/datasources?api-version=2016-09-01

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章

如何获取有效的访问令牌以从Postman调用Azure REST API

Django:通过视图而不是 Postman 调用 REST API

如何从Azure DevOps扩展中调用Wiki REST Api?

如何在C#中调用Azure Rest API

从 Azure 中的 REST api 调用发布版本

如何通过 Hippo CMS 中的 REST API 调用更新内容?

如何通过REST API创建Azure Application Insights的新实例

POSTMAN如何在rest调用中添加授权标头

Azure AD、REST API 和 Postman

通过Rest调用查询Windows Azure Active Directory图Api

如何使用GOLang通过调用REST API在BitBucket中创建存储库

如何通过邮递员调用与Azure搜索相关的REST API?

无法通过Rest API创建Azure锁

如何通过REST API调用保存PDF

如何通过 Azure REST API 获取 IOT Edge Modules 的运行状态?(不是“获取设备上的模块”API 调用中的 connectionState 或状态)

如何在Azure API管理REST API中创建用户?

如何使用 Postman 在 Web API 中调用函数?

如何使用Bearer令牌从Azure DevOps调用REST API

如何使用Azure数据工厂管道调用REST API?

如何通过Rest API触发Azure管道

通过REST API调用数据不知道如何在表中调用数据

如何在春季的REST Api中通过rest调用发送密码字符串?

是否可以在 Azure Functions 中的 TimerTrigger 内调用 rest api

如何从 mule 代理中调用 rest api

如何使用 REST API 在 azure devops 中创建环境

如何使用Postman将查询发送到Azure Table REST API

如何通过 azure devops 中的 Rest API 获得通过测试的百分比

我可以通过ruby REST API调用创建方法吗?

在Codepen与Postman中获取API调用