-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathbandwidthtestresult.spec
49 lines (49 loc) · 1.38 KB
/
bandwidthtestresult.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
{
"attributes": [
{
"allowed_chars": null,
"allowed_choices": null,
"autogenerated": false,
"channel": null,
"creation_only": false,
"default_order": false,
"default_value": null,
"deprecated": false,
"description": "The average bandwidth of the test in Mb/s",
"exposed": true,
"filterable": false,
"format": null,
"max_length": null,
"max_value": 1000000,
"min_length": null,
"min_value": 0,
"name": "bandwidth",
"orderable": false,
"read_only": false,
"required": false,
"subtype": null,
"transient": false,
"type": "float",
"unique": false,
"uniqueScope": null,
"userlabel": "Bandwidth Mb/s"
}
],
"children": [],
"model": {
"allowed_job_commands": null,
"create": false,
"delete": false,
"description": "Bandwidth Test Result",
"entity_name": "BandwidthTestResult",
"extends": [],
"get": true,
"package": "underlaytest",
"resource_name": null,
"rest_name": null,
"root": null,
"template": null,
"update": true,
"userlabel": "Bandwidth Test Result"
}
}