Skip to content

Analyze a trace using the API Client

Before uploading a trace, make sure you have:

Analyze a trace

Perform trace analysis using the cs-api analyze command in the API Client.

Tip

Use cs-api analyze --help to get detailed information about the command-line options specific to the analyze command.

Example

Use the following example as a guide for analyzing a trace using the API client.

Bash
$ export CRYPTOSENSE_API_KEY=secret
$ ./cs-api analyze \
    --trace-id 1 \
    --profile-id 1
Report 'Report 1 for Test trace' of ID 1 is being generated

Tip

Use cs-api analyze --help to get detailed information about the command-line options specific to this command.