-
Notifications
You must be signed in to change notification settings - Fork 0
/
apiml-static-reg.yaml.template
22 lines (22 loc) · 1.11 KB
/
apiml-static-reg.yaml.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
services:
- serviceId: zss
title: Zowe System Services (ZSS)
description: 'Zowe System Services is an HTTPS and Websocket server that makes it easy to have secure, powerful web APIs backed by low-level z/OS constructs. It contains services for essential z/OS abilities such as working with files, datasets, and ESMs, but is also extensible by REST and Websocket "Dataservices" which are optionally present in App Framework "Plugins".'
catalogUiTileId: zss
instanceBaseUrls:
- https://${ZWE_haInstance_hostname}:${ZWE_components_zss_port}/
homePageRelativeUrl:
routedServices:
- gatewayUrl: api/v1
serviceRelativeUrl:
apiInfo:
- apiId: zowe.zss
gatewayUrl: api/v1
swaggerUrl: https://${ZWE_haInstance_hostname}:${ZWE_components_app_server_port}/api-docs/agent
# documentationUrl: TODO
authentication:
scheme: zoweJwt
catalogUiTiles:
zss:
title: Zowe System Services (ZSS)
description: Zowe System Services is an HTTPS and Websocket server that makes it easy to have secure, powerful web APIs backed by low-level z/OS constructs.