-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathbulkstatistics.spec
162 lines (162 loc) · 5.16 KB
/
bulkstatistics.spec
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"attributes": [
{
"allowed_chars": null,
"allowed_choices": null,
"autogenerated": false,
"channel": null,
"creation_only": false,
"default_order": false,
"default_value": null,
"deprecated": false,
"description": "Map<TCAMetric, Long> TCAMetric is an Enum. Possible values are packets_in, bytes_in, packets_in_dropped, packets_in_errors, packets_out, bytes_out, packets_out_dropped, packeMaprs, packets_dropped_rate_limit",
"exposed": true,
"filterable": false,
"format": null,
"max_length": null,
"max_value": null,
"min_length": null,
"min_value": null,
"name": "data",
"orderable": false,
"read_only": false,
"required": false,
"subtype": "object",
"transient": false,
"type": "list",
"unique": false,
"uniqueScope": null,
"userlabel": "Data"
},
{
"allowed_chars": null,
"allowed_choices": null,
"autogenerated": false,
"channel": null,
"creation_only": false,
"default_order": false,
"default_value": null,
"deprecated": false,
"description": "End time for the statistics to be retrieved",
"exposed": true,
"filterable": false,
"format": null,
"max_length": null,
"max_value": null,
"min_length": null,
"min_value": null,
"name": "endTime",
"orderable": false,
"read_only": false,
"required": false,
"subtype": "long",
"transient": false,
"type": "integer",
"unique": false,
"uniqueScope": null,
"userlabel": "End Time"
},
{
"allowed_chars": null,
"allowed_choices": null,
"autogenerated": false,
"channel": null,
"creation_only": false,
"default_order": false,
"default_value": null,
"deprecated": false,
"description": "Number of data points between start time and end time",
"exposed": true,
"filterable": false,
"format": null,
"max_length": null,
"max_value": null,
"min_length": null,
"min_value": null,
"name": "numberOfDataPoints",
"orderable": false,
"read_only": false,
"required": false,
"subtype": null,
"transient": false,
"type": "integer",
"unique": false,
"uniqueScope": null,
"userlabel": "Number Of Data Points"
},
{
"allowed_chars": null,
"allowed_choices": null,
"autogenerated": false,
"channel": null,
"creation_only": false,
"default_order": false,
"default_value": null,
"deprecated": false,
"description": "Start time for the statistics to be retrieved",
"exposed": true,
"filterable": false,
"format": null,
"max_length": null,
"max_value": null,
"min_length": null,
"min_value": null,
"name": "startTime",
"orderable": false,
"read_only": false,
"required": false,
"subtype": "long",
"transient": false,
"type": "integer",
"unique": false,
"uniqueScope": null,
"userlabel": "Start Time"
},
{
"allowed_chars": null,
"allowed_choices": null,
"autogenerated": false,
"channel": null,
"creation_only": false,
"default_order": false,
"default_value": null,
"deprecated": false,
"description": "Version of this Sequence number.",
"exposed": true,
"filterable": false,
"format": null,
"max_length": null,
"max_value": null,
"min_length": null,
"min_value": null,
"name": "version",
"orderable": false,
"read_only": false,
"required": false,
"subtype": "long",
"transient": false,
"type": "integer",
"unique": false,
"uniqueScope": null,
"userlabel": "Version"
}
],
"children": [],
"model": {
"create": false,
"delete": false,
"description": "Retrieves the statistics for a particular Entity and its immediate child entity.",
"entity_name": "BulkStatistics",
"extends": [
"@metadata",
"@permission"
],
"get": false,
"package": "stats",
"resource_name": "bulkstatistics",
"rest_name": "bulkstatistics",
"root": false,
"update": false,
"userlabel": "Bulk Statistics"
}
}