-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathconfig.yml
48 lines (47 loc) · 1.54 KB
/
config.yml
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
resources:
- name: my_project_apis
type: solutions.api
properties:
inputs:
- name: org
prompt: Edge Org name
- name: username
prompt: Username
- name: password
prompt: Password
hidden: true
- name: env
prompt: Edge Org Environment
configurations:
- env: test
baas_host: https://apibaas-trial.apigee.net
edge_host: https://api.enterprise.apigee.com
- env : prod
baas_host: https://apibaas-trial.apigee.net
edge_host: https://api.enterprise.apigee.com
basePath: .
subResources:
- name: message_kvm
type: kvm
items:
- name: kvm
payload: '{ "name" : "hello_world", "entry" : [ { "name" : "welcome_msg", "value" : "holla !! welcome to the real world ! It sucks but you will love it!" } ] }'
- name: public_API_proxies
type: proxy
items:
- name: holla_world
- name: helloworld_products
type: product
items:
- name: hollaworld
payload: '{"approvalType":"auto", "displayName":"Hello World Product","name":"holla_world","environments":["test","prod"],"scopes":[], "proxies":["holla_world"]}'
- name: developers
type: developer
items:
- payload: '{"email":"[email protected]", "firstName":"holla","lastName":"world","userName":"holaworld"}'
email: [email protected]
- name: developer_apps
type: app
items:
- name: holla_world_app
payload: '{"name":"holla_world","callback":"","email":"[email protected]","apiProducts":"holla_world"}'