-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathflogo-car-information-provider.yaml
60 lines (60 loc) · 1.8 KB
/
flogo-car-information-provider.yaml
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
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: "car-information-provider"
description: "Car Information Provider Service"
tags:
- backend
- data-layer
- flogo
- platform
links:
- title: TIBCO Cloud Home
url: https://cloud.tibco.com/
- title: Documentation
url: https://eu.integration.cloud.tibco.com/docs/index.html
- title: TIBCO Cloud Integration
url: https://eu.integration.cloud.tibco.com/applications
- title: VSCode Editor (File)
url: vscode://file/Users/hpeters/VSCodeFolders/tibco-next-flogo-demo/flogo-app-car-information-provider.json
- title: VSCode Editor (Folder)
url: vscode://file/Users/hpeters/VSCodeFolders/tibco-next-flogo-demo/
annotations:
github.com/project-slug: TIBCO-Hub-Backstage/tibco-next-demo
backstage.io/techdocs-ref: dir:.
# backstage.io/kubernetes-id: bwce-ah-test-1
# jenkins.io/job-full-name: Build_BWCE_EAR_DB
spec:
type: service
lifecycle: production
system: car-order-system
owner: operational-department
providesApis: [ "car-information-api" ]
consumesApis:
- car-details-api
dependsOn:
- resource:default/cars-promotional-materials
---
apiVersion: backstage.io/v1alpha1
kind: API
metadata:
name: "car-information-api"
description: "An API that provides car details, and points to resources"
tags:
- store
- rest
links:
- url: https://github.com/TIBCO-Hub-Backstage/tibco-next-demo
title: GitHub Repo
icon: github
- url: https://github.com/TIBCO-Hub-Backstage/tibco-next-demo/blob/master/sample-api.json
title: API Spec
icon: code
spec:
type: openapi
lifecycle: production
system: car-order-system
owner: operational-department
apiConsumedBy: [ "component:car-order-ui"]
definition:
$text: ./sample-api.json