SourceEntity
SourceEntity
Service insertion data path inserts unique 'source node id' value into each packet before it received by Service VM. This value can be resolved to multiple Source Entities. It represents source of the packets.
JSON Example
{
"source_entity_id": "string",
"source_entity_type": "string"
}
string
source_entity_id
Optional
UUID of Source entity
string
source_entity_type
Optional
Type of source entity. Currently source value can be resolved to VIF and Virtual Machine.
Possible values are :
VIRTUAL_NETWORK_INTERFACE,
VIRTUAL_MACHINE,