2323
2424from .v2 .activities import ActivitiesAPI
2525from .v2 .agent_access_tokens import AgentAccessTokensAPI
26+ from .v2 .agent_info import AgentInfoAPI
2627from .v2 .alert_channels import AlertChannelsAPI
2728from .v2 .alert_profiles import AlertProfilesAPI
2829from .v2 .alert_rules import AlertRulesAPI
3637from .v2 .datasources import DatasourcesAPI
3738from .v2 .entities import EntitiesAPI
3839from .v2 .evidence import EvidenceAPI
40+ from .v2 .inventory import InventoryAPI
3941from .v2 .organization_info import OrganizationInfoAPI
4042from .v2 .policies import PoliciesAPI
4143from .v2 .queries import QueriesAPI
@@ -136,6 +138,7 @@ def __init__(self,
136138 self .account = AccountAPI (self ._session )
137139 self .activities = ActivitiesAPI (self ._session )
138140 self .agent_access_tokens = AgentAccessTokensAPI (self ._session )
141+ self .agent_info = AgentInfoAPI (self ._session )
139142 self .alert_channels = AlertChannelsAPI (self ._session )
140143 self .alert_profiles = AlertProfilesAPI (self ._session )
141144 self .alert_rules = AlertRulesAPI (self ._session )
@@ -153,6 +156,7 @@ def __init__(self,
153156 self .events = EventsAPI (self ._session )
154157 self .evidence = EvidenceAPI (self ._session )
155158 self .files = DownloadFileAPI (self ._session )
159+ self .inventory = InventoryAPI (self ._session )
156160 self .integrations = IntegrationsAPI (self ._session )
157161 self .organization_info = OrganizationInfoAPI (self ._session )
158162 self .policies = PoliciesAPI (self ._session )
0 commit comments