-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathapi_template.json
64 lines (64 loc) · 2.25 KB
/
api_template.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
60
61
62
63
64
{
"name": "placeholder",
"description": "placeholder",
"context": "/placeholder",
"version": "placeholder",
"provider": "placeholder",
"apiDefinition": "{\r\n \"paths\": {\r\n \"\/*\": {\r\n \"get\": {\r\n \"x-auth-type\": \"Application\",\r\n \"x-throttling-tier\": \"Unlimited\",\r\n \"responses\": {\r\n \"200\": {\r\n \"description\": \"OK\"\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"x-wso2-security\": {\r\n \"apim\": {\r\n \"x-wso2-scopes\": []\r\n }\r\n },\r\n \"swagger\": \"2.0\",\r\n \"info\": {\r\n \"title\": \"Sample\",\r\n \"description\": \"Verify a phone number\",\r\n \"contact\": {\r\n \"email\": \"[email protected]\",\r\n \"name\": \"xx\"\r\n },\r\n \"version\": \"1.0.0\"\r\n }\r\n}",
"wsdlUri": null,
"status": "CREATED",
"responseCaching": "Disabled",
"cacheTimeout": 300,
"destinationStatsEnabled": null,
"isDefaultVersion": false,
"type": "HTTP",
"transport": [
"http",
"https"
],
"tags": [],
"tiers": [
"Unlimited"
],
"maxTps": {
"sandbox": 5000,
"production": 1000
},
"thumbnailUri": null,
"visibility": "RESTRICTED",
"visibleRoles": [],
"visibleTenants": [],
"endpointConfig": "{\"production_endpoints\":{\"url\":\"prod_be_url_placeholder\",\"config\":null},\"sandbox_endpoints\":{\"url\":\"sandbox_be_url_placeholder\",\"config\":null},\"endpoint_type\":\"http\"}",
"gatewayEnvironments": "DEV - External Gateway, DEV - Internal Gateway",
"subscriptionAvailability": null,
"subscriptionAvailableTenants": [],
"businessInformation": {
"businessOwnerEmail": "placeholder",
"technicalOwnerEmail": "placeholder",
"technicalOwner": "placeholder",
"businessOwner": "placeholder"
},
"accessControl": "RESTRICTED",
"accessControlRoles": [],
"corsConfiguration": {
"accessControlAllowOrigins": [
"*"
],
"accessControlAllowHeaders": [
"authorization",
"Access-Control-Allow-Origin",
"Content-Type",
"SOAPAction"
],
"accessControlAllowMethods": [
"GET",
"PUT",
"POST",
"DELETE",
"PATCH",
"OPTIONS"
],
"accessControlAllowCredentials": false,
"corsConfigurationEnabled": false
}
}