NSX-T Data Center REST API

SIPacketTypeAndCounter (type)

{
  "id": "SIPacketTypeAndCounter",
  "module_id": "ServiceInsertionVMDeployment",
  "properties": {
    "counter": {
      "required": true,
      "title": "The number of packets.",
      "type": "integer"
    },
    "packet_type": {
      "required": true,
      "title": "The type of the packets",
      "type": "string"
    }
  },
  "type": "object"
}