API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen
Entity · rmm_device_inventories

RMM Device Inventory

Schema-ID
rmm_device_inventory
Collection
rmm_device_inventories
Permissions
  • Lesenrmm_device_inventory_view
  • Anlegenrmm_device_inventory_manage
  • Ändernrmm_device_inventory_manage
  • Löschenrmm_device_inventory_manage

Felder

RMM Device Inventory

rmm_device_inventories4 Permissions

Non-historized full inventory mirror for an RMM device (ADR 0186 §12.2 / 0244).

rmmDeviceIduuiderforderlich

FK to rmm_device._id (equals this document _id).

providerstringoptional

Which RMM produced this inventory. Absent on pre-0244 docs → octoja.

octojaninjaoneriverbird
Default: "octoja"
externalDeviceIdstringoptional

Provider-generic device id. Fallback: externalDeviceId ?? octojaAssetId.

nullable
octojaAssetIdstringoptional
nullable
partyIduuidoptional
nullable
deviceobjectoptional
nullable
hardwareobjectoptional
nullable
installedSoftwareobject[]optional
Default: []
servicesobject[]optional
Default: []
pendingUpdatesobject[]optional
Default: []
localUsersobject[]optional
Default: []
networkAdaptersobject[]optional
Default: []
countsobjectoptional
nullable
softwareintegeroptional
Default: 0
servicesintegeroptional
Default: 0
pendingUpdatesintegeroptional
Default: 0
localUsersintegeroptional
Default: 0
networkAdaptersintegeroptional
Default: 0
disksintegeroptional
Default: 0
truncatedbooleanoptional
Default: false
octojaUpdatedAtdatetimeoptional
nullable
octojaLastSyncAtdatetimeoptional
nullable

Standard-Endpoints

Diese Resource folgt dem generischen CRUD-Vertrag der Plattform. Lesen Sie die Konventionen für Pagination, Idempotenz, Optimistic Locking und Audit. Die wichtigsten Endpoints:

  • GET /api/v1/rmm_device_inventories — Liste, paginiert + filterbar
  • GET /api/v1/rmm_device_inventories/<id> — Einzelne Entity
  • POST /api/v1/rmm_device_inventories — Anlegen
  • PATCH /api/v1/rmm_device_inventories/<id> — Teil-Update
  • DELETE /api/v1/rmm_device_inventories/<id> — Soft-Delete
  • GET /api/v1/rmm_device_inventories/<id>/timeline — Audit + Aktivitäten

Suche