Skip to content

Commit

Permalink
docs: Report type values for SystemResources [backport docs-release-5…
Browse files Browse the repository at this point in the history
….5] (#5597)

docs: Report type values for SystemResources (#5592)

(cherry picked from commit d0525a7)

Co-authored-by: Matteo Maiero <[email protected]>
  • Loading branch information
eclipse-kura-bot and MMaiero authored Nov 28, 2024
1 parent 4adfed7 commit 7ebcc49
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/references/rest-apis/rest-inventory-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@
]
}
```
Supported **type** values are:
- BUNDLE : represents a OSGi Bundle
- DP : represents a OSGi Deployment Package
- DEB : represents a Linux Debian package
- RPM : represents a Linux RPM package
- APK : represents a Linux Alpine APK package
- DOCKER : represents a container instance
- CONTAINER_IMAGE : represents a container image
- UNKNOWN : fallback type for unrecognized resources

---


Expand Down

0 comments on commit 7ebcc49

Please sign in to comment.