summaryrefslogtreecommitdiff
path: root/testSchemaFiles/relation_account_framedip.json
blob: 7a0714179d70ff99d63a83e1d5e0af886a669585 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
  "type": "record",
  "name": "relation_account_framedip",
  "namespace": "tsg_galaxy",
  "fields": [
    {
      "name":"ROWKEY",
      "label":"Row Key",
      "type":"string"
    },
    {
      "name":"acct_status_type",
      "label":"Acct Status Type",
      "type":"string"
    },
    {
      "name":"first_found_time",
      "label":"First Found Time",
      "type":"long"
    },
    {
      "name":"last_update_time",
      "label":"Last Update Time",
      "type":"long"
    },
    {
      "name":"framed_ip",
      "label":"Framed IP",
      "type":"string"
    },
    {
      "name":"account",
      "label":"Account",
      "type":"string"
    }
  ]
}