I am using latest Pulse Version 1.9.16 and want to create a Pulse View where I handover an existing parameter in a Generic API call.
For example I want to fetch all Offenses for a Source-IP via SIEM-API and use an already specified Parameter {ip address}
Tried to achieve this by coding the URL in several ways. For example:
/api/siem/source_addresses?fields=offense_ids&filter=source_ip%3D%22{ip address}%22
/api/siem/source_addresses?fields=offense_ids&filter=source_ip%3D%22'{ip address}'%22
/api/siem/source_addresses?fields=offense_ids&filter=source_ip%3D%22"{ip address}"%22
but it looks like Pulse can only replace Parameters for AQL queries but not in Generic API calls
If I replace everything between %22 and %22 with an unquoted IP address the API call works fine.
#QRadar#Support#SupportMigration