Structural Flaw Characteristics


Overview

Get the Structural Flaws summary of an application. The service returns the number of impacted objects for each Factor:

  • Efficiency
  • Reliability
  • Security

URI

GET /rest/applications/{name}/insights/structural-flaws/characteristics

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.

Responses

application/json

Example:

[
    {
        "id": "AIP-STRUCTURAL-EFFICIENCY"
        "name":"Efficiency",
        "nbObjects":1644
    },
    {
        "id": "AIP-STRUCTURAL-RELIABILITY"
        "name": "Reliability",
        "nbObjects":21
    },
    {
        "id": "AIP-STRUCTURAL-SECURITY"
        "name": "Security",
        "nbObjects":5
    }

]

JSON representation

Property Type Description
id string The factor ID.
name string The factor name.
nbObjects integer The number of impacted objects