@itentialopensource/adapter-nokia_nsp_network_management 0.1.1 → 0.1.2

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/pronghorn.json CHANGED
@@ -5135,6 +5135,473 @@
5135
5135
  "path": "/migrateDeployments"
5136
5136
  },
5137
5137
  "task": true
5138
+ },
5139
+ {
5140
+ "name": "getNE",
5141
+ "summary": "getNE",
5142
+ "description": "getNE",
5143
+ "input": [
5144
+ {
5145
+ "name": "depth",
5146
+ "type": "number",
5147
+ "info": "Optional depth query parameter: 123",
5148
+ "required": false,
5149
+ "schema": {
5150
+ "title": "depth",
5151
+ "type": "number"
5152
+ }
5153
+ },
5154
+ {
5155
+ "name": "fields",
5156
+ "type": "string",
5157
+ "info": ": string",
5158
+ "required": false,
5159
+ "schema": {
5160
+ "title": "fields",
5161
+ "type": "string"
5162
+ }
5163
+ }
5164
+ ],
5165
+ "output": {
5166
+ "name": "result",
5167
+ "type": "object",
5168
+ "description": "A JSON Object containing status, code and the result",
5169
+ "schema": {
5170
+ "title": "result",
5171
+ "type": "object"
5172
+ }
5173
+ },
5174
+ "roles": [
5175
+ "admin"
5176
+ ],
5177
+ "route": {
5178
+ "verb": "POST",
5179
+ "path": "/getNE"
5180
+ },
5181
+ "task": true
5182
+ },
5183
+ {
5184
+ "name": "getSpecificNE",
5185
+ "summary": "getSpecificNE",
5186
+ "description": "getSpecificNE",
5187
+ "input": [
5188
+ {
5189
+ "name": "networkElement",
5190
+ "type": "string",
5191
+ "info": ": string",
5192
+ "required": true,
5193
+ "schema": {
5194
+ "title": "networkElement",
5195
+ "type": "string"
5196
+ }
5197
+ },
5198
+ {
5199
+ "name": "depth",
5200
+ "type": "number",
5201
+ "info": "Optional depth query parameter: 123",
5202
+ "required": false,
5203
+ "schema": {
5204
+ "title": "depth",
5205
+ "type": "number"
5206
+ }
5207
+ }
5208
+ ],
5209
+ "output": {
5210
+ "name": "result",
5211
+ "type": "object",
5212
+ "description": "A JSON Object containing status, code and the result",
5213
+ "schema": {
5214
+ "title": "result",
5215
+ "type": "object"
5216
+ }
5217
+ },
5218
+ "roles": [
5219
+ "admin"
5220
+ ],
5221
+ "route": {
5222
+ "verb": "POST",
5223
+ "path": "/getSpecificNE"
5224
+ },
5225
+ "task": true
5226
+ },
5227
+ {
5228
+ "name": "getShelf",
5229
+ "summary": "getShelf",
5230
+ "description": "getShelf",
5231
+ "input": [],
5232
+ "output": {
5233
+ "name": "result",
5234
+ "type": "object",
5235
+ "description": "A JSON Object containing status, code and the result",
5236
+ "schema": {
5237
+ "title": "result",
5238
+ "type": "object"
5239
+ }
5240
+ },
5241
+ "roles": [
5242
+ "admin"
5243
+ ],
5244
+ "route": {
5245
+ "verb": "GET",
5246
+ "path": "/getShelf"
5247
+ },
5248
+ "task": true
5249
+ },
5250
+ {
5251
+ "name": "getSpecificShelf",
5252
+ "summary": "getSpecificShelf",
5253
+ "description": "getSpecificShelf",
5254
+ "input": [
5255
+ {
5256
+ "name": "networkElement",
5257
+ "type": "string",
5258
+ "info": ": string",
5259
+ "required": true,
5260
+ "schema": {
5261
+ "title": "networkElement",
5262
+ "type": "string"
5263
+ }
5264
+ },
5265
+ {
5266
+ "name": "shelf",
5267
+ "type": "string",
5268
+ "info": ": string",
5269
+ "required": true,
5270
+ "schema": {
5271
+ "title": "shelf",
5272
+ "type": "string"
5273
+ }
5274
+ }
5275
+ ],
5276
+ "output": {
5277
+ "name": "result",
5278
+ "type": "object",
5279
+ "description": "A JSON Object containing status, code and the result",
5280
+ "schema": {
5281
+ "title": "result",
5282
+ "type": "object"
5283
+ }
5284
+ },
5285
+ "roles": [
5286
+ "admin"
5287
+ ],
5288
+ "route": {
5289
+ "verb": "POST",
5290
+ "path": "/getSpecificShelf"
5291
+ },
5292
+ "task": true
5293
+ },
5294
+ {
5295
+ "name": "getCard",
5296
+ "summary": "getCard",
5297
+ "description": "getCard",
5298
+ "input": [],
5299
+ "output": {
5300
+ "name": "result",
5301
+ "type": "object",
5302
+ "description": "A JSON Object containing status, code and the result",
5303
+ "schema": {
5304
+ "title": "result",
5305
+ "type": "object"
5306
+ }
5307
+ },
5308
+ "roles": [
5309
+ "admin"
5310
+ ],
5311
+ "route": {
5312
+ "verb": "GET",
5313
+ "path": "/getCard"
5314
+ },
5315
+ "task": true
5316
+ },
5317
+ {
5318
+ "name": "getSpecificNECards",
5319
+ "summary": "getSpecificNECards",
5320
+ "description": "getSpecificNECards",
5321
+ "input": [
5322
+ {
5323
+ "name": "networkElement",
5324
+ "type": "string",
5325
+ "info": ": string",
5326
+ "required": true,
5327
+ "schema": {
5328
+ "title": "networkElement",
5329
+ "type": "string"
5330
+ }
5331
+ },
5332
+ {
5333
+ "name": "card",
5334
+ "type": "string",
5335
+ "info": ": string",
5336
+ "required": true,
5337
+ "schema": {
5338
+ "title": "card",
5339
+ "type": "string"
5340
+ }
5341
+ }
5342
+ ],
5343
+ "output": {
5344
+ "name": "result",
5345
+ "type": "object",
5346
+ "description": "A JSON Object containing status, code and the result",
5347
+ "schema": {
5348
+ "title": "result",
5349
+ "type": "object"
5350
+ }
5351
+ },
5352
+ "roles": [
5353
+ "admin"
5354
+ ],
5355
+ "route": {
5356
+ "verb": "POST",
5357
+ "path": "/getSpecificNECards"
5358
+ },
5359
+ "task": true
5360
+ },
5361
+ {
5362
+ "name": "getPort",
5363
+ "summary": "getPort",
5364
+ "description": "getPort",
5365
+ "input": [],
5366
+ "output": {
5367
+ "name": "result",
5368
+ "type": "object",
5369
+ "description": "A JSON Object containing status, code and the result",
5370
+ "schema": {
5371
+ "title": "result",
5372
+ "type": "object"
5373
+ }
5374
+ },
5375
+ "roles": [
5376
+ "admin"
5377
+ ],
5378
+ "route": {
5379
+ "verb": "GET",
5380
+ "path": "/getPort"
5381
+ },
5382
+ "task": true
5383
+ },
5384
+ {
5385
+ "name": "getPortFromSpecificNE",
5386
+ "summary": "getPortFromSpecificNE",
5387
+ "description": "getPortFromSpecificNE",
5388
+ "input": [
5389
+ {
5390
+ "name": "networkElement",
5391
+ "type": "string",
5392
+ "info": ": string",
5393
+ "required": true,
5394
+ "schema": {
5395
+ "title": "networkElement",
5396
+ "type": "string"
5397
+ }
5398
+ },
5399
+ {
5400
+ "name": "port",
5401
+ "type": "string",
5402
+ "info": ": string",
5403
+ "required": true,
5404
+ "schema": {
5405
+ "title": "port",
5406
+ "type": "string"
5407
+ }
5408
+ }
5409
+ ],
5410
+ "output": {
5411
+ "name": "result",
5412
+ "type": "object",
5413
+ "description": "A JSON Object containing status, code and the result",
5414
+ "schema": {
5415
+ "title": "result",
5416
+ "type": "object"
5417
+ }
5418
+ },
5419
+ "roles": [
5420
+ "admin"
5421
+ ],
5422
+ "route": {
5423
+ "verb": "POST",
5424
+ "path": "/getPortFromSpecificNE"
5425
+ },
5426
+ "task": true
5427
+ },
5428
+ {
5429
+ "name": "getPortFromSpecificNETransceiverDetails",
5430
+ "summary": "getPortFromSpecificNETransceiverDetails",
5431
+ "description": "getPortFromSpecificNETransceiverDetails",
5432
+ "input": [
5433
+ {
5434
+ "name": "networkElement",
5435
+ "type": "string",
5436
+ "info": ": string",
5437
+ "required": true,
5438
+ "schema": {
5439
+ "title": "networkElement",
5440
+ "type": "string"
5441
+ }
5442
+ },
5443
+ {
5444
+ "name": "port",
5445
+ "type": "string",
5446
+ "info": ": string",
5447
+ "required": true,
5448
+ "schema": {
5449
+ "title": "port",
5450
+ "type": "string"
5451
+ }
5452
+ }
5453
+ ],
5454
+ "output": {
5455
+ "name": "result",
5456
+ "type": "object",
5457
+ "description": "A JSON Object containing status, code and the result",
5458
+ "schema": {
5459
+ "title": "result",
5460
+ "type": "object"
5461
+ }
5462
+ },
5463
+ "roles": [
5464
+ "admin"
5465
+ ],
5466
+ "route": {
5467
+ "verb": "POST",
5468
+ "path": "/getPortFromSpecificNETransceiverDetails"
5469
+ },
5470
+ "task": true
5471
+ },
5472
+ {
5473
+ "name": "getLags",
5474
+ "summary": "getLags",
5475
+ "description": "getLags",
5476
+ "input": [],
5477
+ "output": {
5478
+ "name": "result",
5479
+ "type": "object",
5480
+ "description": "A JSON Object containing status, code and the result",
5481
+ "schema": {
5482
+ "title": "result",
5483
+ "type": "object"
5484
+ }
5485
+ },
5486
+ "roles": [
5487
+ "admin"
5488
+ ],
5489
+ "route": {
5490
+ "verb": "GET",
5491
+ "path": "/getLags"
5492
+ },
5493
+ "task": true
5494
+ },
5495
+ {
5496
+ "name": "getSpecificNELag",
5497
+ "summary": "getSpecificNELag",
5498
+ "description": "getSpecificNELag",
5499
+ "input": [
5500
+ {
5501
+ "name": "networkElement",
5502
+ "type": "string",
5503
+ "info": ": string",
5504
+ "required": true,
5505
+ "schema": {
5506
+ "title": "networkElement",
5507
+ "type": "string"
5508
+ }
5509
+ }
5510
+ ],
5511
+ "output": {
5512
+ "name": "result",
5513
+ "type": "object",
5514
+ "description": "A JSON Object containing status, code and the result",
5515
+ "schema": {
5516
+ "title": "result",
5517
+ "type": "object"
5518
+ }
5519
+ },
5520
+ "roles": [
5521
+ "admin"
5522
+ ],
5523
+ "route": {
5524
+ "verb": "POST",
5525
+ "path": "/getSpecificNELag"
5526
+ },
5527
+ "task": true
5528
+ },
5529
+ {
5530
+ "name": "getSpecificNELagWithFields",
5531
+ "summary": "getSpecificNELagWithFields",
5532
+ "description": "getSpecificNELagWithFields",
5533
+ "input": [
5534
+ {
5535
+ "name": "fields",
5536
+ "type": "string",
5537
+ "info": ": string",
5538
+ "required": true,
5539
+ "schema": {
5540
+ "title": "fields",
5541
+ "type": "string"
5542
+ }
5543
+ },
5544
+ {
5545
+ "name": "networkElement",
5546
+ "type": "string",
5547
+ "info": ": string",
5548
+ "required": true,
5549
+ "schema": {
5550
+ "title": "networkElement",
5551
+ "type": "string"
5552
+ }
5553
+ },
5554
+ {
5555
+ "name": "lag",
5556
+ "type": "string",
5557
+ "info": ": string",
5558
+ "required": true,
5559
+ "schema": {
5560
+ "title": "lag",
5561
+ "type": "string"
5562
+ }
5563
+ }
5564
+ ],
5565
+ "output": {
5566
+ "name": "result",
5567
+ "type": "object",
5568
+ "description": "A JSON Object containing status, code and the result",
5569
+ "schema": {
5570
+ "title": "result",
5571
+ "type": "object"
5572
+ }
5573
+ },
5574
+ "roles": [
5575
+ "admin"
5576
+ ],
5577
+ "route": {
5578
+ "verb": "POST",
5579
+ "path": "/getSpecificNELagWithFields"
5580
+ },
5581
+ "task": true
5582
+ },
5583
+ {
5584
+ "name": "getRadio",
5585
+ "summary": "getRadio",
5586
+ "description": "getRadio",
5587
+ "input": [],
5588
+ "output": {
5589
+ "name": "result",
5590
+ "type": "object",
5591
+ "description": "A JSON Object containing status, code and the result",
5592
+ "schema": {
5593
+ "title": "result",
5594
+ "type": "object"
5595
+ }
5596
+ },
5597
+ "roles": [
5598
+ "admin"
5599
+ ],
5600
+ "route": {
5601
+ "verb": "GET",
5602
+ "path": "/getRadio"
5603
+ },
5604
+ "task": true
5138
5605
  }
5139
5606
  ],
5140
5607
  "views": []
Binary file
@@ -0,0 +1,10 @@
1
+ {
2
+ "version": "0.1.1",
3
+ "configLines": 7464,
4
+ "scriptLines": 1783,
5
+ "codeLines": 13633,
6
+ "testLines": 11195,
7
+ "testCases": 555,
8
+ "totalCodeLines": 26611,
9
+ "wfTasks": 146
10
+ }