Accessing report data by using APIs
As an alternative to using the interface in IBM®
QRadar® Use Case Manager, you can use APIs to
interact with the data. Use the interactive API documentation interface to test the APIs before you
use them.
About this task
- Use Case Explorer: Generate and download report data in CSV or JSON formats.
- Log Source Coverage: Get information about rule-log source type activity and coverage.
- MITRE Endpoints: Get information about rule mappings. Create custom adversary groups and map
them to existing tactics and techniques. Upload custom MITRE group-technique files.Tip: Make sure that the mapping file is in JSON format and contains the following data format:
{ "Technique_ID_1": ["group1"], "Technique_ID_2": ["group1", "group2"] }
Each time you upload a custom mapping file, the previous file is replaced.
- Tuning Findings: Get information about tuning findings.
Procedure
- From the Admin tab, click .
- Select an endpoint and click Try it out.
- Click Execute to send the API request to your console and receive a properly formatted HTTPS response.
- Review and gather the information that you need to integrate with QRadar.