Skip to content

Commit cbb641a

Browse files
Merge pull request #57 from nstrauss/ns.update_fields
Update sort and filter fields for device inventory endpoints
2 parents b163a79 + e3edf48 commit cbb641a

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

src/jamf_pro_sdk/models/pro/api_options.py

+10-5
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
"general.lastCloudBackupDate",
6868
"general.reportDate",
6969
"general.lastReportedIp",
70+
"general.managementId",
7071
"general.remoteManagement.managed",
71-
"general.remoteManagement.managementUsername",
7272
"general.mdmCapable.capable",
7373
"general.mdmCertificateExpiration",
7474
"general.platform",
@@ -81,23 +81,27 @@
8181
"hardware.model",
8282
"hardware.modelIdentifier",
8383
"hardware.serialNumber",
84-
"hardware.supportsIosAppInstalls,hardware.isAppleSilicon",
84+
"hardware.supportsIosAppInstalls",
85+
"hardware.appleSilicon",
8586
"operatingSystem.activeDirectoryStatus",
8687
"operatingSystem.fileVault2Status",
8788
"operatingSystem.build",
8889
"operatingSystem.supplementalBuildVersion",
8990
"operatingSystem.rapidSecurityResponse",
9091
"operatingSystem.name",
9192
"operatingSystem.version",
92-
"operatingSystem.softwareUpdateDeviceId",
9393
"security.activationLockEnabled",
94-
"security.recoveryLockEnabled,security.firewallEnabled,userAndLocation.buildingId",
94+
"security.recoveryLockEnabled",
95+
"security.firewallEnabled",
96+
"serAndLocation.buildingId",
9597
"userAndLocation.departmentId",
9698
"userAndLocation.email",
9799
"userAndLocation.realname",
98100
"userAndLocation.phone",
99-
"userAndLocation.position,userAndLocation.room",
101+
"userAndLocation.position",
102+
"userAndLocation.room",
100103
"userAndLocation.username",
104+
"diskEncryption.fileVault2Enabled",
101105
"purchasing.appleCareId",
102106
"purchasing.lifeExpectancy",
103107
"purchasing.purchased",
@@ -268,6 +272,7 @@
268272
"assetTag",
269273
"availableSpaceMb",
270274
"batteryLevel",
275+
"batteryHealth",
271276
"bluetoothLowEnergyCapable",
272277
"bluetoothMacAddress",
273278
"capacityMb",

0 commit comments

Comments
 (0)