... | ... | @@ -56,4 +56,10 @@ http://<local_ip>:3002/analysis?new=T&user=<github-user>&token=<github-token>&ur |
|
|
| user | The user name of the repository owner | string | - |
|
|
|
| token | Private access token in the case of private repo | string | Example: GitHub private access token |
|
|
|
| type | whether to run a full, hotspots-only, static-only, acceleration or history analysis. Supported values: ['full', 'hotspots', 'static', 'acceleration', 'history'] | string | This parameter implements the selection between the toolbox components as well as their individual functionalities |
|
|
|
| new | whether to run a new analysis, or return existing results (if any)| bool | From our tests, a bool parameter is considered True if and only if it is non-emtpy. |
|
|
\ No newline at end of file |
|
|
| new | whether to run a new analysis, or return existing results (if any)| bool | From our tests, a bool parameter is considered True if and only if it is non-emtpy.
|
|
|
|
|
|
After the successful execution of the analysis, a JSON report with the results is produced and sent as a response to the user. See an example of the full analysis below:
|
|
|
|
|
|
```
|
|
|
|
|
|
``` |
|
|
\ No newline at end of file |