Replies: 1 comment 2 replies
-
Just confirmed that new API operations for providing this functionality are on the roadmap and should be available soon! 😃 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems that it's not possible to have an API to fetch the list of all cloud assets (from the web UI: cloud-security/asset-inventory/cloud-assets).
HTTP call to get the list of asset IDs from UI:
/api2/cspmregistration/settings/queries/assets/v1?filter=&offset=20&limit=20
To retrieve the assets information from UI :
/api2/cspmregistration/settings/entities/assets/v1?ids=[listOfIDs]
Both these HTTP calls are only available via web UI but not on APIs.
Related IDEA: https://eu-1.ideas.crowdstrike.com/ideas/IDEA-I-9984
Beta Was this translation helpful? Give feedback.
All reactions