@itentialopensource/adapter-netbrain 1.3.5 → 1.3.6

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
@@ -64,13 +64,13 @@
64
64
  }
65
65
  },
66
66
  {
67
- "name" : "replace",
67
+ "name": "replace",
68
68
  "type": "boolean",
69
69
  "info": "True to replace entire mock data, false to merge/append",
70
70
  "required": false,
71
71
  "schema": {
72
72
  "title": "replace",
73
- "type" : "boolean"
73
+ "type": "boolean"
74
74
  }
75
75
  }
76
76
  ],
@@ -1923,7 +1923,7 @@
1923
1923
  "name": "interfaceName",
1924
1924
  "type": "string",
1925
1925
  "info": "Interface name of the device.: string",
1926
- "required": true,
1926
+ "required": false,
1927
1927
  "schema": {
1928
1928
  "title": "interfaceName",
1929
1929
  "type": "string"
@@ -4133,7 +4133,1577 @@
4133
4133
  "path": "/getV1CMDBTuneDevices"
4134
4134
  },
4135
4135
  "task": true
4136
+ },
4137
+ {
4138
+ "name": "getcmdbChangeAnalysisExportTasksStatus",
4139
+ "summary": "getcmdbChangeAnalysisExportTasksStatus",
4140
+ "description": "Generated from cURL: curl -X GET \"http(s):// /ServicesAPI/API/V1/CMDB/ChangeAnalysis/Export/Tasks/{taskId}/Status\" \\\n-H \"Content-Type: application/json\" \\\n-H \"Accept: application/json\" \\\n-H \"Authorization: Bearer \"\n",
4141
+ "input": [
4142
+ {
4143
+ "name": "taskId",
4144
+ "type": "string",
4145
+ "info": ": string",
4146
+ "required": true,
4147
+ "schema": {
4148
+ "title": "taskId",
4149
+ "type": "string"
4150
+ }
4151
+ },
4152
+ {
4153
+ "name": "iapMetadata",
4154
+ "type": "object",
4155
+ "info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
4156
+ "required": false,
4157
+ "schema": {
4158
+ "title": "iapMetadata",
4159
+ "type": "object"
4160
+ }
4161
+ }
4162
+ ],
4163
+ "output": {
4164
+ "name": "result",
4165
+ "type": "object",
4166
+ "description": "A JSON Object containing status, code and the result",
4167
+ "schema": {
4168
+ "title": "result",
4169
+ "type": "object"
4170
+ }
4171
+ },
4172
+ "roles": [
4173
+ "admin"
4174
+ ],
4175
+ "route": {
4176
+ "verb": "POST",
4177
+ "path": "/getcmdbChangeAnalysisExportTasksStatus"
4178
+ },
4179
+ "task": true
4180
+ },
4181
+ {
4182
+ "name": "postcmdbChangeAnalysisExportTasks",
4183
+ "summary": "postcmdbChangeAnalysisExportTasks",
4184
+ "description": "Generated from cURL: curl -X POST \"http:// /ServicesAPI/API/V1/CMDB/ChangeAnalysis/Export/Tasks\" \\\n-H \"Content-Type: application/json\" \\\n-H \"Accept: application/json\" \\\n-H \"Authorization: Bearer \" \\\n-d '{\n \"StartDate\": \"2020-06-01T04:00:00.000Z\",\n \"EndDate\": \"2020-06-02T04:00:00.000Z\",\n \"DataTypeList\": [\"config/config\"],\n \"DeviceIDList\": []\n}'\n",
4185
+ "input": [
4186
+ {
4187
+ "name": "body",
4188
+ "type": "object",
4189
+ "info": ": object",
4190
+ "required": true,
4191
+ "schema": {
4192
+ "allOf": [
4193
+ {
4194
+ "type": "object"
4195
+ },
4196
+ {
4197
+ "type": "object"
4198
+ }
4199
+ ],
4200
+ "definitions": {}
4201
+ }
4202
+ },
4203
+ {
4204
+ "name": "iapMetadata",
4205
+ "type": "object",
4206
+ "info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
4207
+ "required": false,
4208
+ "schema": {
4209
+ "title": "iapMetadata",
4210
+ "type": "object"
4211
+ }
4212
+ }
4213
+ ],
4214
+ "output": {
4215
+ "name": "result",
4216
+ "type": "object",
4217
+ "description": "A JSON Object containing status, code and the result",
4218
+ "schema": {
4219
+ "title": "result",
4220
+ "type": "object"
4221
+ }
4222
+ },
4223
+ "roles": [
4224
+ "admin"
4225
+ ],
4226
+ "route": {
4227
+ "verb": "POST",
4228
+ "path": "/postcmdbChangeAnalysisExportTasks"
4229
+ },
4230
+ "task": true
4231
+ },
4232
+ {
4233
+ "name": "getcmdbChangeAnalysisExportTasks12345Download",
4234
+ "summary": "getcmdbChangeAnalysisExportTasks12345Download",
4235
+ "description": "Generated from cURL: curl -X GET \"https://192.168.1.100/ServicesAPI/API/V1/CMDB/ChangeAnalysis/Export/Tasks/12345/Download\" \\\n-H \"Authorization: Bearer abc123xyzToken\" \\\n-H \"Content-Type: application/json\" \\\n-H \"Accept: application/json\" \\\n--output change_analysis_report.pdf\n",
4236
+ "input": [
4237
+ {
4238
+ "name": "iapMetadata",
4239
+ "type": "object",
4240
+ "info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
4241
+ "required": false,
4242
+ "schema": {
4243
+ "title": "iapMetadata",
4244
+ "type": "object"
4245
+ }
4246
+ }
4247
+ ],
4248
+ "output": {
4249
+ "name": "result",
4250
+ "type": "object",
4251
+ "description": "A JSON Object containing status, code and the result",
4252
+ "schema": {
4253
+ "title": "result",
4254
+ "type": "object"
4255
+ }
4256
+ },
4257
+ "roles": [
4258
+ "admin"
4259
+ ],
4260
+ "route": {
4261
+ "verb": "GET",
4262
+ "path": "/getcmdbChangeAnalysisExportTasks12345Download"
4263
+ },
4264
+ "task": true
4265
+ },
4266
+ {
4267
+ "name": "postcmdbCMTasksScheduledTask",
4268
+ "summary": "postcmdbCMTasksScheduledTask",
4269
+ "description": "Generated from cURL: curl -X POST \"{{baseUrl}}/CMDB/CM/Tasks/ScheduledTask\" \\\n-H \"Authorization: Bearer \" \\\n-H \"Content-Type: application/json\" \\\n-H \"Accept: application/json\" \\\n-d '{\n \"Runbook_id\": \"d5c5bb3c-1aad-ae2c-a591-347ede7d71a9\",\n \"ticket_id\": \"1d9e4d500fe32b4046ddc5ece1050e7e\",\n \"execution_time\": \"2020-01-17T20:06:00.000Z\",\n \"do_not_execute_after\": \"2020-01-17T21:06:00.000Z\"\n}'\n",
4270
+ "input": [
4271
+ {
4272
+ "name": "body",
4273
+ "type": "object",
4274
+ "info": ": object",
4275
+ "required": true,
4276
+ "schema": {
4277
+ "allOf": [
4278
+ {
4279
+ "type": "object"
4280
+ },
4281
+ {
4282
+ "type": "object"
4283
+ }
4284
+ ],
4285
+ "definitions": {}
4286
+ }
4287
+ },
4288
+ {
4289
+ "name": "iapMetadata",
4290
+ "type": "object",
4291
+ "info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
4292
+ "required": false,
4293
+ "schema": {
4294
+ "title": "iapMetadata",
4295
+ "type": "object"
4296
+ }
4297
+ }
4298
+ ],
4299
+ "output": {
4300
+ "name": "result",
4301
+ "type": "object",
4302
+ "description": "A JSON Object containing status, code and the result",
4303
+ "schema": {
4304
+ "title": "result",
4305
+ "type": "object"
4306
+ }
4307
+ },
4308
+ "roles": [
4309
+ "admin"
4310
+ ],
4311
+ "route": {
4312
+ "verb": "POST",
4313
+ "path": "/postcmdbCMTasksScheduledTask"
4314
+ },
4315
+ "task": true
4316
+ },
4317
+ {
4318
+ "name": "getcmdbCMTasksScheduledTask",
4319
+ "summary": "getcmdbCMTasksScheduledTask",
4320
+ "description": "Generated from cURL: curl -X GET \\\n \"http://192.168.28.139/ServicesAPI/API/V1/CMDB/CM/Tasks/ScheduledTask/\" \\\n -H \"Accept: application/json\" \\\n -H \"Content-Type: application/json\" \\\n -H \"token: 87ccc8aa-6550-41cd-a54b-ae11b521a837\" \\\n -G \\\n --data-urlencode \"runbook_Id=453ac967-12ad-f8f1-5158-648500fa67fb\"\n",
4321
+ "input": [
4322
+ {
4323
+ "name": "iapMetadata",
4324
+ "type": "object",
4325
+ "info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
4326
+ "required": false,
4327
+ "schema": {
4328
+ "title": "iapMetadata",
4329
+ "type": "object"
4330
+ }
4331
+ }
4332
+ ],
4333
+ "output": {
4334
+ "name": "result",
4335
+ "type": "object",
4336
+ "description": "A JSON Object containing status, code and the result",
4337
+ "schema": {
4338
+ "title": "result",
4339
+ "type": "object"
4340
+ }
4341
+ },
4342
+ "roles": [
4343
+ "admin"
4344
+ ],
4345
+ "route": {
4346
+ "verb": "GET",
4347
+ "path": "/getcmdbCMTasksScheduledTask"
4348
+ },
4349
+ "task": true
4350
+ },
4351
+ {
4352
+ "name": "putcmdbCMTasksScheduledTask",
4353
+ "summary": "putcmdbCMTasksScheduledTask",
4354
+ "description": "Generated from cURL: curl -X PUT \\\n http://192.168.28.139/ServicesAPI/API/V1/CMDB/CM/Tasks/ScheduledTask \\\n -H 'Accept: application/json' \\\n -H 'Content-Type: application/json' \\\n -H 'token: 87ccc8aa-6550-41cd-a54b-ae11b521a837' \\\n -d '{\n \"Runbook_id\":\"453ac967-12ad-f8f1-5158-648500fa67fb\",\n \"execution_time\":\"2020-01-17T20:06:00.000Z\",\n \"do_not_execute_after\":\"2020-01-17T21:06:00.000Z\"\n}'\n",
4355
+ "input": [
4356
+ {
4357
+ "name": "body",
4358
+ "type": "object",
4359
+ "info": ": object",
4360
+ "required": true,
4361
+ "schema": {
4362
+ "allOf": [
4363
+ {
4364
+ "type": "object"
4365
+ },
4366
+ {
4367
+ "type": "object"
4368
+ }
4369
+ ],
4370
+ "definitions": {}
4371
+ }
4372
+ },
4373
+ {
4374
+ "name": "iapMetadata",
4375
+ "type": "object",
4376
+ "info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
4377
+ "required": false,
4378
+ "schema": {
4379
+ "title": "iapMetadata",
4380
+ "type": "object"
4381
+ }
4382
+ }
4383
+ ],
4384
+ "output": {
4385
+ "name": "result",
4386
+ "type": "object",
4387
+ "description": "A JSON Object containing status, code and the result",
4388
+ "schema": {
4389
+ "title": "result",
4390
+ "type": "object"
4391
+ }
4392
+ },
4393
+ "roles": [
4394
+ "admin"
4395
+ ],
4396
+ "route": {
4397
+ "verb": "POST",
4398
+ "path": "/putcmdbCMTasksScheduledTask"
4399
+ },
4400
+ "task": true
4401
+ },
4402
+ {
4403
+ "name": "deletecmTasksScheduleTask",
4404
+ "summary": "deletecmTasksScheduleTask",
4405
+ "description": "Generated from cURL: curl -X DELETE \\\n 'http:// /ServicesAPI/API/V1/CM/Tasks/ScheduleTask?runbook_Id=453ac967-12ad-f8f1-5158-648500fa67fb' \\\n -H 'Accept: application/json' \\\n -H 'Content-Type: application/json' \\\n -H 'token: 87ccc8aa-6550-41cd-a54b-ae11b521a837'\n",
4406
+ "input": [
4407
+ {
4408
+ "name": "runbookId",
4409
+ "type": "string",
4410
+ "info": ": string",
4411
+ "required": true,
4412
+ "schema": {
4413
+ "title": "runbookId",
4414
+ "type": "string"
4415
+ }
4416
+ },
4417
+ {
4418
+ "name": "iapMetadata",
4419
+ "type": "object",
4420
+ "info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
4421
+ "required": false,
4422
+ "schema": {
4423
+ "title": "iapMetadata",
4424
+ "type": "object"
4425
+ }
4426
+ }
4427
+ ],
4428
+ "output": {
4429
+ "name": "result",
4430
+ "type": "object",
4431
+ "description": "A JSON Object containing status, code and the result",
4432
+ "schema": {
4433
+ "title": "result",
4434
+ "type": "object"
4435
+ }
4436
+ },
4437
+ "roles": [
4438
+ "admin"
4439
+ ],
4440
+ "route": {
4441
+ "verb": "POST",
4442
+ "path": "/deletecmTasksScheduleTask"
4443
+ },
4444
+ "task": true
4445
+ },
4446
+ {
4447
+ "name": "postcmBinding",
4448
+ "summary": "postcmBinding",
4449
+ "description": "Generated from cURL: curl -X POST \\\n http://192.168.28.173/ServicesAPI/API/V1/CM/Binding \\\n -H 'Content-Type: application/json' \\\n -H 'Accept: application/json' \\\n -H 'token: 5e372bc9-3b2e-48fc-b86b-e9c651968f85' \\\n -d '{\n \"vendor\": \"serviceNow\",\n \"ticketId\": \"00008\",\n \"runbookId\": \"7652cb62-c5e6-d0a3-3f22-29972d03ad4c\",\n \"ticketUrl\": \"https://dev65813.service-now.com/nav_to.do?uri=%2Fincident.do%3Fsys_id%3D1ecf1235dbe2330093890d53ca9619a2%26sysparm_record_target%3Dincident%26sy...(description truncated)",
4450
+ "input": [
4451
+ {
4452
+ "name": "body",
4453
+ "type": "object",
4454
+ "info": ": object",
4455
+ "required": true,
4456
+ "schema": {
4457
+ "allOf": [
4458
+ {
4459
+ "type": "object"
4460
+ },
4461
+ {
4462
+ "type": "object"
4463
+ }
4464
+ ],
4465
+ "definitions": {}
4466
+ }
4467
+ },
4468
+ {
4469
+ "name": "iapMetadata",
4470
+ "type": "object",
4471
+ "info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
4472
+ "required": false,
4473
+ "schema": {
4474
+ "title": "iapMetadata",
4475
+ "type": "object"
4476
+ }
4477
+ }
4478
+ ],
4479
+ "output": {
4480
+ "name": "result",
4481
+ "type": "object",
4482
+ "description": "A JSON Object containing status, code and the result",
4483
+ "schema": {
4484
+ "title": "result",
4485
+ "type": "object"
4486
+ }
4487
+ },
4488
+ "roles": [
4489
+ "admin"
4490
+ ],
4491
+ "route": {
4492
+ "verb": "POST",
4493
+ "path": "/postcmBinding"
4494
+ },
4495
+ "task": true
4496
+ },
4497
+ {
4498
+ "name": "postcmApprovalState",
4499
+ "summary": "postcmApprovalState",
4500
+ "description": "Generated from cURL: curl -X POST \\\n http:// /ServicesAPI/API/V1/CM/Approval/State \\\n -H 'Accept: application/json' \\\n -H 'Content-Type: application/json' \\\n -H 'token: 5e372bc9-3b2e-48fc-b86b-e9c651968f85' \\\n -d '{\n \"vendor\": \"serviceNow\",\n \"ticketId\": \"00008\",\n \"runbookId\": \"7652cb62-c5e6-d0a3-3f22-29972d03ad4c\",\n \"ticketUrl\": \"https://dev65813.service-now.com/nav_to.do?uri=%2Fincident.do%3Fsys_id%3D1ecf1235dbe2330093890d53ca9619a2%26sysparm_record_target%3Dincident%26sysparm_...(description truncated)",
4501
+ "input": [
4502
+ {
4503
+ "name": "body",
4504
+ "type": "object",
4505
+ "info": ": object",
4506
+ "required": true,
4507
+ "schema": {
4508
+ "allOf": [
4509
+ {
4510
+ "type": "object"
4511
+ },
4512
+ {
4513
+ "type": "object"
4514
+ }
4515
+ ],
4516
+ "definitions": {}
4517
+ }
4518
+ },
4519
+ {
4520
+ "name": "iapMetadata",
4521
+ "type": "object",
4522
+ "info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
4523
+ "required": false,
4524
+ "schema": {
4525
+ "title": "iapMetadata",
4526
+ "type": "object"
4527
+ }
4528
+ }
4529
+ ],
4530
+ "output": {
4531
+ "name": "result",
4532
+ "type": "object",
4533
+ "description": "A JSON Object containing status, code and the result",
4534
+ "schema": {
4535
+ "title": "result",
4536
+ "type": "object"
4537
+ }
4538
+ },
4539
+ "roles": [
4540
+ "admin"
4541
+ ],
4542
+ "route": {
4543
+ "verb": "POST",
4544
+ "path": "/postcmApprovalState"
4545
+ },
4546
+ "task": true
4547
+ },
4548
+ {
4549
+ "name": "postcmdbDeviceAccessPolicy",
4550
+ "summary": "postcmdbDeviceAccessPolicy",
4551
+ "description": "Generated from cURL: curl -X POST \\\n https://10.10.7.209/ServicesAPI/API/V1/CMDB/DeviceAccessPolicy \\\n -H 'Content-Type: application/json' \\\n -H 'Postman-Token: 1c6aab8e-44ba-4ec7-b9ea-ec2c02813a93' \\\n -H 'cache-control: no-cache' \\\n -H 'token: 9dbd05fa-2630-4c2f-bfd2-86973e886bf2' \\\n -d '{\n \"name\": \"DeviceAccessPolicy_GL2\",\n \"description\": \"a device access policy\",\n \"privileges\": [\n \"1\",\n \"2\"\n ],\n \"scope\": {\n \"type\": 0\n }\n}'",
4552
+ "input": [
4553
+ {
4554
+ "name": "body",
4555
+ "type": "object",
4556
+ "info": ": object",
4557
+ "required": true,
4558
+ "schema": {
4559
+ "allOf": [
4560
+ {
4561
+ "type": "object"
4562
+ },
4563
+ {
4564
+ "type": "object"
4565
+ }
4566
+ ],
4567
+ "definitions": {}
4568
+ }
4569
+ },
4570
+ {
4571
+ "name": "iapMetadata",
4572
+ "type": "object",
4573
+ "info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
4574
+ "required": false,
4575
+ "schema": {
4576
+ "title": "iapMetadata",
4577
+ "type": "object"
4578
+ }
4579
+ }
4580
+ ],
4581
+ "output": {
4582
+ "name": "result",
4583
+ "type": "object",
4584
+ "description": "A JSON Object containing status, code and the result",
4585
+ "schema": {
4586
+ "title": "result",
4587
+ "type": "object"
4588
+ }
4589
+ },
4590
+ "roles": [
4591
+ "admin"
4592
+ ],
4593
+ "route": {
4594
+ "verb": "POST",
4595
+ "path": "/postcmdbDeviceAccessPolicy"
4596
+ },
4597
+ "task": true
4598
+ },
4599
+ {
4600
+ "name": "getcmdbDeviceAccessPolicy",
4601
+ "summary": "getcmdbDeviceAccessPolicy",
4602
+ "description": "Generated from cURL: curl -X GET \\\n 'https://10.10.7.209/ServicesAPI/API/V1/CMDB/DeviceAccessPolicy?name=DeviceAccessPolicy_GL2' \\\n -H 'Postman-Token: 9639788b-0500-4065-9947-94c95075808a' \\\n -H 'cache-control: no-cache' \\\n -H 'token: 9dbd05fa-2630-4c2f-bfd2-86973e886bf2'",
4603
+ "input": [
4604
+ {
4605
+ "name": "name",
4606
+ "type": "string",
4607
+ "info": ": string",
4608
+ "required": true,
4609
+ "schema": {
4610
+ "title": "name",
4611
+ "type": "string"
4612
+ }
4613
+ },
4614
+ {
4615
+ "name": "iapMetadata",
4616
+ "type": "object",
4617
+ "info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
4618
+ "required": false,
4619
+ "schema": {
4620
+ "title": "iapMetadata",
4621
+ "type": "object"
4622
+ }
4623
+ }
4624
+ ],
4625
+ "output": {
4626
+ "name": "result",
4627
+ "type": "object",
4628
+ "description": "A JSON Object containing status, code and the result",
4629
+ "schema": {
4630
+ "title": "result",
4631
+ "type": "object"
4632
+ }
4633
+ },
4634
+ "roles": [
4635
+ "admin"
4636
+ ],
4637
+ "route": {
4638
+ "verb": "POST",
4639
+ "path": "/getcmdbDeviceAccessPolicy"
4640
+ },
4641
+ "task": true
4642
+ },
4643
+ {
4644
+ "name": "putcmdbDeviceAccessPolicy",
4645
+ "summary": "putcmdbDeviceAccessPolicy",
4646
+ "description": "Generated from cURL: curl -X PUT \\\n https://10.10.7.209/ServicesAPI/API/V1/CMDB/DeviceAccessPolicy \\\n -H 'Content-Type: application/json' \\\n -H 'Postman-Token: 1bcd8232-8c82-40e0-8586-ba37d779cdeb' \\\n -H 'cache-control: no-cache' \\\n -H 'token: 9dbd05fa-2630-4c2f-bfd2-86973e886bf2' \\\n -d '{\n \"name\": \"DeviceAccessPolicy_GL\",\n \"newName\":\"DeviceAccessPolicy_GL_Update\",\n \"description\": \"a device access policy\",\n \"privileges\": [\n 1,\n 2\n ],\n \"scope\": {\n \"typ...(description truncated)",
4647
+ "input": [
4648
+ {
4649
+ "name": "body",
4650
+ "type": "object",
4651
+ "info": ": object",
4652
+ "required": true,
4653
+ "schema": {
4654
+ "allOf": [
4655
+ {
4656
+ "type": "object"
4657
+ },
4658
+ {
4659
+ "type": "object"
4660
+ }
4661
+ ],
4662
+ "definitions": {}
4663
+ }
4664
+ },
4665
+ {
4666
+ "name": "iapMetadata",
4667
+ "type": "object",
4668
+ "info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
4669
+ "required": false,
4670
+ "schema": {
4671
+ "title": "iapMetadata",
4672
+ "type": "object"
4673
+ }
4674
+ }
4675
+ ],
4676
+ "output": {
4677
+ "name": "result",
4678
+ "type": "object",
4679
+ "description": "A JSON Object containing status, code and the result",
4680
+ "schema": {
4681
+ "title": "result",
4682
+ "type": "object"
4683
+ }
4684
+ },
4685
+ "roles": [
4686
+ "admin"
4687
+ ],
4688
+ "route": {
4689
+ "verb": "POST",
4690
+ "path": "/putcmdbDeviceAccessPolicy"
4691
+ },
4692
+ "task": true
4693
+ },
4694
+ {
4695
+ "name": "postcmdbUserDeviceAccessPolicyAssignDeviceAccessPolicies",
4696
+ "summary": "postcmdbUserDeviceAccessPolicyAssignDeviceAccessPolicies",
4697
+ "description": "Generated from cURL: curl -X POST \\\n https://10.10.7.209/ServicesAPI/API/V1/CMDB/UserDeviceAccessPolicy/AssignDeviceAccessPolicies \\\n -H 'Content-Type: application/json' \\\n -H 'Postman-Token: f22d31e9-6a4f-4746-841e-905babca7460' \\\n -H 'cache-control: no-cache' \\\n -H 'token: 9dbd05fa-2630-4c2f-bfd2-86973e886bf2' \\\n -d '{\n \"authenticationServer\":\"NetBrain\",\n \"userName\":\"deviceAPAPI\",\n \"policies\" : [\"New_DeviceAccessPolicy_GL1\", \"New_DeviceAccessPolicy_GL2\"] \n \n}'",
4698
+ "input": [
4699
+ {
4700
+ "name": "body",
4701
+ "type": "object",
4702
+ "info": ": object",
4703
+ "required": true,
4704
+ "schema": {
4705
+ "allOf": [
4706
+ {
4707
+ "type": "object"
4708
+ },
4709
+ {
4710
+ "type": "object"
4711
+ }
4712
+ ],
4713
+ "definitions": {}
4714
+ }
4715
+ },
4716
+ {
4717
+ "name": "iapMetadata",
4718
+ "type": "object",
4719
+ "info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
4720
+ "required": false,
4721
+ "schema": {
4722
+ "title": "iapMetadata",
4723
+ "type": "object"
4724
+ }
4725
+ }
4726
+ ],
4727
+ "output": {
4728
+ "name": "result",
4729
+ "type": "object",
4730
+ "description": "A JSON Object containing status, code and the result",
4731
+ "schema": {
4732
+ "title": "result",
4733
+ "type": "object"
4734
+ }
4735
+ },
4736
+ "roles": [
4737
+ "admin"
4738
+ ],
4739
+ "route": {
4740
+ "verb": "POST",
4741
+ "path": "/postcmdbUserDeviceAccessPolicyAssignDeviceAccessPolicies"
4742
+ },
4743
+ "task": true
4744
+ },
4745
+ {
4746
+ "name": "deletecmdbDeviceAccessPolicy",
4747
+ "summary": "deletecmdbDeviceAccessPolicy",
4748
+ "description": "Generated from cURL: curl -X DELETE \\\n https://10.10.7.209/ServicesAPI/API/V1/CMDB/DeviceAccessPolicy/DeviceAccessPolicy_GL2 \\\n -H 'Postman-Token: 4e7f346d-8cb6-46c6-9507-976c6132b1eb' \\\n -H 'cache-control: no-cache' \\\n -H 'token: 6bf756e4-18dd-49ec-b63e-cad4a1129c95'",
4749
+ "input": [
4750
+ {
4751
+ "name": "deviceGroup",
4752
+ "type": "string",
4753
+ "info": "Device Group",
4754
+ "required": false,
4755
+ "schema": {
4756
+ "title": "deviceGroup",
4757
+ "type": "string"
4758
+ }
4759
+ },
4760
+ {
4761
+ "name": "iapMetadata",
4762
+ "type": "object",
4763
+ "info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
4764
+ "required": false,
4765
+ "schema": {
4766
+ "title": "iapMetadata",
4767
+ "type": "object"
4768
+ }
4769
+ }
4770
+ ],
4771
+ "output": {
4772
+ "name": "result",
4773
+ "type": "object",
4774
+ "description": "A JSON Object containing status, code and the result",
4775
+ "schema": {
4776
+ "title": "result",
4777
+ "type": "object"
4778
+ }
4779
+ },
4780
+ "roles": [
4781
+ "admin"
4782
+ ],
4783
+ "route": {
4784
+ "verb": "GET",
4785
+ "path": "/deletecmdbDeviceAccessPolicy"
4786
+ },
4787
+ "task": true
4788
+ },
4789
+ {
4790
+ "name": "getcmdbUserDeviceAccessPolicy",
4791
+ "summary": "getcmdbUserDeviceAccessPolicy",
4792
+ "description": "Generated from cURL: curl -X GET \\\n 'https://10.10.7.209/ServicesAPI/API/V1/CMDB/UserDeviceAccessPolicy?authenticationServer=NetBrain&userName=gongdai.liu' \\\n -H 'Postman-Token: 043a8e74-ddd9-4216-8f1a-85576fbfcc70' \\\n -H 'cache-control: no-cache' \\\n -H 'token: 6bf756e4-18dd-49ec-b63e-cad4a1129c95'",
4793
+ "input": [
4794
+ {
4795
+ "name": "authenticationServer",
4796
+ "type": "string",
4797
+ "info": ": string",
4798
+ "required": true,
4799
+ "schema": {
4800
+ "title": "authenticationServer",
4801
+ "type": "string"
4802
+ }
4803
+ },
4804
+ {
4805
+ "name": "userName",
4806
+ "type": "string",
4807
+ "info": ": string",
4808
+ "required": true,
4809
+ "schema": {
4810
+ "title": "userName",
4811
+ "type": "string"
4812
+ }
4813
+ },
4814
+ {
4815
+ "name": "iapMetadata",
4816
+ "type": "object",
4817
+ "info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
4818
+ "required": false,
4819
+ "schema": {
4820
+ "title": "iapMetadata",
4821
+ "type": "object"
4822
+ }
4823
+ }
4824
+ ],
4825
+ "output": {
4826
+ "name": "result",
4827
+ "type": "object",
4828
+ "description": "A JSON Object containing status, code and the result",
4829
+ "schema": {
4830
+ "title": "result",
4831
+ "type": "object"
4832
+ }
4833
+ },
4834
+ "roles": [
4835
+ "admin"
4836
+ ],
4837
+ "route": {
4838
+ "verb": "POST",
4839
+ "path": "/getcmdbUserDeviceAccessPolicy"
4840
+ },
4841
+ "task": true
4842
+ },
4843
+ {
4844
+ "name": "deletecmdbUserDeviceAccessPolicy",
4845
+ "summary": "deletecmdbUserDeviceAccessPolicy",
4846
+ "description": "Generated from cURL: curl -X DELETE \\\n https://10.10.7.209/ServicesAPI/API/V1/CMDB/UserDeviceAccessPolicy \\\n -H 'Content-Type: application/json' \\\n -H 'Postman-Token: 40957ce1-cd88-47a4-a5ae-2aa308afd6cc' \\\n -H 'cache-control: no-cache' \\\n -H 'token: 6bf756e4-18dd-49ec-b63e-cad4a1129c95' \\\n -d '{\n \"userName\":\"deviceAPAPI\",\n \"policies\" : [\"DeviceAccessPolicy_GL1\"] \n \n}'",
4847
+ "input": [
4848
+ {
4849
+ "name": "iapMetadata",
4850
+ "type": "object",
4851
+ "info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
4852
+ "required": false,
4853
+ "schema": {
4854
+ "title": "iapMetadata",
4855
+ "type": "object"
4856
+ }
4857
+ }
4858
+ ],
4859
+ "output": {
4860
+ "name": "result",
4861
+ "type": "object",
4862
+ "description": "A JSON Object containing status, code and the result",
4863
+ "schema": {
4864
+ "title": "result",
4865
+ "type": "object"
4866
+ }
4867
+ },
4868
+ "roles": [
4869
+ "admin"
4870
+ ],
4871
+ "route": {
4872
+ "verb": "GET",
4873
+ "path": "/deletecmdbUserDeviceAccessPolicy"
4874
+ },
4875
+ "task": true
4876
+ },
4877
+ {
4878
+ "name": "postcmdbUserDeviceAccessPolicy",
4879
+ "summary": "postcmdbUserDeviceAccessPolicy",
4880
+ "description": "Generated from cURL: curl -X POST \\\n https://10.10.7.209/ServicesAPI/API/V1/CMDB/UserDeviceAccessPolicy \\\n -H 'Content-Type: application/json' \\\n -H 'Postman-Token: f22d31e9-6a4f-4746-841e-905babca7460' \\\n -H 'cache-control: no-cache' \\\n -H 'token: 9dbd05fa-2630-4c2f-bfd2-86973e886bf2' \\\n -d '{\n \"authenticationServer\":\"NetBrain\",\n \"userName\":\"deviceAPAPI\",\n \"policies\" : [\"DeviceAccessPolicy_GL1\", \"DeviceAccessPolicy_GL2\"] \n \n}'",
4881
+ "input": [
4882
+ {
4883
+ "name": "body",
4884
+ "type": "object",
4885
+ "info": ": object",
4886
+ "required": true,
4887
+ "schema": {
4888
+ "allOf": [
4889
+ {
4890
+ "type": "object"
4891
+ },
4892
+ {
4893
+ "type": "object"
4894
+ }
4895
+ ],
4896
+ "definitions": {}
4897
+ }
4898
+ },
4899
+ {
4900
+ "name": "iapMetadata",
4901
+ "type": "object",
4902
+ "info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
4903
+ "required": false,
4904
+ "schema": {
4905
+ "title": "iapMetadata",
4906
+ "type": "object"
4907
+ }
4908
+ }
4909
+ ],
4910
+ "output": {
4911
+ "name": "result",
4912
+ "type": "object",
4913
+ "description": "A JSON Object containing status, code and the result",
4914
+ "schema": {
4915
+ "title": "result",
4916
+ "type": "object"
4917
+ }
4918
+ },
4919
+ "roles": [
4920
+ "admin"
4921
+ ],
4922
+ "route": {
4923
+ "verb": "POST",
4924
+ "path": "/postcmdbUserDeviceAccessPolicy"
4925
+ },
4926
+ "task": true
4927
+ },
4928
+ {
4929
+ "name": "getcmdbUserDeviceAccessPolicyUsersOfDeviceAccessPolicy",
4930
+ "summary": "getcmdbUserDeviceAccessPolicyUsersOfDeviceAccessPolicy",
4931
+ "description": "Generated from cURL: curl -X GET \\\n 'https://10.10.7.209/ServicesAPI/API/V1/CMDB/UserDeviceAccessPolicy/UsersOfDeviceAccessPolicy?name=DeviceAccessPolicy_GL2' \\\n -H 'Postman-Token: 04d507d9-7c16-4570-be40-5fe8c649ce18' \\\n -H 'cache-control: no-cache' \\\n -H 'token: 9dbd05fa-2630-4c2f-bfd2-86973e886bf2'",
4932
+ "input": [
4933
+ {
4934
+ "name": "name",
4935
+ "type": "string",
4936
+ "info": ": string",
4937
+ "required": true,
4938
+ "schema": {
4939
+ "title": "name",
4940
+ "type": "string"
4941
+ }
4942
+ },
4943
+ {
4944
+ "name": "iapMetadata",
4945
+ "type": "object",
4946
+ "info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
4947
+ "required": false,
4948
+ "schema": {
4949
+ "title": "iapMetadata",
4950
+ "type": "object"
4951
+ }
4952
+ }
4953
+ ],
4954
+ "output": {
4955
+ "name": "result",
4956
+ "type": "object",
4957
+ "description": "A JSON Object containing status, code and the result",
4958
+ "schema": {
4959
+ "title": "result",
4960
+ "type": "object"
4961
+ }
4962
+ },
4963
+ "roles": [
4964
+ "admin"
4965
+ ],
4966
+ "route": {
4967
+ "verb": "POST",
4968
+ "path": "/getcmdbUserDeviceAccessPolicyUsersOfDeviceAccessPolicy"
4969
+ },
4970
+ "task": true
4971
+ },
4972
+ {
4973
+ "name": "postcmdbDeviceGroups",
4974
+ "summary": "postcmdbDeviceGroups",
4975
+ "description": "Generated from cURL: curl --location --request POST 'https://unicorn-new.netbraintech.com/ServicesAPI/API/V1/CMDB/DeviceGroups' \\\n--header 'Content-Type: application/json' \\\n--header 'Accept: application/json' \\\n--header 'token: 609299f6-abbe-4a8c-a9ff-deb6a69451c2' \\\n--data-raw '{\n \"name\":\"Shared Device Groups/Test Device Group\" \n}\n'",
4976
+ "input": [
4977
+ {
4978
+ "name": "body",
4979
+ "type": "object",
4980
+ "info": ": object",
4981
+ "required": true,
4982
+ "schema": {
4983
+ "allOf": [
4984
+ {
4985
+ "type": "object"
4986
+ },
4987
+ {
4988
+ "type": "object"
4989
+ }
4990
+ ],
4991
+ "definitions": {}
4992
+ }
4993
+ },
4994
+ {
4995
+ "name": "iapMetadata",
4996
+ "type": "object",
4997
+ "info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
4998
+ "required": false,
4999
+ "schema": {
5000
+ "title": "iapMetadata",
5001
+ "type": "object"
5002
+ }
5003
+ }
5004
+ ],
5005
+ "output": {
5006
+ "name": "result",
5007
+ "type": "object",
5008
+ "description": "A JSON Object containing status, code and the result",
5009
+ "schema": {
5010
+ "title": "result",
5011
+ "type": "object"
5012
+ }
5013
+ },
5014
+ "roles": [
5015
+ "admin"
5016
+ ],
5017
+ "route": {
5018
+ "verb": "POST",
5019
+ "path": "/postcmdbDeviceGroups"
5020
+ },
5021
+ "task": true
5022
+ },
5023
+ {
5024
+ "name": "postcmdbDeviceGroupsDevices",
5025
+ "summary": "postcmdbDeviceGroupsDevices",
5026
+ "description": "Generated from cURL: curl -X POST \\\n http://192.168.28.143/ServicesAPI/API/V1/CMDB/DeviceGroups/9732dca7-9709-4c49-91e1-a2310b8364d9/devices \\\n -H 'accept: application/json' \\\n -H 'content-type: application/json' \\\n -H 'token: ad3c616e-5f3d-45e9-9ba1-bb71f003a098' \\\n -d '{\n \"devices\":[\"BJ_Acc_SW1\",\"BJ_Acc_SW1\"]\n}\n'",
5027
+ "input": [
5028
+ {
5029
+ "name": "id",
5030
+ "type": "string",
5031
+ "info": ": string",
5032
+ "required": true,
5033
+ "schema": {
5034
+ "title": "id",
5035
+ "type": "string"
5036
+ }
5037
+ },
5038
+ {
5039
+ "name": "body",
5040
+ "type": "object",
5041
+ "info": ": object",
5042
+ "required": true,
5043
+ "schema": {
5044
+ "allOf": [
5045
+ {
5046
+ "type": "object"
5047
+ },
5048
+ {
5049
+ "type": "object"
5050
+ }
5051
+ ],
5052
+ "definitions": {}
5053
+ }
5054
+ },
5055
+ {
5056
+ "name": "iapMetadata",
5057
+ "type": "object",
5058
+ "info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
5059
+ "required": false,
5060
+ "schema": {
5061
+ "title": "iapMetadata",
5062
+ "type": "object"
5063
+ }
5064
+ }
5065
+ ],
5066
+ "output": {
5067
+ "name": "result",
5068
+ "type": "object",
5069
+ "description": "A JSON Object containing status, code and the result",
5070
+ "schema": {
5071
+ "title": "result",
5072
+ "type": "object"
5073
+ }
5074
+ },
5075
+ "roles": [
5076
+ "admin"
5077
+ ],
5078
+ "route": {
5079
+ "verb": "POST",
5080
+ "path": "/postcmdbDeviceGroupsDevices"
5081
+ },
5082
+ "task": true
5083
+ },
5084
+ {
5085
+ "name": "deletecmdbDeviceGroupsDevices",
5086
+ "summary": "deletecmdbDeviceGroupsDevices",
5087
+ "description": "Generated from cURL: curl -X DELETE \\\n http://192.168.28.143/ServicesAPI/API/V1/CMDB/DeviceGroups/9732dca7-9709-4c49-91e1-a2310b8364d9/devices \\\n -H 'accept: application/json' \\\n -H 'content-type: application/json' \\\n -H 'token: ad3c616e-5f3d-45e9-9ba1-bb71f003a098'\n -d '{\n \"devices\":[\"BJ_Acc_SW1\",\"BJ_Acc_SW1\"]",
5088
+ "input": [
5089
+ {
5090
+ "name": "id",
5091
+ "type": "string",
5092
+ "info": ": string",
5093
+ "required": true,
5094
+ "schema": {
5095
+ "title": "id",
5096
+ "type": "string"
5097
+ }
5098
+ },
5099
+ {
5100
+ "name": "iapMetadata",
5101
+ "type": "object",
5102
+ "info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
5103
+ "required": false,
5104
+ "schema": {
5105
+ "title": "iapMetadata",
5106
+ "type": "object"
5107
+ }
5108
+ }
5109
+ ],
5110
+ "output": {
5111
+ "name": "result",
5112
+ "type": "object",
5113
+ "description": "A JSON Object containing status, code and the result",
5114
+ "schema": {
5115
+ "title": "result",
5116
+ "type": "object"
5117
+ }
5118
+ },
5119
+ "roles": [
5120
+ "admin"
5121
+ ],
5122
+ "route": {
5123
+ "verb": "POST",
5124
+ "path": "/deletecmdbDeviceGroupsDevices"
5125
+ },
5126
+ "task": true
5127
+ },
5128
+ {
5129
+ "name": "getcmdbDeviceGroupsDevices",
5130
+ "summary": "getcmdbDeviceGroupsDevices",
5131
+ "description": "Generated from cURL: curl -X GET \\\n http://192.168.28.143/ServicesAPI/API/V1/CMDB/DeviceGroups/9732dca7-9709-4c49-91e1-a2310b8364d9/devices \\\n -H 'accept: application/json' \\\n -H 'content-type: application/json' \\\n -H 'token: ad3c616e-5f3d-45e9-9ba1-bb71f003a098' \\\n}'",
5132
+ "input": [
5133
+ {
5134
+ "name": "id",
5135
+ "type": "string",
5136
+ "info": ": string",
5137
+ "required": true,
5138
+ "schema": {
5139
+ "title": "id",
5140
+ "type": "string"
5141
+ }
5142
+ },
5143
+ {
5144
+ "name": "iapMetadata",
5145
+ "type": "object",
5146
+ "info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
5147
+ "required": false,
5148
+ "schema": {
5149
+ "title": "iapMetadata",
5150
+ "type": "object"
5151
+ }
5152
+ }
5153
+ ],
5154
+ "output": {
5155
+ "name": "result",
5156
+ "type": "object",
5157
+ "description": "A JSON Object containing status, code and the result",
5158
+ "schema": {
5159
+ "title": "result",
5160
+ "type": "object"
5161
+ }
5162
+ },
5163
+ "roles": [
5164
+ "admin"
5165
+ ],
5166
+ "route": {
5167
+ "verb": "POST",
5168
+ "path": "/getcmdbDeviceGroupsDevices"
5169
+ },
5170
+ "task": true
5171
+ },
5172
+ {
5173
+ "name": "deletecmdbDeviceGroups",
5174
+ "summary": "deletecmdbDeviceGroups",
5175
+ "description": "Generated from cURL: curl -X DELETE \\\n http://192.168.28.143/ServicesAPI/API/V1/CMDB/DeviceGroups/9732dca7-9709-4c49-91e1-a2310b8364d9 \\\n -H 'accept: application/json' \\\n -H 'content-type: application/json' \\\n -H 'token: ad3c616e-5f3d-45e9-9ba1-bb71f003a098'",
5176
+ "input": [
5177
+ {
5178
+ "name": "id",
5179
+ "type": "string",
5180
+ "info": ": string",
5181
+ "required": true,
5182
+ "schema": {
5183
+ "title": "id",
5184
+ "type": "string"
5185
+ }
5186
+ },
5187
+ {
5188
+ "name": "iapMetadata",
5189
+ "type": "object",
5190
+ "info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
5191
+ "required": false,
5192
+ "schema": {
5193
+ "title": "iapMetadata",
5194
+ "type": "object"
5195
+ }
5196
+ }
5197
+ ],
5198
+ "output": {
5199
+ "name": "result",
5200
+ "type": "object",
5201
+ "description": "A JSON Object containing status, code and the result",
5202
+ "schema": {
5203
+ "title": "result",
5204
+ "type": "object"
5205
+ }
5206
+ },
5207
+ "roles": [
5208
+ "admin"
5209
+ ],
5210
+ "route": {
5211
+ "verb": "POST",
5212
+ "path": "/deletecmdbDeviceGroups"
5213
+ },
5214
+ "task": true
5215
+ },
5216
+ {
5217
+ "name": "postcmdbInterfacesAttributes",
5218
+ "summary": "postcmdbInterfacesAttributes",
5219
+ "description": "Generated from cURL: curl -X POST \\\n http://192.168.28.79/ServicesAPI/API/V1/CMDB/Interfaces/Attributes \\\n -H 'Content-Type: application/json' \\\n -H 'Postman-Token: dbd3f763-7295-4ae9-ba49-fd0e79fbeaf2' \\\n -H 'cache-control: no-cache' \\\n -H 'token: ff389578-87ef-45b6-b42c-7bd98c91d1a9' \\\n -d '{\n \"InterfaceType\": \"ipIntfs \",\n \"attributeName\": \"newAttribute222\",\n \"attributeDisplayName\": \"New_Attribute\",\n \"deviceTypeNames\": \"null\",\n \"dataType\": \"string\",\n \"...(description truncated)",
5220
+ "input": [
5221
+ {
5222
+ "name": "body",
5223
+ "type": "object",
5224
+ "info": ": object",
5225
+ "required": true,
5226
+ "schema": {
5227
+ "allOf": [
5228
+ {
5229
+ "type": "object"
5230
+ },
5231
+ {
5232
+ "type": "object"
5233
+ }
5234
+ ],
5235
+ "definitions": {}
5236
+ }
5237
+ },
5238
+ {
5239
+ "name": "iapMetadata",
5240
+ "type": "object",
5241
+ "info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
5242
+ "required": false,
5243
+ "schema": {
5244
+ "title": "iapMetadata",
5245
+ "type": "object"
5246
+ }
5247
+ }
5248
+ ],
5249
+ "output": {
5250
+ "name": "result",
5251
+ "type": "object",
5252
+ "description": "A JSON Object containing status, code and the result",
5253
+ "schema": {
5254
+ "title": "result",
5255
+ "type": "object"
5256
+ }
5257
+ },
5258
+ "roles": [
5259
+ "admin"
5260
+ ],
5261
+ "route": {
5262
+ "verb": "POST",
5263
+ "path": "/postcmdbInterfacesAttributes"
5264
+ },
5265
+ "task": true
5266
+ },
5267
+ {
5268
+ "name": "deletecmdbDiscoveryTasks",
5269
+ "summary": "deletecmdbDiscoveryTasks",
5270
+ "description": "Generated from cURL: curl -X DELETE \\\n https://ie80.netbraintech.com/ServicesAPI/API/V1/CMDB/Discovery/Tasks/API_Test \\\n -H 'Accept: */*' \\\n -H 'Cache-Control: no-cache' \\\n -H 'Connection: keep-alive' \\\n -H 'Host: ie80.netbraintech.com' \\\n -H 'Postman-Token: 94fafbbf-7d10-4106-9f18-4a7d22582da9,a42105b1-b075-4dd1-985f-b76c859754b9' \\\n -H 'User-Agent: PostmanRuntime/7.13.0' \\\n -H 'accept-encoding: gzip, deflate' \\\n -H 'cache-control: no-cache' \\\n -H 'content-length: ' \\\n -H 'token: ea5...(description truncated)",
5271
+ "input": [
5272
+ {
5273
+ "name": "task",
5274
+ "type": "string",
5275
+ "info": ": string",
5276
+ "required": true,
5277
+ "schema": {
5278
+ "title": "task",
5279
+ "type": "string"
5280
+ }
5281
+ },
5282
+ {
5283
+ "name": "iapMetadata",
5284
+ "type": "object",
5285
+ "info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
5286
+ "required": false,
5287
+ "schema": {
5288
+ "title": "iapMetadata",
5289
+ "type": "object"
5290
+ }
5291
+ }
5292
+ ],
5293
+ "output": {
5294
+ "name": "result",
5295
+ "type": "object",
5296
+ "description": "A JSON Object containing status, code and the result",
5297
+ "schema": {
5298
+ "title": "result",
5299
+ "type": "object"
5300
+ }
5301
+ },
5302
+ "roles": [
5303
+ "admin"
5304
+ ],
5305
+ "route": {
5306
+ "verb": "POST",
5307
+ "path": "/deletecmdbDiscoveryTasks"
5308
+ },
5309
+ "task": true
5310
+ },
5311
+ {
5312
+ "name": "putcmdbDiscoveryTasks",
5313
+ "summary": "putcmdbDiscoveryTasks",
5314
+ "description": "Generated from cURL: curl -X PUT \\\n https://ie80.netbraintech.com/ServicesAPI/API/V1/CMDB/Discovery/Tasks \\\n -H 'Accept: */*' \\\n -H 'Cache-Control: no-cache' \\\n -H 'Connection: keep-alive' \\\n -H 'Content-Type: application/json' \\\n -H 'Host: ie80.netbraintech.com' \\\n -H 'Postman-Token: 47e1298a-9045-4b16-9973-68c987628460,f1debf89-2009-41c0-88a5-2b6f9b958936' \\\n -H 'User-Agent: PostmanRuntime/7.13.0' \\\n -H 'accept-encoding: gzip, deflate' \\\n -H 'cache-control: no-cache' \\\n -H 'content-...(description truncated)",
5315
+ "input": [
5316
+ {
5317
+ "name": "body",
5318
+ "type": "string",
5319
+ "info": ": string",
5320
+ "required": true,
5321
+ "schema": {
5322
+ "type": "string",
5323
+ "example": "{\n \"taskName\": \"API_Test\", \n \"newTaskName\": \"API_TEST_GL\", \n \"description\": \"\", \n \"startDate\": \"2019/06/25\", \n \"endDate\": \"2019/06/25\", \n \"schedule\": { \n \"frequency\": \"once\", \n \"interval\": \"\", \n \"startTime\": [\"19:20:20\"], \n \"weekday\": [], \n \"dayOfMonth\": \"\", \n \"months\": [] \n },\n \"isEnable\": True \n}\n",
5324
+ "definitions": {}
5325
+ }
5326
+ },
5327
+ {
5328
+ "name": "iapMetadata",
5329
+ "type": "object",
5330
+ "info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
5331
+ "required": false,
5332
+ "schema": {
5333
+ "title": "iapMetadata",
5334
+ "type": "object"
5335
+ }
5336
+ }
5337
+ ],
5338
+ "output": {
5339
+ "name": "result",
5340
+ "type": "object",
5341
+ "description": "A JSON Object containing status, code and the result",
5342
+ "schema": {
5343
+ "title": "result",
5344
+ "type": "object"
5345
+ }
5346
+ },
5347
+ "roles": [
5348
+ "admin"
5349
+ ],
5350
+ "route": {
5351
+ "verb": "POST",
5352
+ "path": "/putcmdbDiscoveryTasks"
5353
+ },
5354
+ "task": true
5355
+ },
5356
+ {
5357
+ "name": "postcmdbDiscoveryTasks",
5358
+ "summary": "postcmdbDiscoveryTasks",
5359
+ "description": "Generated from cURL: curl -X POST \\\n https://ie80.netbraintech.com/ServicesAPI/API/V1/CMDB/Discovery/Tasks \\\n -H 'Accept: */*' \\\n -H 'Cache-Control: no-cache' \\\n -H 'Connection: keep-alive' \\\n -H 'Content-Type: application/json' \\\n -H 'Host: ie80.netbraintech.com' \\\n -H 'Postman-Token: 25d0adec-2849-4796-8c9e-c52ebe8b990d,f7091d88-145a-496b-8fa7-d29b5ddecc84' \\\n -H 'User-Agent: PostmanRuntime/7.13.0' \\\n -H 'accept-encoding: gzip, deflate' \\\n -H 'cache-control: no-cache' \\\n -H 'content...(description truncated)",
5360
+ "input": [
5361
+ {
5362
+ "name": "body",
5363
+ "type": "string",
5364
+ "info": ": string",
5365
+ "required": true,
5366
+ "schema": {
5367
+ "type": "string",
5368
+ "example": "{\n \"taskName\": \"APITest\", \n \"newTaskName\": \"\", \n \"description\": \"\", \n \"startDate\": \"2019/06/25\", \n \"endDate\": \"2019/06/25\", \n \"schedule\": { \n \"frequency\": \"once\", \n \"interval\": \"\", \n \"startTime\": [\"19:20:20\"], \n \"weekday\": [], \n \"dayOfMonth\": \"\", \n \"months\": [] \n },\n \"isEnable\": True \n}\n",
5369
+ "definitions": {}
5370
+ }
5371
+ },
5372
+ {
5373
+ "name": "iapMetadata",
5374
+ "type": "object",
5375
+ "info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
5376
+ "required": false,
5377
+ "schema": {
5378
+ "title": "iapMetadata",
5379
+ "type": "object"
5380
+ }
5381
+ }
5382
+ ],
5383
+ "output": {
5384
+ "name": "result",
5385
+ "type": "object",
5386
+ "description": "A JSON Object containing status, code and the result",
5387
+ "schema": {
5388
+ "title": "result",
5389
+ "type": "object"
5390
+ }
5391
+ },
5392
+ "roles": [
5393
+ "admin"
5394
+ ],
5395
+ "route": {
5396
+ "verb": "POST",
5397
+ "path": "/postcmdbDiscoveryTasks"
5398
+ },
5399
+ "task": true
5400
+ },
5401
+ {
5402
+ "name": "getcmdbDiscoveryTasksResults",
5403
+ "summary": "getcmdbDiscoveryTasksResults",
5404
+ "description": "Generated from cURL: curl -X GET \\\n http://192.168.28.79/ServicesAPI/API/V1/CMDB/Discovery/Tasks/34124e63-31d6-dfad-f5fa-05ae0ebb4b49/Results \\\n -H 'Postman-Token: 83feacb8-4ede-4d48-b2a5-d074c063acd6' \\\n -H 'cache-control: no-cache' \\\n -H 'token: fd8b3f95-adc6-406d-9c18-bdb155de2ced'",
5405
+ "input": [
5406
+ {
5407
+ "name": "task",
5408
+ "type": "string",
5409
+ "info": ": string",
5410
+ "required": true,
5411
+ "schema": {
5412
+ "title": "task",
5413
+ "type": "string"
5414
+ }
5415
+ },
5416
+ {
5417
+ "name": "iapMetadata",
5418
+ "type": "object",
5419
+ "info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
5420
+ "required": false,
5421
+ "schema": {
5422
+ "title": "iapMetadata",
5423
+ "type": "object"
5424
+ }
5425
+ }
5426
+ ],
5427
+ "output": {
5428
+ "name": "result",
5429
+ "type": "object",
5430
+ "description": "A JSON Object containing status, code and the result",
5431
+ "schema": {
5432
+ "title": "result",
5433
+ "type": "object"
5434
+ }
5435
+ },
5436
+ "roles": [
5437
+ "admin"
5438
+ ],
5439
+ "route": {
5440
+ "verb": "POST",
5441
+ "path": "/getcmdbDiscoveryTasksResults"
5442
+ },
5443
+ "task": true
5444
+ },
5445
+ {
5446
+ "name": "deletecmdbEventConsole",
5447
+ "summary": "deletecmdbEventConsole",
5448
+ "description": "Generated from cURL: curl -X DELETE \\\n https://ie80.netbraintech.com/ServicesAPI/API/V1/CMDB/EventConsole \\\n -H 'Accept: */*' \\\n -H 'Cache-Control: no-cache' \\\n -H 'Connection: keep-alive' \\\n -H 'Content-Type: application/json' \\\n -H 'Host: ie80.netbraintech.com' \\\n -H 'Postman-Token: 22991515-445d-406f-a12d-21ef009cd2b8,99306598-0a88-4062-9dc6-cbee489004ed' \\\n -H 'User-Agent: PostmanRuntime/7.13.0' \\\n -H 'accept-encoding: gzip, deflate' \\\n -H 'cache-control: no-cache' \\\n -H 'content-...(description truncated)",
5449
+ "input": [
5450
+ {
5451
+ "name": "iapMetadata",
5452
+ "type": "object",
5453
+ "info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
5454
+ "required": false,
5455
+ "schema": {
5456
+ "title": "iapMetadata",
5457
+ "type": "object"
5458
+ }
5459
+ }
5460
+ ],
5461
+ "output": {
5462
+ "name": "result",
5463
+ "type": "object",
5464
+ "description": "A JSON Object containing status, code and the result",
5465
+ "schema": {
5466
+ "title": "result",
5467
+ "type": "object"
5468
+ }
5469
+ },
5470
+ "roles": [
5471
+ "admin"
5472
+ ],
5473
+ "route": {
5474
+ "verb": "GET",
5475
+ "path": "/deletecmdbEventConsole"
5476
+ },
5477
+ "task": true
5478
+ },
5479
+ {
5480
+ "name": "getcmdbEventConsole",
5481
+ "summary": "getcmdbEventConsole",
5482
+ "description": "Generated from cURL: curl -X GET \\\n 'https://ie80.netbraintech.com/ServicesAPI/API/V1/CMDB/EventConsole?eventType=1,2,3&eventLevel=0,1,2' \\\n -H 'Accept: */*' \\\n -H 'Cache-Control: no-cache' \\\n -H 'Connection: keep-alive' \\\n -H 'Host: ie80.netbraintech.com' \\\n -H 'Postman-Token: 4fa07cf2-6635-41f7-ab9f-1014b553eb1b,766632b0-da69-4305-b61b-968fceb14034' \\\n -H 'User-Agent: PostmanRuntime/7.13.0' \\\n -H 'accept-encoding: gzip, deflate' \\\n -H 'cache-control: no-cache' \\\n -H 'token: ea58b13f-...(description truncated)",
5483
+ "input": [
5484
+ {
5485
+ "name": "eventType",
5486
+ "type": "string",
5487
+ "info": ": string",
5488
+ "required": true,
5489
+ "schema": {
5490
+ "title": "eventType",
5491
+ "type": "string"
5492
+ }
5493
+ },
5494
+ {
5495
+ "name": "eventLevel",
5496
+ "type": "string",
5497
+ "info": ": string",
5498
+ "required": true,
5499
+ "schema": {
5500
+ "title": "eventLevel",
5501
+ "type": "string"
5502
+ }
5503
+ },
5504
+ {
5505
+ "name": "iapMetadata",
5506
+ "type": "object",
5507
+ "info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
5508
+ "required": false,
5509
+ "schema": {
5510
+ "title": "iapMetadata",
5511
+ "type": "object"
5512
+ }
5513
+ }
5514
+ ],
5515
+ "output": {
5516
+ "name": "result",
5517
+ "type": "object",
5518
+ "description": "A JSON Object containing status, code and the result",
5519
+ "schema": {
5520
+ "title": "result",
5521
+ "type": "object"
5522
+ }
5523
+ },
5524
+ "roles": [
5525
+ "admin"
5526
+ ],
5527
+ "route": {
5528
+ "verb": "POST",
5529
+ "path": "/getcmdbEventConsole"
5530
+ },
5531
+ "task": true
5532
+ },
5533
+ {
5534
+ "name": "postcmdbIncidentList",
5535
+ "summary": "postcmdbIncidentList",
5536
+ "description": "Generated from cURL: curl -X POST \\\n http://192.168.30.166/ServicesAPI/API/V1/CMDB/Incident/list \\\n -H 'Content-Type: application/json' \\\n -H 'cache-control: no-cache' \\ \n -H 'token: 4e1fd26d-fadf-4edb-bea3-e0c85f01a39f' \\\n -d '{}'",
5537
+ "input": [
5538
+ {
5539
+ "name": "body",
5540
+ "type": "object",
5541
+ "info": ": object",
5542
+ "required": true,
5543
+ "schema": {
5544
+ "type": "object",
5545
+ "example": {},
5546
+ "definitions": {}
5547
+ }
5548
+ },
5549
+ {
5550
+ "name": "iapMetadata",
5551
+ "type": "object",
5552
+ "info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
5553
+ "required": false,
5554
+ "schema": {
5555
+ "title": "iapMetadata",
5556
+ "type": "object"
5557
+ }
5558
+ }
5559
+ ],
5560
+ "output": {
5561
+ "name": "result",
5562
+ "type": "object",
5563
+ "description": "A JSON Object containing status, code and the result",
5564
+ "schema": {
5565
+ "title": "result",
5566
+ "type": "object"
5567
+ }
5568
+ },
5569
+ "roles": [
5570
+ "admin"
5571
+ ],
5572
+ "route": {
5573
+ "verb": "POST",
5574
+ "path": "/postcmdbIncidentList"
5575
+ },
5576
+ "task": true
5577
+ },
5578
+ {
5579
+ "name": "getcmdbNetworkSettingsTelnetInfoCheckDeviceCount",
5580
+ "summary": "getcmdbNetworkSettingsTelnetInfoCheckDeviceCount",
5581
+ "description": "Generated from cURL: curl -X GET \\\n 'http://192.168.31.191/ServicesAPI/API/V1/CMDB/NetworkSettings/TelnetInfo/CheckDeviceCount?alias=nb' \\\n -H 'Accept: application/json' \\\n -H 'Content-Type: application/json' \\\n -H 'token: b0181119-7b1b-4faf-be97-b8566a39a640'",
5582
+ "input": [
5583
+ {
5584
+ "name": "alias",
5585
+ "type": "string",
5586
+ "info": ": string",
5587
+ "required": true,
5588
+ "schema": {
5589
+ "title": "alias",
5590
+ "type": "string"
5591
+ }
5592
+ },
5593
+ {
5594
+ "name": "iapMetadata",
5595
+ "type": "object",
5596
+ "info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
5597
+ "required": false,
5598
+ "schema": {
5599
+ "title": "iapMetadata",
5600
+ "type": "object"
5601
+ }
5602
+ }
5603
+ ],
5604
+ "output": {
5605
+ "name": "result",
5606
+ "type": "object",
5607
+ "description": "A JSON Object containing status, code and the result",
5608
+ "schema": {
5609
+ "title": "result",
5610
+ "type": "object"
5611
+ }
5612
+ },
5613
+ "roles": [
5614
+ "admin"
5615
+ ],
5616
+ "route": {
5617
+ "verb": "POST",
5618
+ "path": "/getcmdbNetworkSettingsTelnetInfoCheckDeviceCount"
5619
+ },
5620
+ "task": true
5621
+ },
5622
+ {
5623
+ "name": "getcmdbNetworkSettingsTelnetInfoRefreshDeviceCount",
5624
+ "summary": "getcmdbNetworkSettingsTelnetInfoRefreshDeviceCount",
5625
+ "description": "Generated from cURL: curl -X GET \\\n http://192.168.31.191/ServicesAPI/API/V1/CMDB/NetworkSettings/TelnetInfo/RefreshDeviceCount \\\n -H 'Content-Type: application/json' \\\n -H 'cache-control: no-cache' \\ \n -H 'token: b0181119-7b1b-4faf-be97-b8566a39a640' \\",
5626
+ "input": [
5627
+ {
5628
+ "name": "iapMetadata",
5629
+ "type": "object",
5630
+ "info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
5631
+ "required": false,
5632
+ "schema": {
5633
+ "title": "iapMetadata",
5634
+ "type": "object"
5635
+ }
5636
+ }
5637
+ ],
5638
+ "output": {
5639
+ "name": "result",
5640
+ "type": "object",
5641
+ "description": "A JSON Object containing status, code and the result",
5642
+ "schema": {
5643
+ "title": "result",
5644
+ "type": "object"
5645
+ }
5646
+ },
5647
+ "roles": [
5648
+ "admin"
5649
+ ],
5650
+ "route": {
5651
+ "verb": "GET",
5652
+ "path": "/getcmdbNetworkSettingsTelnetInfoRefreshDeviceCount"
5653
+ },
5654
+ "task": true
5655
+ },
5656
+ {
5657
+ "name": "putcmdbSitesLeafDynamicSearch",
5658
+ "summary": "putcmdbSitesLeafDynamicSearch",
5659
+ "description": "Generated from cURL: curl -X PUT \\\n http://192.168.31.191/ServicesAPI/API/V1/CMDB/Sites/Leaf/DynamicSearch \\\n -H \"Content-Type: application/json\"\n -H 'token: db4363c3-2f5f-47da-bfc8-2d14b6992558' \\\n -d '{\n \"sitePath\": \"My Network/Unnamed-site1\",\n \"filter\" : {\n \"expression\": \"A and (b and C)\",\n \"conditions\": [\n {\n \"schema\": \"subType\",\n \"operator\": 0,\n \"expression\": \"rootType\"\n },\n {\n ...(description truncated)",
5660
+ "input": [
5661
+ {
5662
+ "name": "body",
5663
+ "type": "object",
5664
+ "info": ": object",
5665
+ "required": true,
5666
+ "schema": {
5667
+ "allOf": [
5668
+ {
5669
+ "type": "object"
5670
+ },
5671
+ {
5672
+ "type": "object"
5673
+ }
5674
+ ],
5675
+ "definitions": {}
5676
+ }
5677
+ },
5678
+ {
5679
+ "name": "iapMetadata",
5680
+ "type": "object",
5681
+ "info": "IAP Metadata object contains additional info needed for the request: payload, uriPathVars, uriQuery, uriOptions, addlHeaders, authData, callProperties, etc.",
5682
+ "required": false,
5683
+ "schema": {
5684
+ "title": "iapMetadata",
5685
+ "type": "object"
5686
+ }
5687
+ }
5688
+ ],
5689
+ "output": {
5690
+ "name": "result",
5691
+ "type": "object",
5692
+ "description": "A JSON Object containing status, code and the result",
5693
+ "schema": {
5694
+ "title": "result",
5695
+ "type": "object"
5696
+ }
5697
+ },
5698
+ "roles": [
5699
+ "admin"
5700
+ ],
5701
+ "route": {
5702
+ "verb": "POST",
5703
+ "path": "/putcmdbSitesLeafDynamicSearch"
5704
+ },
5705
+ "task": true
4136
5706
  }
4137
5707
  ],
4138
5708
  "views": []
4139
- }
5709
+ }