- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
02-25-2023 03:33 AM
Hello,
We'd like to to get the date when "Common Scripts" were updated. Is there any function to get it?
04-13-2023 07:58 AM
Hiya,
Let me make sure I understand the ask. You'd like to be notified when Common Scripts has been updated in your xsoar environment?
04-13-2023 07:40 PM
Hi @SanDev,
You should be able to see the last updated date in the below places.
On the Automation page:
On the Marketplace page:
05-19-2023 11:01 AM - edited 05-19-2023 02:46 PM
Enable Content Pack Update Notifications
05-22-2023 08:38 AM - edited 05-22-2023 08:42 AM
You can pull the information for installs if you're looking for when something was installed by going to Settings > User and Roles > Audit Trail. Here's a sample query to get you started object:ContentPack and type:install and action.ID:CommonScripts modified:>2023-04-01T00:00:00
Here's the reference in the admin guide https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/6.5/Cortex-XSOAR-Administrator-Guide/Audit-T...
Here's a command that pulls no more than 200 entries for common script installs from the past 3 months. You can see more syntax under getAudit in the api guide https://<yourdomain name>/api#_getaudits
!demisto-api-post uri=/settings/audits body="{\"page\":0,\"size\":200,\"query\":\"object:ContentPack and type:install and action.ID:CommonScripts\", \"period\": {\"by\": \"\",\"byfrom\": \"months\", \"toValue\": null, \"fromValue\": 3, \"field\": \"\" }}"
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!