Introducing SOC Insights for BloxOne Threat Defense: Boost your SOC efficiency with AI-driven insights to eliminate manual work and accelerate investigation and response times. Read the blog announcement here.

API & Integration, DevOps,NetOps,SecOps

Reply

API - Link Global Smart Folders to My Personal Smartfolder

[ Edited ]
New Member
Posts: 1
1242     0

Hi Team,

 

For a specific need (+ 50 users, + 50 Global Smart Folders), we'd like to automate the linking of Global Smart Folders to individual users cause each "admin" needs access to all the Global Smart Folder, and to make navigation easier, they want to find them in Personal Smart Folders.

 

Now we've found out how:
- Extract the list of Global Smart Folders

curl -u admin:xxxxx -X GET "https://X.X.X.X/wapi/v2.11.3/smartfolder:global" -k

- Extract the list of Personal Smart Folders

curl -u admin:xxxxx -X GET "https://X.X.X.X/wapi/v2.11.3/adminuser" -k

- Extract User:

curl -u admin:xxxxx -X GET "https://X.X.X.X/wapi/v2.11.3/adminuser" -k

 

We have also identified how to create personal or global Smart Folders in API.

 

But what we'd like to do is automate the "Create Link" function, so that each user doesn't have to do the "Link" manually and repeatedly.

 

We have carried out several tests without success, for example:

# Link Global Smartfolder to a user
curl -u admin:xxxxx -X POST https://X.X.X.X/wapi/v2.11.3/userfolderlink -d '{
    "smartfolder": "smartfolder:global/globalsmartfolderHref",
    "user": "adminuser/userHref"
}' -H "Content-Type: application/json" -k
curl -u steph:xxxxx -X POST "https://X.X.X.X/wapi/v2.11.3/smartfolder:personal/personalsmartfolderhref" -k

Do any of you know if this is feasible? If so, do you have any ideas?

 

Best Regards, 

 

Showing results for 
Search instead for 
Did you mean: 

Recommended for You

NIOS 8.6.3 – What’s New in DDI