forked from IBM/Hybrid-Cloud-Applications-and-Services
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdiscovery-post.json
59 lines (59 loc) · 1.07 KB
/
discovery-post.json
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
{
"product": "1.0.0",
"info": {
"name": "pushed-product",
"title": "A Product that encapsulates Liberty APIs",
"version": "1.0.0"
},
"visibility": {
"view": {
"enabled": true,
"type": "public",
"tags": [
"string"
],
"orgs": [
"string"
]
},
"subscribe": {
"enabled": true,
"type": "authenticated",
"tags": [
"string"
],
"orgs": [
"string"
]
}
},
"apis": {
"liberty": {
"name": "liberty-api:1.0.0",
"x-ibm-configuration": {
"assembly": {
"execute": [
{
"invoke": {
"target-url": "<cloud host:port>$(request.path)",
"title": "Invocation"
}
}
]
}
}
}
},
"plans": {
"default": {
"title": "Default Plan",
"rate-limit": {
"value": "100/hour",
"hard-limit": false
},
"approval": false
}
},
"createdAt": "2017-05-01T16:13:05.912Z",
"createdBy": "string"
}