-
Notifications
You must be signed in to change notification settings - Fork 6
/
catalog-info.yaml
47 lines (47 loc) · 1.21 KB
/
catalog-info.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
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: blueapi
title: Athena BlueAPI
description: Lightweight wrapper service around Bluesky Run Engine
annotations:
github.com/project-slug: DiamondLightSource/blueapi
diamond.ac.uk/viewdocs-url: https://diamondlightsource.github.io/blueapi
spec:
type: service
lifecycle: production
owner: group:data-acquisition
system: athena
providesApis:
- blueapiControl
- blueapiEvents
---
apiVersion: backstage.io/v1alpha1
kind: API
metadata:
name: blueapiControl
title: Athena BlueAPI Control
description: REST API for getting plans/devices from the worker (and running tasks)
annotations:
github.com/project-slug: DiamondLightSource/blueapi
spec:
type: openapi
lifecycle: production
owner: user:vid18871
definition:
$text: ./docs/reference/openapi.yaml
---
apiVersion: backstage.io/v1alpha1
kind: API
metadata:
name: blueapiEvents
title: Athena BlueAPI Events
description: Event topics which can be listened to over a message bus
annotations:
github.com/project-slug: DiamondLightSource/blueapi
spec:
type: asyncapi
lifecycle: production
owner: user:vid18871
definition:
$text: ./docs/reference/asyncapi.yaml