-
Notifications
You must be signed in to change notification settings - Fork 12
/
Discovery.yml
622 lines (622 loc) · 20.3 KB
/
Discovery.yml
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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
---
apis:
- id: hcc-insights
name: Hybrid Cloud Console and Insights
apps:
- id: insights-advisor
name: Advisor
description: The API of the Advisor project in Insights
url: https://console.redhat.com/api/insights/v1/openapi.json
serverUrl: https://console.redhat.com
apiType: openapi-v3
icon: insights
tags:
- rhel
- insights
- observe
- id: ansible-automation-controller
name: Ansible automation controller API V1
description: Define, operate, scale, and delegate automation across your enterprise
url: https://raw.githubusercontent.com/ansible/aap-docs/2.4/controller-api/_swagger/ansible-controller-api.json
serverUrl: none
apiType: openapi-v3
icon: ansible
tags:
- ansible
- automation
- id: automation-hub
name: Automation Hub
description: Fetch, upload, organize, and distribute Ansible Collections
url: https://console.redhat.com/api/automation-hub/v3/openapi.json
serverUrl: https://console.redhat.com
apiType: openapi-v3
icon: ansible
tags:
- ansible
- automation
- id: compliance_v1
name: Compliance V1
description: Assess, monitor, and report on the security-policy compliance of RHEL systems
url: https://console.redhat.com/api/compliance/v1/openapi.json
serverUrl: https://console.redhat.com
apiType: openapi-v3
icon: insights
tags:
- insights
- observe
- rhel
- security
- id: compliance_v2
name: Compliance V2
description: Assess, monitor, and report on the security-policy compliance of RHEL systems
url: https://console.redhat.com/api/compliance/v2/openapi.json
serverUrl: https://console.redhat.com
apiType: openapi-v3
icon: insights
tags:
- insights
- observe
- rhel
- security
- id: cost-management
name: Cost Management
description: The API for Project Koku and OpenShift cost management
url: https://console.redhat.com/api/cost-management/v1/openapi.json
serverUrl: https://console.redhat.com
apiType: openapi-v3
icon: openshift
tags:
- spend-management
- insights
useLocalFile: true
- id: export-service
name: Export Service
description: Service to enable users to export data in specific formats (JSON or CSV)
url: https://console.redhat.com/api/export/v1/openapi.json
serverUrl: https://console.redhat.com
apiType: openapi-v3
icon: insights
tags:
- insights
- id: image-builder
name: Image Builder
description: Service that relays image build requests
url: https://console.redhat.com/api/image-builder/v1/openapi.json
serverUrl: https://console.redhat.com
apiType: openapi-v3
icon: insights
tags:
- deploy
- insights
- id: integrations
name: Integrations
description: The API for Integrations
url: https://console.redhat.com/api/integrations/v1/openapi.json
serverUrl: https://console.redhat.com
apiType: openapi-v3
tags:
- integrations-and-notifications
- id: launch
name: Launch
description: Use predefined Integrations with cloud providers to Launch Image builder images into hyperscalers
url: https://console.redhat.com/api/provisioning/v1/openapi.json
serverUrl: https://console.redhat.com
apiType: openapi-v3
icon: insights
tags:
- deploy
- insights
- rhel
- id: malware-detection
name: Malware Detection
description: Service that detects potential malware on your RHEL systems
url: https://console.redhat.com/api/malware-detection/v1/openapi.json
serverUrl: https://console.redhat.com
apiType: openapi-v3
icon: insights
tags:
- observe
- rhel
- security
- id: inventory
name: Managed Inventory
description: REST interface for the Insights Platform Host Inventory application
url: https://console.redhat.com/api/inventory/v1/openapi.json
serverUrl: https://console.redhat.com
apiType: openapi-v3
icon: insights
tags:
- inventories
- rhel
- insights
- id: notifications
name: Notifications
url: https://console.redhat.com/api/notifications/v1/openapi.json
serverUrl: https://console.redhat.com
description: The API for Notifications
apiType: openapi-v3
tags:
- integrations-and-notifications
- id: gathering
name: Operator Gathering Conditions Service
description: Gathering Conditions Services to Insights Operator
url: https://console.redhat.com/api/gathering/v1/openapi.json
serverUrl: https://console.redhat.com
apiType: openapi-v3
tags:
- infrastructure
- openshift
- id: payload_ingress
name: Payload Ingress Service
description: console.redhat.com Payload Ingress Service
url: https://console.redhat.com/api/ingress/v1/openapi.json
serverUrl: https://console.redhat.com
apiType: openapi-v3
tags:
- insights
- id: insights-results-aggregator_v1
name: Insights Advisor for OpenShift V1
description: Aggregation API for Insights Advisor. Exposes recommendations for single and multiple clusters
url: https://console.redhat.com/api/insights-results-aggregator/v1/openapi.json
serverUrl: https://console.redhat.com
apiType: openapi-v3
tags:
- infrastructure
- insights
- observe
- openshift
- workloads
- id: insights-results-aggregator_v2
name: Insights Advisor for OpenShift V2
description: Aggregation API for Insights Advisor. Exposes recommendations for single and multiple clusters
url: https://console.redhat.com/api/insights-results-aggregator/v2/openapi.json
serverUrl: https://console.redhat.com
apiType: openapi-v3
tags:
- infrastructure
- insights
- observe
- openshift
- workloads
- id: patch
name: Patch
description: API of the Patch application on console.redhat.com
url: https://console.redhat.com/api/patch/v3/openapi.json
serverUrl: https://console.redhat.com
apiType: openapi-v3
icon: insights
tags:
- security
- rhel
- observe
- insights
- id: playbook-dispatcher
name: Playbook Dispatcher
description: Service for running Ansible Playbooks on hosts connected via Cloud Connector
url: https://console.redhat.com/api/playbook-dispatcher/v1/openapi.json
serverUrl: https://console.redhat.com
apiType: openapi-v3
icon: ansible
tags:
- insights
- rhel
- id: policies
name: Policies
description: The API for Policies
url: https://console.redhat.com/api/policies/v1/openapi.json
serverUrl: https://console.redhat.com
apiType: openapi-v3
tags:
- ansible
- rhel
- observe
- insights
- id: config-manager
name: Red Hat Connector
description: Config manager service
url: https://console.redhat.com/api/config-manager/v1/openapi.json
serverUrl: https://console.redhat.com
apiType: openapi-v3
tags:
- insights
- inventories
- rhel
skip: true
skipReason: Not public API file
- id: remediations
name: Remediations
description: Insights Remediations Service
url: https://console.redhat.com/api/remediations/v1/openapi.json
serverUrl: https://console.redhat.com
apiType: openapi-v3
tags:
- automation
- rhel
- observe
- security
- ansible
- insights
- id: ros
name: Resource Optimization
description: Flask Backend API for Resource Optimization Service
url: https://console.redhat.com/api/ros/v1/openapi.json
serverUrl: https://console.redhat.com
apiType: openapi-v3
icon: insights
tags:
- observe
- rhel
- insights
useLocalFile: true
- id: repositories
name: Repositories
description: Manage sources of content to use within console.redhat.com
url: https://console.redhat.com/api/content-sources/v1/openapi.json
serverUrl: https://console.redhat.com
apiType: openapi-v3
icon: insights
tags:
- deploy
- insights
- rhel
- id: edge
name: RHEL for Edge
description: RHEL for Edge API
url: https://console.redhat.com/api/edge/v1/openapi.json
serverUrl: https://console.redhat.com
apiType: openapi-v3
icon: edge
tags:
- edge
- rhel
- id: rbac
name: Role-based Access Control
description: The API for Role Based Access Control
url: https://console.redhat.com/api/rbac/v1/openapi.json
serverUrl: https://console.redhat.com
apiType: openapi-v3
tags:
- identity-and-access-management
- id: sources
name: Sources
description: Sources API
url: https://console.redhat.com/api/sources/v3.1/openapi.json
serverUrl: https://console.redhat.com
apiType: openapi-v3
tags:
- identity-and-access-management
- id: rhsm-subscriptions-v1
name: Subscriptions v1
description: REST interface for the rhsm-subscriptions service, version 1
url: https://console.redhat.com/api/rhsm-subscriptions/v1/openapi.json
serverUrl: https://console.redhat.com
apiType: openapi-v3
icon: subscriptions
tags:
- edge
- inventories
- openshift
- rhel
- subscriptions
- id: rhsm-subscriptions-v2
name: Subscriptions v2
description: REST interface for the rhsm-subscriptions service, version 2
url: https://console.redhat.com/api/rhsm-subscriptions/v2/openapi.json
serverUrl: https://console.redhat.com
apiType: openapi-v3
icon: subscriptions
tags:
- edge
- inventories
- openshift
- rhel
- subscriptions
- id: tasks
name: Tasks
description: API for managing and issuing Red Hat generated tasks on your infrastructure
url: https://console.redhat.com/api/tasks/v1/openapi.json
serverUrl: https://console.redhat.com
apiType: openapi-v3
tags:
- automation
- insights
- observe
- rhel
- id: vulnerability
name: Vulnerability Management
description: Vulnerability API
url: https://console.redhat.com/api/vulnerability/v1/openapi.json
serverUrl: https://console.redhat.com
apiType: openapi-v3
tags:
- observe
- security
- rhel
- insights
- id: openshift
name: Openshift
apps:
- id: accounts-management-service
name: Account Management Service
description: Manage user subscriptions and clusters
url: https://api.openshift.com/api/accounts_mgmt/v1/openapi
serverUrl: https://api.openshift.com
apiType: openapi-v3
tags:
- openshift
- infrastructure
- id: assisted-install-service
name: Assisted-Install Service
description: Assisted installation
url: https://api.openshift.com/api/assisted-install/v2/openapi
serverUrl: https://api.openshift.com
apiType: openapi-v3
useLocalFile: true
tags:
- openshift
- infrastructure
- id: authorization-service
name: Authorization Service
description: Enables access control on resources of OCM services
url: https://api.openshift.com/api/authorizations/v1/openapi
serverUrl: https://api.openshift.com
apiType: openapi-v3
icon: openshift
tags:
- openshift
- infrastructure
- id: clusters-management-service
name: Clusters Management Service
description: Clusters Management Service API
url: https://api.openshift.com/api/clusters_mgmt/v1/openapi
serverUrl: https://api.openshift.com
apiType: openapi-v3
tags:
- openshift
- infrastructure
skip: true
skipReason: Has validation errors
- id: connector-management
name: Connector Management
description: Connector Management API is a REST API to manage connectors
url: https://api.openshift.com/api/connector_mgmt/v1/openapi
serverUrl: https://api.openshift.com
apiType: openapi-v3
tags:
- openshift
- infrastructure
- id: image-builder-composer
name: Image Builder Composer
description: Service to build and install images
url: https://api.openshift.com/api/image-builder-composer/v2/openapi
serverUrl: https://api.openshift.com
apiType: openapi-v3
tags:
- openshift
- infrastructure
skip: true
skipReason: Has validation errors
- id: image-builder-worker
name: Image Builder Worker
description: This is an API for workers to request and handle jobs
url: https://api.openshift.com/api/image-builder-worker/v1/openapi
serverUrl: https://api.openshift.com
apiType: openapi-v3
tags:
- openshift
- infrastructure
skip: true
skipReason: Has a validation errors
- id: kafka-service-fleet-manager-service
name: Kafka Service Fleet Manager Service
description: Kafka Management API is a REST API to manage Kafka instances
url: https://api.openshift.com/api/kafkas_mgmt/v1/openapi
serverUrl: https://api.openshift.com
apiType: openapi-v3
tags:
- openshift
- infrastructure
- id: rhacs-service-fleet-manager
name: RHACS Service Fleet Manager
description: Rest API to manage instances of ACS components
url: https://api.openshift.com/api/rhacs/v1/openapi
serverUrl: https://api.openshift.com
apiType: openapi-v3
tags:
- openshift
- infrastructure
- id: service-logs
name: Service Logs
description: Receives and maintains logs from internal sources related to OpenShift clusters
url: https://api.openshift.com/api/service_logs/v1/openapi
serverUrl: https://api.openshift.com
apiType: openapi-v3
tags:
- openshift
- infrastructure
- id: service-registry-management
name: Service Registry Management
description: Service Registry Management API is a REST API for managing Service Registry instances
url: https://api.openshift.com/api/serviceregistry_mgmt/v1/openapi
serverUrl: https://api.openshift.com
apiType: openapi-v3
tags:
- openshift
- infrastructure
- id: status-board-service-api
name: Status Board Service API
description: Status Board Service API
url: https://api.openshift.com/api/status-board/v1/openapi
serverUrl: https://api.openshift.com
apiType: openapi-v3
tags:
- openshift
- infrastructure
skip: true
skipReason: Has validation errors
- id: upgrades-information-service
name: Upgrades Information Service
description: Upgrades Information Service API
url: https://api.openshift.com/api/upgrades_info/v1/openapi
serverUrl: https://api.openshift.com
apiType: openapi-v3
tags:
- openshift
- infrastructure
- id: ocp-vulnerability
name: Vulnerability Dashboard
description: OCP Vulnerability API
url: https://console.redhat.com/api/ocp-vulnerability/v1/openapi.json
serverUrl: https://console.redhat.com
apiType: openapi-v3
tags:
- insights
- observe
- openshift
- security
- id: web-rca-service
name: Web-RCA Service
description: Web-RCA Service API
url: https://api.openshift.com/api/web-rca/v1/openapi
serverUrl: https://api.openshift.com
apiType: openapi-v3
tags:
- openshift
- infrastructure
- id: access
name: Red Hat Access
apps:
- id: case-management
name: Case Management API
description: Support Services Case Management API
url: https://access.redhat.com/management/api/case_management/swagger.json
serverUrl: https://access.redhat.com
useLocalFile: true
apiType: openapi-v3
# tags may need to be updated; this API is different for the rest
tags:
- ansible
- rhel
- openshift
- id: app-studio-hacbs
name: AppStudio and HACBS
apps:
- id: application-and-environment-api
name: Application and Environment API
description: ''
apiType: unknown
skip: true
skipReason: Unsure if they use openapi
- id: service-provider
name: Service Provider
description: ''
apiType: unknown
skip: true
skipReason: Unsure if they use openapi
- id: git-ops-service
name: GitOps Service
description: ''
apiType: unknown
skip: true
skipReason: Unsure if they use openapi
- id: pipeline-service
name: Pipeline Service
description: ''
apiType: unknown
skip: true
skipReason: Unsure if they use openapi
- id: jvm-build-service-api
name: JVM Build Service API
description: ''
apiType: unknown
skip: true
skipReason: Unsure if they use openapi
- id: integration-service-api
name: Integration Service API
description: ''
apiType: unknown
skip: true
skipReason: Unsure if they use openapi
- id: release-service-api
name: Release Service API
description: ''
apiType: unknown
skip: true
skipReason: Unsure if they use openapi
- id: enterprise-contract-api
name: Enterprise Contract API
description: ''
apiType: unknown
skip: true
skipReason: Unsure if they use openapi
tags:
- id: ansible
name: Ansible
type: platform
dev-rh:taxonomy:
product: Red Hat Ansible Automation Platform
topic: Automation
- id: application-services
name: Application Services
type: service
- id: automation
name: Automation
type: use-case
dev-rh:taxonomy:
topic: Automation
- id: data-services
name: Data Services
type: use-case
- id: deploy
name: Deploy
type: use-case
dev-rh:taxonomy:
topic: CI/CD
- id: edge
name: Edge
type: service
dev-rh:taxonomy:
topic: Edge
- id: infrastructure
name: Infrastructure
type: use-case
- id: insights
name: Insights
type: service
- id: integrations-and-notifications
name: Integrations and Notifications
type: use-case
- id: inventories
name: Inventories
type: service
- id: identity-and-access-management
name: Identity and Access Management
type: use-case
- id: observe
name: Observe
type: use-case
- id: openshift
name: OpenShift
type: platform
- id: rhel
name: RHEL
type: platform
dev-rh:taxonomy:
product: RHEL
- id: security
name: Security
type: use-case
dev-rh:taxonomy:
topic: Security
- id: spend-management
name: Spend Management
type: use-case
- id: subscriptions
name: Subscriptions
type: use-case
- id: system-configuration
name: System Configuration
type: use-case
- id: workloads
name: Workloads
type: use-case