Skip to content

Commit 3049222

Browse files
authored
Merge pull request #232134 from batamig/references-resources
Deployment guide release: references and resources
2 parents ab195ea + 9d9ecc2 commit 3049222

22 files changed

+108
-80
lines changed

articles/defender-for-iot/organizations/TOC.yml

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,10 @@
336336
href: how-to-troubleshoot-the-sensor-and-on-premises-management-console.md
337337
- name: Reference
338338
items:
339-
- name: Data retention
340-
href: references-data-retention.md
339+
- name: Sample connectivity models
340+
href: best-practices/sample-connectivity-models.md
341+
- name: Networking requirements
342+
href: networking-requirements.md
341343
- name: OT monitoring appliances
342344
items:
343345
- name: Overview
@@ -383,9 +385,23 @@
383385
href: appliance-catalog/hpe-proliant-dl20-smb-legacy.md
384386
- name: Neousys Nuvo-500LP (L100 Rugged)
385387
href: appliance-catalog/neousys-nuvo-5006lp.md
388+
- name: Supported protocols
389+
href: concept-supported-protocols.md
386390
- name: Alert reference
387391
href: alert-engine-messages.md
388392
displayName: alerts
393+
- name: Sensor health message reference
394+
href: sensor-health-messages.md
395+
- name: CLI command reference
396+
items:
397+
- name: CLI users and access
398+
href: references-work-with-defender-for-iot-cli-commands.md
399+
displayName: shell, login, cli, command-line, commands, users, user
400+
- name: OT sensor CLI reference
401+
href: cli-ot-sensor.md
402+
displayName: shell, login, cli, command-line, commands, users, user
403+
- name: Data retention
404+
href: references-data-retention.md
389405
- name: API reference
390406
items:
391407
- name: Working with Defender for IoT APIs
@@ -414,16 +430,6 @@
414430
href: api/management-inventory-apis.md
415431
- name: Partner integration
416432
href: api/management-integration-apis.md
417-
- name: Sensor health message reference
418-
href: sensor-health-messages.md
419-
- name: Defender for IoT CLI
420-
items:
421-
- name: CLI users and access
422-
href: references-work-with-defender-for-iot-cli-commands.md
423-
displayName: shell, login, cli, command-line, commands, users, user
424-
- name: OT sensor CLI reference
425-
href: cli-ot-sensor.md
426-
displayName: shell, login, cli, command-line, commands, users, user
427433
- name: Frequently asked questions
428434
items:
429435
- name: General FAQ
@@ -434,8 +440,6 @@
434440
href: faqs-eiot.md
435441
- name: Resources
436442
items:
437-
- name: OT network pre-deployment checklist
438-
href: pre-deployment-checklist.md
439443
- name: Custom columns sample script
440444
href: custom-columns-sample-script.md
441445
- name: Regional availability

articles/defender-for-iot/organizations/api/management-integration-apis.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ This API returns data about a specific device per a given device ID.
298298
| **u_mac_address_objects** |JSON array of MAC addresses | Not nullable | Array of [MAC address](#mac_address_object-fields) objects |
299299
| **u_protocol_objects** | JSON array of protocols | Not nullable | An array of [protocol](#protocol_object-fields) objects |
300300
| **u_vlans** |JSON array of VLAN objects | Not nullable | An array of [VLAN](#vlan_object-fields) objects |
301-
| **u_purdue_layer** | String | Not nullable |Defines the default [Purdue layer](../plan-network-monitoring.md#purdue-reference-model-and-defender-for-iot) for this device type. |
301+
| **u_purdue_layer** | String | Not nullable |Defines the default [Purdue layer](../best-practices/understand-network-architecture.md) for this device type. |
302302
| **u_sensor_ids** |JSON array of sensor ID objects |Not nullable | An array of [sensor ID](#sensor_id_object-fields) objects |
303303
| **u_cm_device_url** |String |Not nullable | The URL used to access the device on the on-premises management console. |
304304
| **u_device_urls** |JSON array of URL objects |Not nullable | An array of [device URL](#device_url_object-fields) objects |
@@ -732,6 +732,7 @@ curl -k -H "Authorization: <Authorization token>" "https://<IP Address>/external
732732
```rest
733733
curl -k -H "Authorization: 1234b734a9244d54ab8d40aedddcabcd" "https://127.0.0.1/external/v3/integration/devicecves/1664781014000"
734734
```
735+
735736
---
736737

737738
## Next steps

articles/defender-for-iot/organizations/appliance-catalog/dell-edge-5200.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,5 @@ Continue understanding system requirements for physical or virtual appliances. F
5454

5555
Then, use any of the following procedures to continue:
5656

57-
- [Purchase sensors or download software for sensors](../onboard-sensors.md#purchase-sensors-or-download-software-for-sensors)
58-
- [Download software for an on-premises management console](../how-to-manage-the-on-premises-management-console.md#download-software-for-the-on-premises-management-console)
59-
- [Install software](../how-to-install-software.md)
57+
- [Download software for an OT sensor](../ot-deploy/install-software-ot-sensor.md#download-software-files-from-the-azure-portal)
58+
- [Download software files for an on-premises management console](../ot-deploy/install-software-on-premises-management-console.md#download-software-files-from-the-azure-portal)

articles/defender-for-iot/organizations/appliance-catalog/dell-poweredge-r340-xl-legacy.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,5 @@ Continue understanding system requirements for physical or virtual appliances. F
194194

195195
Then, use any of the following procedures to continue:
196196

197-
- [Purchase sensors or download software for sensors](../onboard-sensors.md#purchase-sensors-or-download-software-for-sensors)
198-
- [Download software for an on-premises management console](../how-to-manage-the-on-premises-management-console.md#download-software-for-the-on-premises-management-console)
199-
- [Install software](../how-to-install-software.md)
197+
- [Download software for an OT sensor](../ot-deploy/install-software-ot-sensor.md#download-software-files-from-the-azure-portal)
198+
- [Download software files for an on-premises management console](../ot-deploy/install-software-on-premises-management-console.md#download-software-files-from-the-azure-portal)

articles/defender-for-iot/organizations/appliance-catalog/dell-poweredge-r350-e1800.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,5 @@ Continue understanding system requirements for physical or virtual appliances. F
224224

225225
Then, use any of the following procedures to continue:
226226

227-
- [Purchase sensors or download software for sensors](../onboard-sensors.md#purchase-sensors-or-download-software-for-sensors)
228-
- [Download software for an on-premises management console](../how-to-manage-the-on-premises-management-console.md#download-software-for-the-on-premises-management-console)
229-
- [Install software](../how-to-install-software.md)
227+
- [Download software for an OT sensor](../ot-deploy/install-software-ot-sensor.md#download-software-files-from-the-azure-portal)
228+
- [Download software files for an on-premises management console](../ot-deploy/install-software-on-premises-management-console.md#download-software-files-from-the-azure-portal)

articles/defender-for-iot/organizations/appliance-catalog/hpe-edgeline-el300.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,5 @@ Continue understanding system requirements for physical or virtual appliances. F
148148

149149
Then, use any of the following procedures to continue:
150150

151-
- [Purchase sensors or download software for sensors](../onboard-sensors.md#purchase-sensors-or-download-software-for-sensors)
152-
- [Download software for an on-premises management console](../how-to-manage-the-on-premises-management-console.md#download-software-for-the-on-premises-management-console)
153-
- [Install software](../how-to-install-software.md)
151+
- [Download software for an OT sensor](../ot-deploy/install-software-ot-sensor.md#download-software-files-from-the-azure-portal)
152+
- [Download software files for an on-premises management console](../ot-deploy/install-software-on-premises-management-console.md#download-software-files-from-the-azure-portal)

articles/defender-for-iot/organizations/appliance-catalog/hpe-proliant-dl20-legacy.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,5 @@ Continue understanding system requirements for physical or virtual appliances. F
153153

154154
Then, use any of the following procedures to continue:
155155

156-
- [Purchase sensors or download software for sensors](../onboard-sensors.md#purchase-sensors-or-download-software-for-sensors)
157-
- [Download software for an on-premises management console](../how-to-manage-the-on-premises-management-console.md#download-software-for-the-on-premises-management-console)
158-
- [Install software](../how-to-install-software.md)
156+
- [Download software for an OT sensor](../ot-deploy/install-software-ot-sensor.md#download-software-files-from-the-azure-portal)
157+
- [Download software files for an on-premises management console](../ot-deploy/install-software-on-premises-management-console.md#download-software-files-from-the-azure-portal)

articles/defender-for-iot/organizations/appliance-catalog/hpe-proliant-dl20-plus-enterprise.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,5 @@ Continue understanding system requirements for physical or virtual appliances. F
170170

171171
Then, use any of the following procedures to continue:
172172

173-
- [Purchase sensors or download software for sensors](../onboard-sensors.md#purchase-sensors-or-download-software-for-sensors)
174-
- [Download software for an on-premises management console](../how-to-manage-the-on-premises-management-console.md#download-software-for-the-on-premises-management-console)
175-
- [Install software](../how-to-install-software.md)
173+
- [Download software for an OT sensor](../ot-deploy/install-software-ot-sensor.md#download-software-files-from-the-azure-portal)
174+
- [Download software files for an on-premises management console](../ot-deploy/install-software-on-premises-management-console.md#download-software-files-from-the-azure-portal)

articles/defender-for-iot/organizations/appliance-catalog/hpe-proliant-dl20-plus-smb.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,5 @@ Continue understanding system requirements for physical or virtual appliances. F
188188

189189
Then, use any of the following procedures to continue:
190190

191-
- [Purchase sensors or download software for sensors](../onboard-sensors.md#purchase-sensors-or-download-software-for-sensors)
192-
- [Download software for an on-premises management console](../how-to-manage-the-on-premises-management-console.md#download-software-for-the-on-premises-management-console)
193-
- [Install software](../how-to-install-software.md)
191+
- [Download software for an OT sensor](../ot-deploy/install-software-ot-sensor.md#download-software-files-from-the-azure-portal)
192+
- [Download software files for an on-premises management console](../ot-deploy/install-software-on-premises-management-console.md#download-software-files-from-the-azure-portal)

articles/defender-for-iot/organizations/appliance-catalog/hpe-proliant-dl20-smb-legacy.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,5 @@ Continue understanding system requirements for physical or virtual appliances. F
168168

169169
Then, use any of the following procedures to continue:
170170

171-
- [Purchase sensors or download software for sensors](../onboard-sensors.md#purchase-sensors-or-download-software-for-sensors)
172-
- [Download software for an on-premises management console](../how-to-manage-the-on-premises-management-console.md#download-software-for-the-on-premises-management-console)
173-
- [Install software](../how-to-install-software.md)
171+
- [Download software for an OT sensor](../ot-deploy/install-software-ot-sensor.md#download-software-files-from-the-azure-portal)
172+
- [Download software files for an on-premises management console](../ot-deploy/install-software-on-premises-management-console.md#download-software-files-from-the-azure-portal)

0 commit comments

Comments
 (0)