-
Notifications
You must be signed in to change notification settings - Fork 0
/
communication-module.yaml
52 lines (52 loc) · 1.06 KB
/
communication-module.yaml
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
type: object
title: CommunicationModule
allOf:
- $ref: './resource.yaml'
- type: object
properties:
serialNumber:
type: string
description: Serial number of the communication gateway
example: PCS171B372381
imei:
type: string
imsi:
type: string
iccid:
type: string
msisdn:
type: string
eid:
type: string
type:
type: string
enum:
- GSM
- SATELLITE
- CDMA
- COS
serviceProvider:
type: string
enum:
- IRIDIUM
- ATT
- JASPER
- VERIZON
- COS
- COST
- CUBIC
- ATTIOT
state:
type: string
description: Subscription state of the communication gateway
enum:
- NEW
- ACTIVE
- INACTIVE
- EXPIRED
- PENDING_ACTIVE
- PENDING_INACTIVE
- PENDING_EXPIRED
- PENDING_VERIFICATION
- PENDING_WDT
- TERMINATED