-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcics-model.yaml
35 lines (34 loc) · 923 Bytes
/
cics-model.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
schemaVersion: resourceModel/1.0
application:
name: CICS Sandpit Application
constraints:
- id: app-prefix
prefix: AP
- id: group-name
pattern: "^[A-Z0-9]+$"
resourceModel:
target: cicsts-6.1.0
defines:
- id: client-urimap
description: For calling outbound URIs
type: urimap
attributes:
public:
name:
required: true
constraintId: app-prefix
description: Specfiy the name of URIMAP for outbound URIs
group:
required: true
constraintId: group-name
description: Specify the name of the RDO group
description:
required: false
path:
required: true
description: Specify path component of client URIs
private:
host: 10.11.12.13
usage: CLIENT
status: ENABLED
scheme: HTTPS