-
Notifications
You must be signed in to change notification settings - Fork 0
/
catalog-info.yaml
47 lines (47 loc) · 1.12 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: System
metadata:
name: pato
title: PATo
description: Single particle analysis and tomograpghy visualisation tool/API
spec:
owner: group:lims
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: pato-backend
title: PATo Backend
description: >
API for PATo, a SPA/tomography visualisation tool. Has endpoints for data collections, tomograms, proposals, sessions, etc.
links:
- url: https://ebic-pato.diamond.ac.uk/api/docs
title: Live server API documentation
tags:
- python
- ispyb
spec:
type: service
lifecycle: production
owner: group:lims
system: pato
providesApis:
- pato-api
dependsOn:
- resource:ispyb-database
consumesApis:
- microauth-api
---
apiVersion: backstage.io/v1alpha1
kind: API
metadata:
name: pato-api
description: >
API for PATo, a SPA/tomography visualisation tool. Has endpoints for data collections, tomograms, proposals, sessions, etc.
spec:
type: openapi
lifecycle: production
owner: group:lims
system: pato
definition:
$text: https://ebic-pato.diamond.ac.uk/api/openapi.json