Structural Flaw Categories
Overview
Get the Structural Categories summary of an application and a Structural Flaw Factor. The service returns the number of impacted objects for each Factor:
- Efficiency
- Reliability
- Security.
URI
GET /rest/applications/{name}/insights/structural-flaws/characteristics/{characteristic}/categories
Path parameters
name (string)
This parameter identifies the analyzed application. The application name must be properly encoded if it is required. Character back-quote is not allowed.
factor (string)
The Structural Flaw factor ID:
- AIP-STRUCTURAL-EFFICIENCY
- AIP-STRUCTURAL-RELIABILITY
- AIP-STRUCTURAL-SECURITY
Responses
application/json
Example:
[
{
"id": "AIP-CWE-1050",
"name": "CWE-1050",
"nbObjects": 1644
}
]
JSON representation
Property | Type | Description |
---|---|---|
id | string | The category ID. |
name | string | The category name is a CWE reference. |
nbObjects | integer | The number of impacted objects |