Add Datto RMM device API documentation
This commit is contained in:
parent
6eee14f8af
commit
df333348f6
3 changed files with 506 additions and 0 deletions
63
docs/datto-rmm-device-example.json
Normal file
63
docs/datto-rmm-device-example.json
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
{
|
||||
"item": {
|
||||
"id": 12345678,
|
||||
"uid": "abc123def456",
|
||||
"siteId": 98765,
|
||||
"siteUid": "site-uid-123",
|
||||
"siteName": "Acme Corporation",
|
||||
"deviceType": {
|
||||
"category": "Workstation",
|
||||
"type": "Desktop"
|
||||
},
|
||||
"hostname": "DESKTOP-ABC123",
|
||||
"description": "John Doe's Workstation",
|
||||
"intIpAddress": "192.168.1.100",
|
||||
"extIpAddress": "203.0.113.45",
|
||||
"macAddresses": [
|
||||
"00:1A:2B:3C:4D:5E",
|
||||
"00:1A:2B:3C:4D:5F"
|
||||
],
|
||||
"domain": "acme.local",
|
||||
"manufacturer": "Dell Inc.",
|
||||
"model": "OptiPlex 7090",
|
||||
"serialNumber": "ABC123XYZ789",
|
||||
"lastSeen": 1701532800000,
|
||||
"lastLoggedInUser": "jdoe",
|
||||
"lastReboot": 1701446400000,
|
||||
"lastAuditDate": 1701518400000,
|
||||
"creationDate": 1640995200000,
|
||||
"online": true,
|
||||
"suspended": false,
|
||||
"deleted": false,
|
||||
"rebootRequired": false,
|
||||
"a64Bit": true,
|
||||
"operatingSystem": "Windows 11 Pro",
|
||||
"cagVersion": "2.5.1.123",
|
||||
"displayVersion": "22H2",
|
||||
"memory": 16384,
|
||||
"cpuCores": 8,
|
||||
"cpuName": "Intel(R) Core(TM) i7-11700 @ 2.50GHz",
|
||||
"diskSize": 512,
|
||||
"antivirus": {
|
||||
"antivirusProduct": "Windows Defender",
|
||||
"antivirusStatus": "Up to date"
|
||||
},
|
||||
"patchManagement": {
|
||||
"patchStatus": "Current",
|
||||
"patchesApprovedPending": 2,
|
||||
"patchesNotApproved": 5,
|
||||
"patchesInstalled": 145
|
||||
},
|
||||
"softwareStatus": "Compliant",
|
||||
"portalUrl": "https://concord.centrastage.net/csm/device/12345678",
|
||||
"webRemoteUrl": "https://concord.centrastage.net/remote/12345678",
|
||||
"warrantyDate": "2026-12-31",
|
||||
"snmpEnabled": false,
|
||||
"deviceClass": "Workstation",
|
||||
"udf": {
|
||||
"customField1": "Value1",
|
||||
"customField2": "Value2",
|
||||
"department": "Engineering"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue