Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
appId |
The application identifier. |
integer |
None. |
include |
The include. |
string |
None. |
operation |
The operation. |
Operation |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of findings.
Collection of Nano.FindingName | Description | Type | Additional information |
---|---|---|---|
code |
Gets or sets the code. |
string |
None. |
data |
Gets or sets the data. |
Object |
None. |
dataType |
Gets or sets the data type. |
string |
None. |
findingCategory |
Gets or sets the finding category. |
string |
None. |
findingType |
Gets or sets the type of the finding. |
string |
None. |
message |
Gets or sets the message. |
string |
None. |
severity |
Gets or sets the severity. |
string |
None. |
severityLevel |
Gets or sets the severity level. |
integer |
None. |
source |
Gets or sets the source. |
string |
None. |
id |
Gets or sets the finding identifier. |
globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "code": "sample String 1", "data": {}, "dataType": "sample String 3", "findingCategory": "sample String 4", "findingType": "sample String 5", "message": "sample String 6", "severity": "sample String 7", "severityLevel": 8, "source": "sample String 9", "id": "0453ebda-d172-4a4f-b135-6069c649ed1d" }, { "code": "sample String 1", "data": {}, "dataType": "sample String 3", "findingCategory": "sample String 4", "findingType": "sample String 5", "message": "sample String 6", "severity": "sample String 7", "severityLevel": 8, "source": "sample String 9", "id": "0453ebda-d172-4a4f-b135-6069c649ed1d" } ]
text/html
Sample:
[{"code":"sample String 1","data":{},"dataType":"sample String 3","findingCategory":"sample String 4","findingType":"sample String 5","message":"sample String 6","severity":"sample String 7","severityLevel":8,"source":"sample String 9","id":"0453ebda-d172-4a4f-b135-6069c649ed1d"},{"code":"sample String 1","data":{},"dataType":"sample String 3","findingCategory":"sample String 4","findingType":"sample String 5","message":"sample String 6","severity":"sample String 7","severityLevel":8,"source":"sample String 9","id":"0453ebda-d172-4a4f-b135-6069c649ed1d"}]
application/xml, text/xml
Sample:
<ArrayOfFinding xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Finding> <Code>sample String 1</Code> <Data /> <DataType>sample String 3</DataType> <FindingCategory>sample String 4</FindingCategory> <FindingType>sample String 5</FindingType> <Message>sample String 6</Message> <Severity>sample String 7</Severity> <SeverityLevel>8</SeverityLevel> <Source>sample String 9</Source> <FindingId>0453ebda-d172-4a4f-b135-6069c649ed1d</FindingId> </Finding> <Finding> <Code>sample String 1</Code> <Data /> <DataType>sample String 3</DataType> <FindingCategory>sample String 4</FindingCategory> <FindingType>sample String 5</FindingType> <Message>sample String 6</Message> <Severity>sample String 7</Severity> <SeverityLevel>8</SeverityLevel> <Source>sample String 9</Source> <FindingId>0453ebda-d172-4a4f-b135-6069c649ed1d</FindingId> </Finding> </ArrayOfFinding>
application/vnd.api+json
Sample:
Sample not available.