@itentialopensource/adapter-ciena_mcp 0.3.2 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AUTH.md +9 -10
- package/BROKER.md +3 -3
- package/CALLS.md +10042 -22
- package/CHANGELOG.md +16 -0
- package/CONTRIBUTING.md +1 -160
- package/ENHANCE.md +2 -2
- package/PROPERTIES.md +19 -19
- package/README.md +41 -32
- package/SUMMARY.md +2 -2
- package/SYSTEMINFO.md +12 -5
- package/TROUBLESHOOT.md +6 -6
- package/adapter.js +163 -334
- package/adapterBase.js +549 -879
- package/changelogs/CHANGELOG.md +24 -0
- package/entities/000Configmgmtapiv1bulkOperations/schema.json +1 -1
- package/entities/000Nsiapicontrollers/schema.json +1 -1
- package/entities/000Nsiapiequipment/schema.json +2 -2
- package/entities/000NsiapiequipmentGroups/schema.json +3 -3
- package/entities/000NsiapiequipmentHolders/schema.json +1 -1
- package/entities/000NsiapiequipmentStaticSpecs/schema.json +3 -3
- package/entities/000Nsiapifres/schema.json +5 -5
- package/entities/000NsiapinetworkConstructs/schema.json +2 -2
- package/entities/000Nsiapitpes/schema.json +4 -4
- package/entities/994Nsiapiv6equipment/schema.json +2 -2
- package/entities/994Nsiapiv6fres/schema.json +5 -5
- package/entities/994Nsiapiv6networkConstructs/schema.json +2 -2
- package/entities/994Nsiapiv6tpes/schema.json +4 -4
- package/entities/995Nsiapiv2controllers/schema.json +1 -1
- package/entities/995Nsiapiv5equipment/schema.json +2 -2
- package/entities/995Nsiapiv5fres/schema.json +5 -5
- package/entities/995Nsiapiv5networkConstructs/schema.json +2 -2
- package/entities/995Nsiapiv5tpes/schema.json +3 -3
- package/entities/996Nsiapiv1controllers/schema.json +1 -1
- package/entities/996Nsiapiv1equipmentStaticSpecs/schema.json +3 -3
- package/entities/996Nsiapiv4equipment/schema.json +4 -4
- package/entities/996Nsiapiv4fres/schema.json +16 -16
- package/entities/996Nsiapiv4networkConstructs/schema.json +2 -2
- package/entities/996Nsiapiv4tpes/schema.json +4 -4
- package/entities/997Nsiapiv3equipment/schema.json +2 -2
- package/entities/997Nsiapiv3equipmentGroups/schema.json +3 -3
- package/entities/997Nsiapiv3equipmentHolders/schema.json +1 -1
- package/entities/997Nsiapiv3fres/schema.json +4 -4
- package/entities/997Nsiapiv3networkConstructs/schema.json +2 -2
- package/entities/997Nsiapiv3tpes/schema.json +3 -3
- package/entities/998Nsiapiv20equipmentGroups/schema.json +3 -3
- package/entities/998Nsiapiv20equipmentHolders/schema.json +1 -1
- package/entities/998Nsiapiv20fres/schema.json +4 -4
- package/entities/Equipment/schema.json +18 -18
- package/entities/EquipmentGroups/schema.json +3 -3
- package/entities/Fres/schema.json +66 -66
- package/entities/NetworkConstructs/schema.json +22 -22
- package/entities/Oam/schema.json +1 -1
- package/entities/RetrievesCreatesUpdatesAndDeletesAudits/schema.json +3 -3
- package/entities/TapiConnectivity/schema.json +2 -2
- package/entities/Tpes/schema.json +6 -6
- package/metadata.json +60 -0
- package/package.json +23 -25
- package/pronghorn.json +986 -647
- package/propertiesSchema.json +433 -33
- package/refs?service=git-upload-pack +0 -0
- package/report/adapter-openapi.json +218608 -0
- package/report/adapter-openapi.yaml +159470 -0
- package/report/adapterInfo.json +8 -8
- package/report/updateReport1691507600369.json +120 -0
- package/report/updateReport1692202602603.json +120 -0
- package/report/updateReport1694461981982.json +120 -0
- package/report/updateReport1698420997295.json +120 -0
- package/sampleProperties.json +65 -4
- package/test/integration/adapterTestBasicGet.js +2 -4
- package/test/integration/adapterTestConnectivity.js +91 -42
- package/test/integration/adapterTestIntegration.js +131 -3
- package/test/unit/adapterBaseTestUnit.js +388 -313
- package/test/unit/adapterTestUnit.js +339 -113
- package/utils/adapterInfo.js +1 -1
- package/utils/addAuth.js +1 -1
- package/utils/artifactize.js +1 -1
- package/utils/checkMigrate.js +1 -1
- package/utils/entitiesToDB.js +2 -2
- package/utils/findPath.js +1 -1
- package/utils/methodDocumentor.js +273 -0
- package/utils/modify.js +13 -15
- package/utils/packModificationScript.js +1 -1
- package/utils/pre-commit.sh +2 -0
- package/utils/taskMover.js +309 -0
- package/utils/tbScript.js +89 -34
- package/utils/tbUtils.js +41 -21
- package/utils/testRunner.js +1 -1
- package/utils/troubleshootingAdapter.js +9 -6
- package/workflows/README.md +0 -3
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"type": "AES",
|
|
33
33
|
"key": ""
|
|
34
34
|
},
|
|
35
|
-
"external_name": "networkConstruct
|
|
35
|
+
"external_name": "networkConstruct\\.id"
|
|
36
36
|
},
|
|
37
37
|
"bookingDataLockout": {
|
|
38
38
|
"type": "string",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"type": "AES",
|
|
44
44
|
"key": ""
|
|
45
45
|
},
|
|
46
|
-
"external_name": "bookingData
|
|
46
|
+
"external_name": "bookingData\\.lockout"
|
|
47
47
|
},
|
|
48
48
|
"freExpectationsServiceIntentId": {
|
|
49
49
|
"type": "string",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"type": "AES",
|
|
55
55
|
"key": ""
|
|
56
56
|
},
|
|
57
|
-
"external_name": "freExpectations
|
|
57
|
+
"external_name": "freExpectations\\.serviceIntent\\.id"
|
|
58
58
|
},
|
|
59
59
|
"freExpectationsEquipmentIntentId": {
|
|
60
60
|
"type": "string",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"type": "AES",
|
|
66
66
|
"key": ""
|
|
67
67
|
},
|
|
68
|
-
"external_name": "freExpectations
|
|
68
|
+
"external_name": "freExpectations\\.equipmentIntent\\.id"
|
|
69
69
|
},
|
|
70
70
|
"endpointTpeConcrete": {
|
|
71
71
|
"type": "string",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"type": "AES",
|
|
77
77
|
"key": ""
|
|
78
78
|
},
|
|
79
|
-
"external_name": "endpoint
|
|
79
|
+
"external_name": "endpoint\\.tpe\\.concrete"
|
|
80
80
|
},
|
|
81
81
|
"lqsDataStatus": {
|
|
82
82
|
"type": "string",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"type": "AES",
|
|
88
88
|
"key": ""
|
|
89
89
|
},
|
|
90
|
-
"external_name": "lqsData
|
|
90
|
+
"external_name": "lqsData\\.status"
|
|
91
91
|
},
|
|
92
92
|
"lqsDataMarginValid": {
|
|
93
93
|
"type": "string",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"type": "AES",
|
|
99
99
|
"key": ""
|
|
100
100
|
},
|
|
101
|
-
"external_name": "lqsData
|
|
101
|
+
"external_name": "lqsData\\.margin\\.valid"
|
|
102
102
|
},
|
|
103
103
|
"lqsDataFiberReconciled": {
|
|
104
104
|
"type": "string",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"type": "AES",
|
|
110
110
|
"key": ""
|
|
111
111
|
},
|
|
112
|
-
"external_name": "lqsData
|
|
112
|
+
"external_name": "lqsData\\.fiber\\.reconciled"
|
|
113
113
|
},
|
|
114
114
|
"lqsDataFiberMethod": {
|
|
115
115
|
"type": "string",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"type": "AES",
|
|
121
121
|
"key": ""
|
|
122
122
|
},
|
|
123
|
-
"external_name": "lqsData
|
|
123
|
+
"external_name": "lqsData\\.fiber\\.method"
|
|
124
124
|
},
|
|
125
125
|
"lqsDataMarginViableAtEol": {
|
|
126
126
|
"type": "string",
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"type": "AES",
|
|
132
132
|
"key": ""
|
|
133
133
|
},
|
|
134
|
-
"external_name": "lqsData
|
|
134
|
+
"external_name": "lqsData\\.margin\\.viableAtEol"
|
|
135
135
|
},
|
|
136
136
|
"restorationHealthTotalExplicitRoutes": {
|
|
137
137
|
"type": "string",
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"type": "AES",
|
|
143
143
|
"key": ""
|
|
144
144
|
},
|
|
145
|
-
"external_name": "restorationHealth
|
|
145
|
+
"external_name": "restorationHealth\\.totalExplicitRoutes"
|
|
146
146
|
},
|
|
147
147
|
"restorationHealthAvailableExplicitRoutes": {
|
|
148
148
|
"type": "string",
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"type": "AES",
|
|
154
154
|
"key": ""
|
|
155
155
|
},
|
|
156
|
-
"external_name": "restorationHealth
|
|
156
|
+
"external_name": "restorationHealth\\.availableExplicitRoutes"
|
|
157
157
|
},
|
|
158
158
|
"restorationHealthUnavailableExplicitRoutes": {
|
|
159
159
|
"type": "string",
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
"type": "AES",
|
|
165
165
|
"key": ""
|
|
166
166
|
},
|
|
167
|
-
"external_name": "restorationHealth
|
|
167
|
+
"external_name": "restorationHealth\\.unavailableExplicitRoutes"
|
|
168
168
|
},
|
|
169
169
|
"restorationHealthAvailablePercentage": {
|
|
170
170
|
"type": "string",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"type": "AES",
|
|
176
176
|
"key": ""
|
|
177
177
|
},
|
|
178
|
-
"external_name": "restorationHealth
|
|
178
|
+
"external_name": "restorationHealth\\.availablePercentage"
|
|
179
179
|
},
|
|
180
180
|
"restorationHealthUnavailablePercentage": {
|
|
181
181
|
"type": "string",
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
"type": "AES",
|
|
187
187
|
"key": ""
|
|
188
188
|
},
|
|
189
|
-
"external_name": "restorationHealth
|
|
189
|
+
"external_name": "restorationHealth\\.unavailablePercentage"
|
|
190
190
|
},
|
|
191
191
|
"restorationHealthHomeAvailable": {
|
|
192
192
|
"type": "string",
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
"type": "AES",
|
|
198
198
|
"key": ""
|
|
199
199
|
},
|
|
200
|
-
"external_name": "restorationHealth
|
|
200
|
+
"external_name": "restorationHealth\\.homeAvailable"
|
|
201
201
|
}
|
|
202
202
|
},
|
|
203
203
|
"definitions": {}
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"type": "AES",
|
|
30
30
|
"key": ""
|
|
31
31
|
},
|
|
32
|
-
"external_name": "networkConstructExpectations
|
|
32
|
+
"external_name": "networkConstructExpectations\\.equipmentIntent\\.id"
|
|
33
33
|
},
|
|
34
34
|
"networkConstructExpectationsServiceIntentId": {
|
|
35
35
|
"type": "string",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"type": "AES",
|
|
41
41
|
"key": ""
|
|
42
42
|
},
|
|
43
|
-
"external_name": "networkConstructExpectations
|
|
43
|
+
"external_name": "networkConstructExpectations\\.serviceIntent\\.id"
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
46
|
"definitions": {}
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"type": "AES",
|
|
31
31
|
"key": ""
|
|
32
32
|
},
|
|
33
|
-
"external_name": "networkConstruct
|
|
33
|
+
"external_name": "networkConstruct\\.id"
|
|
34
34
|
},
|
|
35
35
|
"bookingDataLockout": {
|
|
36
36
|
"type": "string",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"type": "AES",
|
|
42
42
|
"key": ""
|
|
43
43
|
},
|
|
44
|
-
"external_name": "bookingData
|
|
44
|
+
"external_name": "bookingData\\.lockout"
|
|
45
45
|
},
|
|
46
46
|
"tpeExpectationsEquipmentIntentId": {
|
|
47
47
|
"type": "string",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"type": "AES",
|
|
53
53
|
"key": ""
|
|
54
54
|
},
|
|
55
|
-
"external_name": "tpeExpectations
|
|
55
|
+
"external_name": "tpeExpectations\\.equipmentIntent\\.id"
|
|
56
56
|
},
|
|
57
57
|
"tpeExpectationsServiceIntentId": {
|
|
58
58
|
"type": "string",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"type": "AES",
|
|
64
64
|
"key": ""
|
|
65
65
|
},
|
|
66
|
-
"external_name": "tpeExpectations
|
|
66
|
+
"external_name": "tpeExpectations\\.serviceIntent\\.id"
|
|
67
67
|
}
|
|
68
68
|
},
|
|
69
69
|
"definitions": {}
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"type": "AES",
|
|
35
35
|
"key": ""
|
|
36
36
|
},
|
|
37
|
-
"external_name": "networkConstruct
|
|
37
|
+
"external_name": "networkConstruct\\.id"
|
|
38
38
|
},
|
|
39
39
|
"equipmentExpectationsEquipmentIntentId": {
|
|
40
40
|
"type": "string",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"type": "AES",
|
|
46
46
|
"key": ""
|
|
47
47
|
},
|
|
48
|
-
"external_name": "equipmentExpectations
|
|
48
|
+
"external_name": "equipmentExpectations\\.equipmentIntent\\.id"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
"definitions": {}
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"type": "AES",
|
|
24
24
|
"key": ""
|
|
25
25
|
},
|
|
26
|
-
"external_name": "networkConstruct
|
|
26
|
+
"external_name": "networkConstruct\\.id"
|
|
27
27
|
},
|
|
28
28
|
"equipmentId": {
|
|
29
29
|
"type": "string",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"type": "AES",
|
|
35
35
|
"key": ""
|
|
36
36
|
},
|
|
37
|
-
"external_name": "equipment
|
|
37
|
+
"external_name": "equipment\\.id"
|
|
38
38
|
},
|
|
39
39
|
"equipmentGroupExpectationsEquipmentIntentId": {
|
|
40
40
|
"type": "string",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"type": "AES",
|
|
46
46
|
"key": ""
|
|
47
47
|
},
|
|
48
|
-
"external_name": "equipmentGroupExpectations
|
|
48
|
+
"external_name": "equipmentGroupExpectations\\.equipmentIntent\\.id"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
"definitions": {}
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"type": "AES",
|
|
35
35
|
"key": ""
|
|
36
36
|
},
|
|
37
|
-
"external_name": "networkConstruct
|
|
37
|
+
"external_name": "networkConstruct\\.id"
|
|
38
38
|
},
|
|
39
39
|
"freExpectationsServiceIntentId": {
|
|
40
40
|
"type": "string",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"type": "AES",
|
|
46
46
|
"key": ""
|
|
47
47
|
},
|
|
48
|
-
"external_name": "freExpectations
|
|
48
|
+
"external_name": "freExpectations\\.serviceIntent\\.id"
|
|
49
49
|
},
|
|
50
50
|
"freExpectationsEquipmentIntentId": {
|
|
51
51
|
"type": "string",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"type": "AES",
|
|
57
57
|
"key": ""
|
|
58
58
|
},
|
|
59
|
-
"external_name": "freExpectations
|
|
59
|
+
"external_name": "freExpectations\\.equipmentIntent\\.id"
|
|
60
60
|
},
|
|
61
61
|
"endpointTpeConcrete": {
|
|
62
62
|
"type": "string",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"type": "AES",
|
|
68
68
|
"key": ""
|
|
69
69
|
},
|
|
70
|
-
"external_name": "endpoint
|
|
70
|
+
"external_name": "endpoint\\.tpe\\.concrete"
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
73
|
"definitions": {}
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"type": "AES",
|
|
36
36
|
"key": ""
|
|
37
37
|
},
|
|
38
|
-
"external_name": "networkConstructExpectations
|
|
38
|
+
"external_name": "networkConstructExpectations\\.equipmentIntent\\.id"
|
|
39
39
|
},
|
|
40
40
|
"networkConstructExpectationsServiceIntentId": {
|
|
41
41
|
"type": "string",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"type": "AES",
|
|
47
47
|
"key": ""
|
|
48
48
|
},
|
|
49
|
-
"external_name": "networkConstructExpectations
|
|
49
|
+
"external_name": "networkConstructExpectations\\.serviceIntent\\.id"
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
52
|
"definitions": {}
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"type": "AES",
|
|
36
36
|
"key": ""
|
|
37
37
|
},
|
|
38
|
-
"external_name": "networkConstruct
|
|
38
|
+
"external_name": "networkConstruct\\.id"
|
|
39
39
|
},
|
|
40
40
|
"tpeExpectationsEquipmentIntentId": {
|
|
41
41
|
"type": "string",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"type": "AES",
|
|
47
47
|
"key": ""
|
|
48
48
|
},
|
|
49
|
-
"external_name": "tpeExpectations
|
|
49
|
+
"external_name": "tpeExpectations\\.equipmentIntent\\.id"
|
|
50
50
|
},
|
|
51
51
|
"tpeExpectationsServiceIntentId": {
|
|
52
52
|
"type": "string",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"type": "AES",
|
|
58
58
|
"key": ""
|
|
59
59
|
},
|
|
60
|
-
"external_name": "tpeExpectations
|
|
60
|
+
"external_name": "tpeExpectations\\.serviceIntent\\.id"
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
"definitions": {}
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"type": "AES",
|
|
31
31
|
"key": ""
|
|
32
32
|
},
|
|
33
|
-
"external_name": "networkConstruct
|
|
33
|
+
"external_name": "networkConstruct\\.id"
|
|
34
34
|
},
|
|
35
35
|
"equipmentId": {
|
|
36
36
|
"type": "string",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"type": "AES",
|
|
42
42
|
"key": ""
|
|
43
43
|
},
|
|
44
|
-
"external_name": "equipment
|
|
44
|
+
"external_name": "equipment\\.id"
|
|
45
45
|
},
|
|
46
46
|
"equipmentGroupExpectationsEquipmentIntentId": {
|
|
47
47
|
"type": "string",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"type": "AES",
|
|
53
53
|
"key": ""
|
|
54
54
|
},
|
|
55
|
-
"external_name": "equipmentGroupExpectations
|
|
55
|
+
"external_name": "equipmentGroupExpectations\\.equipmentIntent\\.id"
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
58
|
"definitions": {}
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"type": "AES",
|
|
35
35
|
"key": ""
|
|
36
36
|
},
|
|
37
|
-
"external_name": "networkConstruct
|
|
37
|
+
"external_name": "networkConstruct\\.id"
|
|
38
38
|
},
|
|
39
39
|
"freExpectationsServiceIntentId": {
|
|
40
40
|
"type": "string",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"type": "AES",
|
|
46
46
|
"key": ""
|
|
47
47
|
},
|
|
48
|
-
"external_name": "freExpectations
|
|
48
|
+
"external_name": "freExpectations\\.serviceIntent\\.id"
|
|
49
49
|
},
|
|
50
50
|
"freExpectationsEquipmentIntentId": {
|
|
51
51
|
"type": "string",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"type": "AES",
|
|
57
57
|
"key": ""
|
|
58
58
|
},
|
|
59
|
-
"external_name": "freExpectations
|
|
59
|
+
"external_name": "freExpectations\\.equipmentIntent\\.id"
|
|
60
60
|
},
|
|
61
61
|
"endpointTpeConcrete": {
|
|
62
62
|
"type": "string",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"type": "AES",
|
|
68
68
|
"key": ""
|
|
69
69
|
},
|
|
70
|
-
"external_name": "endpoint
|
|
70
|
+
"external_name": "endpoint\\.tpe\\.concrete"
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
73
|
"definitions": {}
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"type": "AES",
|
|
26
26
|
"key": ""
|
|
27
27
|
},
|
|
28
|
-
"external_name": "networkConstruct
|
|
28
|
+
"external_name": "networkConstruct\\.name"
|
|
29
29
|
},
|
|
30
30
|
"networkConstructId": {
|
|
31
31
|
"type": "string",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"type": "AES",
|
|
37
37
|
"key": ""
|
|
38
38
|
},
|
|
39
|
-
"external_name": "networkConstruct
|
|
39
|
+
"external_name": "networkConstruct\\.id"
|
|
40
40
|
},
|
|
41
41
|
"equippedUtilizationTotalCapacity": {
|
|
42
42
|
"type": "string",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"type": "AES",
|
|
48
48
|
"key": ""
|
|
49
49
|
},
|
|
50
|
-
"external_name": "equipped
|
|
50
|
+
"external_name": "equipped\\.utilizationTotalCapacity"
|
|
51
51
|
},
|
|
52
52
|
"equippedUtilizationUsedCapacity": {
|
|
53
53
|
"type": "string",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"type": "AES",
|
|
59
59
|
"key": ""
|
|
60
60
|
},
|
|
61
|
-
"external_name": "equipped
|
|
61
|
+
"external_name": "equipped\\.utilizationUsedCapacity"
|
|
62
62
|
},
|
|
63
63
|
"equippedUtilizationPercent": {
|
|
64
64
|
"type": "string",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"type": "AES",
|
|
70
70
|
"key": ""
|
|
71
71
|
},
|
|
72
|
-
"external_name": "equipped
|
|
72
|
+
"external_name": "equipped\\.utilizationPercent"
|
|
73
73
|
},
|
|
74
74
|
"equippedStartUtilizationPercent": {
|
|
75
75
|
"type": "string",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"type": "AES",
|
|
81
81
|
"key": ""
|
|
82
82
|
},
|
|
83
|
-
"external_name": "equipped
|
|
83
|
+
"external_name": "equipped\\.startUtilizationPercent"
|
|
84
84
|
},
|
|
85
85
|
"equippedEndUtilizationPercent": {
|
|
86
86
|
"type": "string",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"type": "AES",
|
|
92
92
|
"key": ""
|
|
93
93
|
},
|
|
94
|
-
"external_name": "equipped
|
|
94
|
+
"external_name": "equipped\\.endUtilizationPercent"
|
|
95
95
|
},
|
|
96
96
|
"inUseByServiceUtilizationTotalCapacity": {
|
|
97
97
|
"type": "string",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"type": "AES",
|
|
103
103
|
"key": ""
|
|
104
104
|
},
|
|
105
|
-
"external_name": "inUseByService
|
|
105
|
+
"external_name": "inUseByService\\.utilizationTotalCapacity"
|
|
106
106
|
},
|
|
107
107
|
"inUseByServiceUtilizationUsedCapacity": {
|
|
108
108
|
"type": "string",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"type": "AES",
|
|
114
114
|
"key": ""
|
|
115
115
|
},
|
|
116
|
-
"external_name": "inUseByService
|
|
116
|
+
"external_name": "inUseByService\\.utilizationUsedCapacity"
|
|
117
117
|
},
|
|
118
118
|
"inUseByServiceUtilizationPercent": {
|
|
119
119
|
"type": "string",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"type": "AES",
|
|
125
125
|
"key": ""
|
|
126
126
|
},
|
|
127
|
-
"external_name": "inUseByService
|
|
127
|
+
"external_name": "inUseByService\\.utilizationPercent"
|
|
128
128
|
},
|
|
129
129
|
"inUseByServiceStartUtilizationPercent": {
|
|
130
130
|
"type": "string",
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"type": "AES",
|
|
136
136
|
"key": ""
|
|
137
137
|
},
|
|
138
|
-
"external_name": "inUseByService
|
|
138
|
+
"external_name": "inUseByService\\.startUtilizationPercent"
|
|
139
139
|
},
|
|
140
140
|
"inUseByServiceEndUtilizationPercent": {
|
|
141
141
|
"type": "string",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"type": "AES",
|
|
147
147
|
"key": ""
|
|
148
148
|
},
|
|
149
|
-
"external_name": "inUseByService
|
|
149
|
+
"external_name": "inUseByService\\.endUtilizationPercent"
|
|
150
150
|
},
|
|
151
151
|
"servicesUtilizationServiceTotal": {
|
|
152
152
|
"type": "string",
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
"type": "AES",
|
|
158
158
|
"key": ""
|
|
159
159
|
},
|
|
160
|
-
"external_name": "services
|
|
160
|
+
"external_name": "services\\.utilizationServiceTotal"
|
|
161
161
|
},
|
|
162
162
|
"servicesUtilizationInfrastructureTotal": {
|
|
163
163
|
"type": "string",
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"type": "AES",
|
|
169
169
|
"key": ""
|
|
170
170
|
},
|
|
171
|
-
"external_name": "services
|
|
171
|
+
"external_name": "services\\.utilizationInfrastructureTotal"
|
|
172
172
|
},
|
|
173
173
|
"equipmentExpectationsEquipmentIntentId": {
|
|
174
174
|
"type": "string",
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
"type": "AES",
|
|
180
180
|
"key": ""
|
|
181
181
|
},
|
|
182
|
-
"external_name": "equipmentExpectations
|
|
182
|
+
"external_name": "equipmentExpectations\\.equipmentIntent\\.id"
|
|
183
183
|
},
|
|
184
184
|
"provisionedSpecPartNumber": {
|
|
185
185
|
"type": "string",
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
"type": "AES",
|
|
191
191
|
"key": ""
|
|
192
192
|
},
|
|
193
|
-
"external_name": "provisionedSpec
|
|
193
|
+
"external_name": "provisionedSpec\\.partNumber"
|
|
194
194
|
},
|
|
195
195
|
"networkConstructMacAddress": {
|
|
196
196
|
"type": "string",
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
"type": "AES",
|
|
202
202
|
"key": ""
|
|
203
203
|
},
|
|
204
|
-
"external_name": "networkConstruct
|
|
204
|
+
"external_name": "networkConstruct\\.macAddress"
|
|
205
205
|
},
|
|
206
206
|
"networkConstructSubnetName": {
|
|
207
207
|
"type": "string",
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
"type": "AES",
|
|
213
213
|
"key": ""
|
|
214
214
|
},
|
|
215
|
-
"external_name": "networkConstruct
|
|
215
|
+
"external_name": "networkConstruct\\.subnetName"
|
|
216
216
|
}
|
|
217
217
|
},
|
|
218
218
|
"definitions": {}
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"type": "AES",
|
|
25
25
|
"key": ""
|
|
26
26
|
},
|
|
27
|
-
"external_name": "networkConstruct
|
|
27
|
+
"external_name": "networkConstruct\\.id"
|
|
28
28
|
},
|
|
29
29
|
"equipmentId": {
|
|
30
30
|
"type": "string",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"type": "AES",
|
|
36
36
|
"key": ""
|
|
37
37
|
},
|
|
38
|
-
"external_name": "equipment
|
|
38
|
+
"external_name": "equipment\\.id"
|
|
39
39
|
},
|
|
40
40
|
"equipmentGroupExpectationsEquipmentIntentId": {
|
|
41
41
|
"type": "string",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"type": "AES",
|
|
47
47
|
"key": ""
|
|
48
48
|
},
|
|
49
|
-
"external_name": "equipmentGroupExpectations
|
|
49
|
+
"external_name": "equipmentGroupExpectations\\.equipmentIntent\\.id"
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
52
|
"definitions": {}
|