-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsamplejson.json
More file actions
105 lines (105 loc) · 3.07 KB
/
Copy pathsamplejson.json
File metadata and controls
105 lines (105 loc) · 3.07 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"service": {
"version": "1.0.0.0",
"specVersion": "v3",
"catalog_metadata": {
"name": "samplejson",
"description": "",
"image": "serviceicon_1.svg",
"category": "CloudServices",
"bullets": [],
"providerDisplayName": "IBM",
"longDescription": "",
"documentationUrl": "",
"supportUrl": "",
"bindable": false,
"updatable": "",
"systemTags": true
},
"tags": [
{
"name": "request_group",
"label": "request_group",
"type": "string",
"immutable": true,
"hidden": false,
"required": false,
"secured": false,
"description": "The current context group id of the current user that requested the provisioning of the template. This is important because a user may be part of more than one group and this identifies the context of which group the user made the request.",
"isSystemTag": true,
"default": "${svc_instance.group}",
"customtype": "string",
"permission": "Read-Only"
},
{
"name": "request_user",
"label": "request_user",
"type": "string",
"immutable": true,
"hidden": false,
"required": false,
"secured": false,
"description": "The user id of the current user that requested the provisioning of the template.",
"isSystemTag": true,
"default": "${svc_instance.owner}",
"customtype": "string",
"permission": "Read-Only"
},
{
"name": "service_name",
"label": "service_name",
"type": "string",
"immutable": true,
"hidden": false,
"required": false,
"secured": false,
"description": "Name provided for the service instance by the end user at time of request",
"isSystemTag": true,
"default": "${svc_instance.name}",
"customtype": "string",
"permission": "Read-Only"
},
{
"name": "service_identifier",
"label": "service_identifier",
"type": "string",
"immutable": true,
"hidden": false,
"required": false,
"secured": false,
"description": "Unique identifer generated by ICAM which is mapped to the service instance of the template provisioned.",
"isSystemTag": true,
"default": "${svc_instance.service_instance_id}",
"customtype": "string",
"permission": "Read-Only"
}
],
"upgrade_from": [],
"downgrade_to": [],
"actions": [
{
"type": "provision",
"name": "Provision",
"description": "Default action for deployment of service",
"input_parameters": [],
"flow": {
"conditions": [],
"templates": [],
"resthooks": [],
"notifications": [],
"sequence": {},
"error_sequence": {}
},
"output_parameters": []
}
],
"plans": [
{
"name": "Standard",
"description": "To deploy a Standard plan",
"actions": [],
"plan_parameters": []
}
]
}
}