The OSGi details page shows a searchable list of the OSGi bundles deployed into a container. You can select any bundle in the list to get detailed information about a specific bundle.
The list of bundles on the OSGi pages displays all of the OSGi bundles installed in the container. The list includes the following details:
the bundle's ID
the bundle's name
the bundle's version
the bundle's lifecycle state
Selecting a bundle displays opens a new page that lists details about the bundle.
![]() | Important |
|---|---|
The bundles list does not display Fuse Application Bundles(FABs). It will list the OSGi bundles that are deployed when a FAB's manifest is resolved. |
When a bundle is selected from the list of bundles a page listing the bundles details opens. The page displays the following details about the bundle:
ID
Symbolic Name
Version
Imported Packages
Exported Packages
Manifest Headers
Exported Services
For each OSGi service the bundle exports, the page includes the following service details:
the service's ID
the object classes available from the service
the IDs of the bundles using the service
the service's properties






![[Important]](imagesdb/important.gif)


