InlinePortMirroringSessionListResult1
InlinePortMirroringSessionListResult1
JSON Example
{
"results": [
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {},
"_revision": 0,
"_create_time": 0,
"_create_user": "string",
"_last_modified_time": 0,
"_last_modified_user": "string",
"_protection": "string",
"_system_owned": false,
"description": "string",
"display_name": "string",
"id": "string",
"resource_type": "string",
"tags": [
{
"scope": "string",
"tag": "string"
}
],
"direction": "string",
"encapsulation_vlan_id": 0,
"mirror_destination": {
"resource_type": "string"
},
"mirror_sources": [
{
"resource_type": "string"
}
],
"port_mirroring_filters": [
{
"dst_ips": {
"ip_addresses": [
"string"
]
},
"dst_ports": "string",
"filter_action": "string",
"ip_protocol": "string",
"src_ips": {
"ip_addresses": [
"string"
]
},
"src_ports": "string"
}
],
"preserve_original_vlan": false,
"session_type": "string",
"snap_length": 0,
"tcp_ip_stack": "string"
}
]
}