NSX-T Data Center REST API
PolicyIdsEventInnerFlowData (type)
{
"additionalProperties": false,
"description": "Inner flow details for the IDS event.",
"id": "PolicyIdsEventInnerFlowData",
"module_id": "PolicyIDSMetrics",
"nsx_feature": "ScxAntrea",
"properties": {
"inner_attacker_ip": {
"description": "IP address of the destination pod for the intrusion flow.",
"readonly": true,
"required": false,
"title": "Inner IP address of the attacker",
"type": "string"
},
"inner_flow_destination_ip": {
"description": "IP address of the destination pod for the intrusion flow.",
"readonly": true,
"required": false,
"title": "IP address of the destination pod",
"type": "string"
},
"inner_flow_destination_port": {
"description": "Port on the destination pod where the traffic was sent to.",
"readonly": true,
"required": false,
"title": "Destination port for inner traffic flow",
"type": "integer"
},
"inner_flow_source_ip": {
"description": "IP address of the source pod for the intrusion flow.",
"readonly": true,
"required": false,
"title": "IP address of the source pod",
"type": "string"
},
"inner_flow_source_port": {
"description": "Port on the source pod where traffic was initiated.",
"readonly": true,
"required": false,
"title": "Source port for inner traffic flow",
"type": "integer"
},
"inner_protocol": {
"description": "Protocol for the inner traffic flow.",
"readonly": true,
"required": false,
"title": "Inner Flow Protocol",
"type": "string"
},
"inner_target_ip": {
"description": "IP address of the destination pod for the intrusion flow.",
"readonly": true,
"required": false,
"title": "Inner IP address of the target",
"type": "string"
}
},
"title": "IDS Event Inner Flow Data",
"type": "object"
}