Get information about the source analytic summary report
Return a JSON representation of the source analytic summary report.
Request
GET https://{hostname}:{port}
/build/rest2/build-lives//{id}/analyticSummaries/{name}
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | string | true | |
| name | string | true | The identifier to use when looking up a source analytic report. |
This command takes a JSON request string or file. Use the following template for the request:
{
"buildLifeId": "The id of the build life that contains
the source analytic summary report.",
"count": "The count of findings in the source analytic
summary report.",
"findings": [{
"count": "The count of the finding.",
"description": "The description of the finding.",
"name": "The name of the finding.",
"severity": "The severity of the finding.",
"url": "The url of the finding."
}],
"id": "The id of the source analytic summary report.",
"location": "The REST location to get the source
analytic summary report.",
"name": "The name of the source analytic summary report.",
"type": "The type of the source analytic summary report.",
"url": "The URL of the source analytic summary report."
}
