Device deployment - Update Device Policy
PATCH https://api.partnercenter.microsoft.com/v{version}/customers/{customer_id}/DevicePolicyUpdates
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
customer_id
|
path | True |
string |
客户 ID。 |
version
|
path | True |
string |
请求头
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
名称 | 必需 | 类型 | 说明 |
---|---|---|---|
Authorization | True |
string |
授权持有者令牌 |
ms-correlationid |
string |
用于在内部跟踪请求。 如果未提供 ms-correlationid,则服务器将为每个请求生成一个新请求 |
|
ms-cv |
string |
用于在内部跟踪请求。 如果未提供 ms-cv,服务器将为每个请求生成一个新请求 |
|
ms-requestid |
string |
用于请求的幂等性。 如果未提供 ms-requestid,服务器将为每个请求生成一个新请求 |
请求正文
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
名称 | 类型 | 说明 |
---|---|---|
devices |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
object |
还行 Media Types: "application/json", "text/json", "application/xml", "text/xml" |
202 Accepted |
object |
请求已成功接受。 查询更新后的客户的设备状态的链接在响应正文中返回。 Media Types: "application/json", "text/json", "application/xml", "text/xml" |
定义
Microsoft.Partner.Core.Collections.Link
名称 | 类型 | 说明 |
---|---|---|
body |
string |
|
headers |
System. |
|
method |
string |
|
uri |
string |
Microsoft.Partner.Core.Collections.ResourceAttributes
名称 | 类型 | 说明 |
---|---|---|
etag |
string |
|
objectType |
string |
Microsoft.Partner.Core.Collections.ResourceLinks
名称 | 类型 | 说明 |
---|---|---|
next | ||
previous | ||
self |
Microsoft.Partner.Providers.Contracts.V1.Device
名称 | 类型 | 说明 |
---|---|---|
allowedOperations |
string[] |
|
attributes | ||
hardwareHash |
string |
|
id |
string |
|
links | ||
modelName |
string |
|
oemManufacturerName |
string |
|
policies | ||
productKey |
string |
|
serialNumber |
string |
|
uploadedBy |
string |
|
uploadedDate |
string |
Microsoft.Partner.Providers.Contracts.V1.DevicePolicyUpdateRequest
名称 | 类型 | 说明 |
---|---|---|
attributes | ||
devices |
System.Collections.Generic.KeyValuePair[Microsoft.Partner.Providers.Contracts.V1.Enums.PolicyCategory,System.String]
名称 | 类型 | 说明 |
---|---|---|
key |
enum:
|
|
value |
string |
System.Collections.Generic.KeyValuePair[System.String,System.String]
名称 | 类型 | 说明 |
---|---|---|
key |
string |
|
value |
string |