Response Fields
Field Name | Type | Description |
---|
result | string
| The result from the API request. |
error | string
| The error message if the API request has failed. |
keyFields | array<JSON Object>
| The key field from the API request. |
returnData | string
| The return data from the API request. |
rawData | array<JSON Object>
| The raw data from the API request. |
contextData | array<JSON Object>
| The context data from the API request. |
Sample Data
CODE
{
"result": "<table class='cc-table horizontal-table'><tr><th>IP</th><th>RiskLevel</th><th>RiskLevelID</th></tr><tr><td>8.8.8.8</td><td>N/A</td><td>4</td></tr></table>",
"error": "",
"keyFields": {
"IP":["8.8.8.x"],
"RiskLevel":["High"]
},
"returnData": "Succeed",
"rawData": [
{
"IP": "8.8.8.x",
"RiskLevel": "Low",
"RiskLevelID": 3,
"Reputation": [
{
"Resource": "webrootbcti",
"RiskLevelID": "3",
"RiskLevel": "Low"
}
],
"RawData": {
"ip": "8.8.8.x",
"queries": {
"getinfo": {
"ipint": 1347440xx,
"ip_status": 0,
"reputation": 80,
"riskLevel": 3
}
}
},
"BeautifiedHtml": "<table class='cc-table horizontal-table'><tr><th>Type</th><th>Indicator</th><th>Reputation Score</th><th>Category Group</th><th>D3 Risk Level</th></tr><tr><td>IPv4</td><td>8.8.8.8</td><td>80</td><td>None</td><td>3</td></tr></table>"
}
]",
"contextData": "[
{
"IP": "8.8.8.x",
"RiskLevel": "Low",
"RiskLevelID": 3,
"RawData": {
"ip": "8.8.8.8",
"queries": {
"getinfo": {
"ipint": 1347440xx,
"ip_status": 0,
"reputation": 80,
"riskLevel": 3
}
}
},
"BeautifiedHtml": "<table class='cc-table horizontal-table'><tr><th>Type</th><th>Indicator</th><th>Reputation Score</th><th>Category Group</th><th>D3 Risk Level</th></tr><tr><td>IPv4</td><td>8.8.8.8</td><td>80</td><td>None</td><td>3</td></tr></table>"
}
]
}