-
Notifications
You must be signed in to change notification settings - Fork 1
/
externalApis.json
46 lines (46 loc) · 1.16 KB
/
externalApis.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
[
{
"name":"projects/PROJECT_ID/locations/LOCATION/externalApis/externalApi1",
"displayName":"externalApi1",
"description":"External API 1",
"endpoints":[
"https://api.externalapi.com"
],
"paths":[
"/v1/foo"
],
"documentation":{
"externalUri":"https://api-docs.externalapi.com"
},
"attributes":{
"projects/PROJECT_ID/locations/LOCATION/attributes/sample-attribute6":{
"stringValues":{
"values":[
"extValue"
]
}
},
"projects/PROJECT_ID/locations/LOCATION/attributes/sample-attribute7":{
"stringValues":{
"values":[
"extValue"
]
}
}
}
},
{
"name":"projects/PROJECT_ID/locations/LOCATION/externalApis/externalApi2",
"displayName":"externalApi2",
"description":"External API 2",
"endpoints":[
"https://api2.externalapi.com"
],
"paths":[
"/v2/foo"
],
"documentation":{
"externalUri":"https://api-docs.externalapi.com"
}
}
]