Get ASA and FDM config from Security Cloud Control API Problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2025 08:39 AM
I'm currently trying to get a few items from the Security Cloud Control API and I'm not getting anywhere. The items im having issues with are getting the config from an onboarded ASA and FDM(no FMC), and getting the network objects stored on SCC.
I'm trying to use GET /v1/inventory/devices/asas/{deviceUid}/configs but I get a 404 not found when using the UID of an ASA in SCC inventory.
I have not been able to locate an endpoint to get the FDM configuration.
I have also attempted to get the network objects stored on SCC with:
"/v1/objects?q=type:Network_Object&includeOverrides=false&offset=0&limit=50&sortBy=name"
Which returns nothing. I've tried a bunch of different match terms and still get nothing. If anyone has some experience with this API I would greatly appreciate your insight!
