... | ... | @@ -52,8 +52,8 @@ http://<local_ip>:3002/analysis?new=T&user=<github-user>&token=<github-token>&ur |
|
|
| Parameter | Description | Required | Notes |
|
|
|
|:------------:|:---------------------------------------------------------------:|:--------:|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
|
|
|
|
|
|
| url | The URL of the repository to be analyzed | String | - |
|
|
|
| user | The user name of the repository owner | string | - |
|
|
|
| url | The URL of the repository to be analyzed | String | |
|
|
|
| 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.
|
... | ... | |