SourceEntity (type)

{
  "description": "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.", 
  "id": "SourceEntity", 
  "module_id": "ServiceInsertionCommonTypes", 
  "properties": {
    "source_entity_id": {
      "description": "UUID of Source entity", 
      "readonly": true, 
      "required": true, 
      "title": "Source entity ID", 
      "type": "string"
    }, 
    "source_entity_type": {
      "description": "Type of source entity. Currently source value can be resolved to VIF and Virtual Machine.", 
      "enum": [
        "VIRTUAL_NETWORK_INTERFACE", 
        "VIRTUAL_MACHINE"
      ], 
      "readonly": true, 
      "required": true, 
      "title": "Source entity type", 
      "type": "string"
    }
  }, 
  "title": "Source entity", 
  "type": "object"
}