Field Name | Type | Description |
---|
error | string
| The error message if the API request has failed. |
keyFields | JSON Object
| The key fields from the API request. |
returnData | string
| The return data from the API request. |
contextData | JSON Object
| The context data from the API request. |
JSON
{
"error": "",
"keyFields": {
"IncidentNumber": "20230206-2",
"ModifiedDate": "2/6/2023 5:39:38 PM",
"ModifiedBy": "admin user"
},
"returnData": "Succeed",
"contextData": {
"incidentNumber": "20230206-2",
"sectionName": "All Activities 123",
"fieldAndValue": {
"Text Area": "<table class='cc-table vertical-table'><tr><th>Severity</th><td>[<br> "60"<br>]</td></tr><tr><th>Event name</th><td>[<br> "Bitcoin-related domain name queried by EC2 instance i-0406e39fb469745c9.",<br> "Task 40117 DT_2961 (D3MainApp.15.3) Details of 100 detections and 10 (later 100+) automation rules"<br>]</td></tr><tr><th>Direction</th><td>[]</td></tr><tr><th>Device volume</th><td>[<br> "arn:aws:ec2:us-east-2:391501681688:instance/i-0406e39fb469745c9"<br>]</td></tr><tr><th>Source translated IP address</th><td>[<br> "18.191.205.203, 10.10.0.116"<br>]</td></tr></table>"
},
"modifiedDate": "2/6/2023 5:39:38 PM",
"result": "Succeed",
"modifiedBy": "admin user"
}
}