- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
12-09-2023 11:56 PM
Hi ,
I have a Button that creates a note in the qradar , is there a way to mark this note as note so it will be showed in the layout in the note section.
Also I can get as a solution not to mark as note but to just to show the result in the layout.
12-11-2023 07:47 AM
Basically you need to either set the mark_as_note in your CommandResults object to True, or if you're using the results from an existing command, you can update it as shown below.
If you're building a custom response with CommandResults, this is the input that you need to be true:
If you're just returning the results from an existing qradar command, then you can capture and modify it like this:
12-11-2023 07:47 AM
Basically you need to either set the mark_as_note in your CommandResults object to True, or if you're using the results from an existing command, you can update it as shown below.
If you're building a custom response with CommandResults, this is the input that you need to be true:
If you're just returning the results from an existing qradar command, then you can capture and modify it like this:
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!