forked from zowe/zlux-app-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzss.apiml_static_reg.yaml.template
20 lines (20 loc) · 1.05 KB
/
zss.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
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:
- ${ZSS_PROTOCOL}://${ZWED_agent_host}:${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
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.