Skip to content

Commit 8e3bd4c

Browse files
committed
Update references to deployment manifests
1 parent 0e65546 commit 8e3bd4c

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

articles/iot-central/core/howto-manage-devices-with-rest-api.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Use the following request to retrieve a list of devices from your application:
170170
GET https://{your app subdomain}/api/devices?api-version=2022-07-31
171171
```
172172

173-
The response to this request looks like the following example:
173+
The response to this request looks like the following example:
174174

175175
```json
176176
{
@@ -197,6 +197,10 @@ The response to this request looks like the following example:
197197
}
198198
```
199199

200+
### Assign a deployment manifest
201+
202+
If you're adding an IoT Edge device, you can use the API to assign an IoT Edge deployment manifest to the device. To learn more, see [Assign a deployment manifest to a device](howto-manage-deployment-manifests-with-rest-api.md#assign-a-deployment-manifest-to-a-device).
203+
200204
### Use ODATA filters
201205

202206
You can use ODATA filters to filter the results returned by the list devices API.

articles/iot-central/core/howto-manage-jobs-with-rest-api.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The following table describes the fields in the previous JSON snippet:
8181
| `cancellationThreshold/type` | The cancellation threshold for the job is either a `percentage` or a `number` of devices. |
8282
| `cancellationThreshold/value` | Either the percentage of devices or the number of devices that define the cancellation threshold. |
8383
| `data` | An array of operations the job performs. |
84-
| `data/type` | One of `PropertyJobData`, `CommandJobData`, or `CloudPropertyJobData` |
84+
| `data/type` | One of `PropertyJobData`, `CommandJobData`, `CloudPropertyJobData`, or `DeviceTemplateMigrationJobData`. The preview version of the API includes `DeviceManifestMigrationJobData`. |
8585
| `data/target` | The model ID of the target devices. |
8686
| `data/path` | The name of the property, command, or cloud property. |
8787
| `data/value` | The property value to set or the command parameter to send. |
@@ -250,7 +250,7 @@ When you create a device group, you define a `filter` that selects the devices t
250250
}
251251
```
252252

253-
The response to this request looks like the following example:
253+
The response to this request looks like the following example:
254254

255255
```json
256256
{
@@ -263,7 +263,6 @@ The response to this request looks like the following example:
263263

264264
You can now use the `id` value from the response to create a new job.
265265

266-
267266
```json
268267
{
269268
"displayName": "Set target temperature",

0 commit comments

Comments
 (0)