你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Conversion - List
使用 获取数据转换的列表。
API List
是一个 HTTP GET
请求,它允许调用方提取之前使用 转换 API 提交的所有成功数据转换的列表。
提交列表请求
若要列出所有成功的转换,将发出 GET
没有其他参数的请求。
列出数据响应
转换列表 API 以格式返回所有转换详细信息 json
的完整列表。
下面是返回两个成功转换请求的详细信息的示例响应:
{
"conversions":
[
{
"conversionId": "54398242-ea6c-1f31-4fa6-79b1ae0fc24d",
"udid": "31838736-8b84-11ea-bc55-0242ac130003",
"created": "5/19/2020 9:00:00 AM +00:00",
"description": "User provided description.",
"featureCounts": {
"DIR": 1,
"LVL": 3,
"FCL": 1,
"UNIT": 150,
"CTG": 8,
"AEL": 0,
"OPN": 10
}
},
{
"conversionId": "2acf7d32-8b84-11ea-bc55-0242ac130003",
"udid": "1214bc58-8b84-11ea-bc55-0242ac1300039",
"created": "5/19/2020 9:00:00 AM +00:00",
"description": "User provided description.",
"featureCounts": {
"DIR": 1,
"LVL": 3,
"FCL": 1,
"UNIT": 150,
"CTG": 8,
"AEL": 0,
"OPN": 10
}
}
]
}
GET https://{geography}.atlas.microsoft.com/conversions?api-version=2.0
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
geography
|
path | True |
string |
此参数指定 Azure Maps Creator 资源所在的位置。 有效值是 us 和 eu。 |
api-version
|
query | True |
string |
Azure Maps API 的版本号。 |
请求头
名称 | 必需 | 类型 | 说明 |
---|---|---|---|
x-ms-client-id |
string |
指定要与Microsoft Entra ID安全模型一起使用的帐户。 它表示Azure Maps帐户的唯一 ID,可以从Azure Maps管理平面帐户 API 检索。 若要在 Azure Maps 中使用Microsoft Entra ID安全性,请参阅以下文章以获取指导。 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
列表请求已成功完成。 |
|
Other Status Codes |
发生了意外错误。 |
安全性
AADToken
这些是 OAuth 2.0 流Microsoft Entra。 与 Azure 基于角色的访问控制配对后,它可用于控制对 Azure Maps REST API 的访问。 Azure 基于角色的访问控制用于指定对一个或多个Azure Maps资源帐户或子资源的访问权限。 可以通过内置角色或由一个或多个权限组成的自定义角色授予任何用户、组或服务主体访问权限,以Azure Maps REST API。
若要实现方案,建议查看 身份验证概念。 总之,此安全定义提供了一个解决方案,用于通过能够对特定 API 和作用域进行访问控制的对象对应用程序 () 建模。
备注
- 此安全定义需要使用
x-ms-client-id
标头来指示应用程序请求访问哪个Azure Maps资源。 这可以从 地图管理 API 获取。
Authorization URL
特定于 Azure 公有云实例。 主权云具有唯一的授权 URL 和Microsoft Entra ID配置。
* Azure 基于角色的访问控制是通过 Azure 门户、PowerShell、CLI、Azure SDK 或 REST API 从 Azure 管理平面配置的。
* 使用 Azure Maps Web SDK 可以针对多个用例基于配置设置应用程序。
- 有关Microsoft 标识平台的详细信息,请参阅Microsoft 标识平台概述。
类型:
oauth2
流向:
implicit
授权 URL:
https://login.microsoftonline.com/common/oauth2/authorize
作用域
名称 | 说明 |
---|---|
https://atlas.microsoft.com/.default | https://atlas.microsoft.com/.default |
subscription-key
这是在Azure 门户或使用 PowerShell、CLI、Azure SDK 或 REST API 创建Azure Maps帐户时预配的共享密钥。
使用此密钥,任何应用程序都可以访问所有 REST API。 换句话说,此密钥可以用作颁发它们的帐户中的主密钥。
对于公开的应用程序,我们建议使用机密客户端应用程序方法来访问Azure Maps REST API,以便安全地存储密钥。
类型:
apiKey
在:
query
SAS Token
这是一个共享访问签名令牌,通过 Azure 管理平面通过 Azure 门户、PowerShell、CLI、Azure SDK 或 REST API 在Azure Maps资源上列出 SAS 操作创建。
使用此令牌,任何应用程序都有权使用 Azure 基于角色的访问控制进行访问,并精细控制特定令牌的过期、速率和区域 () 。 换句话说,SAS 令牌可用于允许应用程序以比共享密钥更安全的方式控制访问。
对于公开的应用程序,我们建议在 映射帐户资源 上配置允许的来源的特定列表,以限制呈现滥用,并定期续订 SAS 令牌。
类型:
apiKey
在:
header
示例
Returns a list of all the data processed by the Conversion Service for the account
示例请求
GET https://us.atlas.microsoft.com/conversions?api-version=2.0
示例响应
{
"conversions": [
{
"conversionId": "54398242-ea6c-1f31-4fa6-79b1ae0fc24d",
"udid": "31838736-8b84-11ea-bc55-0242ac130003",
"created": "5/19/2020 9:00:00 AM +00:00",
"description": "User provided description.",
"ontology": "facility-2.0",
"featureCounts": {
"directoryInfo": 1,
"level": 3,
"facility": 1,
"unit": 150,
"category": 8,
"areaElement": 0,
"opening": 10
}
},
{
"conversionId": "2acf7d32-8b84-11ea-bc55-0242ac130003",
"udid": "1214bc58-8b84-11ea-bc55-0242ac1300039",
"created": "5/20/2020 11:30:00 AM +00:00",
"description": "User provided description.",
"ontology": "facility-2.0",
"featureCounts": {
"structure": 614,
"directoryInfo": 1,
"level": 2,
"facility": 1,
"unit": 461,
"category": 30,
"verticalPenetration": 8,
"opening": 270
}
}
]
}
定义
名称 | 说明 |
---|---|
Conversion |
转换请求的详细信息。 |
Conversion |
转换列表 API 的响应模型。 |
Error |
资源管理错误附加信息。 |
Error |
错误详细信息。 |
Error |
错误响应 |
Conversion
转换请求的详细信息。
名称 | 类型 | 说明 |
---|---|---|
conversionId |
string |
表示 成功完成 转换过程的项目的唯一 ID。 |
created |
string |
此转换的日期和时间。 |
description |
string |
用户提供了要转换的内容的说明。 |
featureCounts |
object |
此转换中的功能计数摘要。 |
ontology |
string |
此数据集的本体版本。 |
udid |
string |
为创建此转换而提供的内容的唯一 ID。 |
ConversionListResult
转换列表 API 的响应模型。
名称 | 类型 | 说明 |
---|---|---|
conversions |
之前提交的所有转换请求的列表。 |
|
nextLink |
string |
如果存在,则为下一页数据的位置。 |
ErrorAdditionalInfo
资源管理错误附加信息。
名称 | 类型 | 说明 |
---|---|---|
info |
object |
其他信息。 |
type |
string |
其他信息类型。 |
ErrorDetail
错误详细信息。
名称 | 类型 | 说明 |
---|---|---|
additionalInfo |
错误附加信息。 |
|
code |
string |
错误代码。 |
details |
错误详细信息。 |
|
message |
string |
错误消息。 |
target |
string |
错误目标。 |
ErrorResponse
错误响应
名称 | 类型 | 说明 |
---|---|---|
error |
错误对象。 |