Skip to content

Commit

Permalink
docs: Report type values for SystemResources (#5592)
Browse files Browse the repository at this point in the history
  • Loading branch information
MMaiero authored Nov 28, 2024
1 parent 44f4a82 commit d0525a7
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 d0525a7

Please sign in to comment.