aem_component_list
List OSGi components from AEM instances, applying optional state and name filters to locate specific components.
Instructions
List OSGi components from AEM instances with optional state and name filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of components to return per instance | |
| offset | No | Number of components to skip for pagination | |
| aliases | No | Array of instance aliases to check | |
| instances | No | Array of AEM instances | |
| nameFilter | No | Filter components by name or PID | |
| stateFilter | No | Filter components by state |