Flow
Properties
array of
string
destination_vm_tags
Optional
Not available
string
entity_id
Optional
Entity ID that can be references in detail API calls
string
firewall_rule_id
Optional
Not available
string
name
Optional
Name of the object
array of
string
source_vm_tags
Optional
Not available
boolean
within_host
Optional
Not available
JSON Example
{
"destination_azure_nsg": {
"entity_id": "string",
"entity_type": "enum"
},
"destination_cloud_network": {
"entity_id": "string",
"entity_type": "enum"
},
"destination_cluster": {
"entity_id": "string",
"entity_type": "enum"
},
"destination_datacenter": {
"entity_id": "string",
"entity_type": "enum"
},
"destination_folders": [
{
"entity_id": "string",
"entity_type": "enum"
}
],
"destination_host": {
"entity_id": "string",
"entity_type": "enum"
},
"destination_ip": {
"ip_address": "string",
"netmask": "string",
"network_address": "string"
},
"destination_ip_sets": [
{
"entity_id": "string",
"entity_type": "enum"
}
],
"destination_l2_network": {
"entity_id": "string",
"entity_type": "enum"
},
"destination_resource_pool": {
"entity_id": "string",
"entity_type": "enum"
},
"destination_security_groups": [
{
"entity_id": "string",
"entity_type": "enum"
}
],
"destination_security_tags": [
{
"entity_id": "string",
"entity_type": "enum"
}
],
"destination_vm": {
"entity_id": "string",
"entity_type": "enum"
},
"destination_vm_tags": [
"string"
],
"destination_vnic": {
"entity_id": "string",
"entity_type": "enum"
},
"destination_vpc": {
"entity_id": "string",
"entity_type": "enum"
},
"entity_id": "1000:104:12213212",
"entity_type": "enum",
"firewall_action": "enum",
"firewall_rule_id": "string",
"flow_tag": "enum",
"name": "My Name",
"port": {
"display": "string",
"end": 0,
"iana_name": "string",
"iana_port_display": "string",
"start": 0
},
"protocol": "enum",
"source_azure_nsg": {
"entity_id": "string",
"entity_type": "enum"
},
"source_cloud_network": {
"entity_id": "string",
"entity_type": "enum"
},
"source_cluster": {
"entity_id": "string",
"entity_type": "enum"
},
"source_datacenter": {
"entity_id": "string",
"entity_type": "enum"
},
"source_folders": [
{
"entity_id": "string",
"entity_type": "enum"
}
],
"source_host": {
"entity_id": "string",
"entity_type": "enum"
},
"source_ip": {
"ip_address": "string",
"netmask": "string",
"network_address": "string"
},
"source_ip_sets": [
{
"entity_id": "string",
"entity_type": "enum"
}
],
"source_l2_network": {
"entity_id": "string",
"entity_type": "enum"
},
"source_resource_pool": {
"entity_id": "string",
"entity_type": "enum"
},
"source_security_groups": [
{
"entity_id": "string",
"entity_type": "enum"
}
],
"source_security_tags": [
{
"entity_id": "string",
"entity_type": "enum"
}
],
"source_vm": {
"entity_id": "string",
"entity_type": "enum"
},
"source_vm_tags": [
"string"
],
"source_vnic": {
"entity_id": "string",
"entity_type": "enum"
},
"source_vpc": {
"entity_id": "string",
"entity_type": "enum"
},
"traffic_type": "enum",
"within_host": false
}