-
Notifications
You must be signed in to change notification settings - Fork 0
/
Histogram_preprocessed_data.postman_collection.json
82 lines (82 loc) · 2.58 KB
/
Histogram_preprocessed_data.postman_collection.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"info": {
"_postman_id": "522a9d48-a8c9-4008-80c8-c0de5f478481",
"name": "Histogram preprocessed data",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "24347847"
},
"item": [
{
"name": "Get Histogram Data AWS Lambda",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "x-api-key",
"value": "tUS7oors8qawUhT7c8QBn5OXLzH7TPgs6pmiuK2t",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"data\": {\r\n \"type\": \"data_pre_process_request\",\r\n \"attributes\": {\r\n \"instrument_type\" : \"FEGS\",\r\n \"datetime\" : \"2017-03-21\",\r\n \"coord_type\" : \"FlashID\",\r\n \"data_type\" : \"peak\",\r\n \"params\" : \"None\",\r\n \"pageno\" : \"1\",\r\n \"pagesize\" : \"20\",\r\n \"density\": \"0.05\"\r\n }\r\n }\r\n}"
},
"url": {
"raw": "https://kz1ey7qvul.execute-api.us-east-1.amazonaws.com/default/sanjog-histogram-preprocessing-fcx-v1",
"protocol": "https",
"host": [
"kz1ey7qvul",
"execute-api",
"us-east-1",
"amazonaws",
"com"
],
"path": [
"default",
"sanjog-histogram-preprocessing-fcx-v1"
]
}
},
"response": []
},
{
"name": "Get Histogram Data coordinates AWS Lambda",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "x-api-key",
"value": "tUS7oors8qawUhT7c8QBn5OXLzH7TPgs6pmiuK2t",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"data\": {\r\n \"type\": \"data_pre_process_request\",\r\n \"attributes\": {\r\n \"instrument_type\" : \"CPL\",\r\n \"datetime\" : \"2017-04-27\",\r\n \"coord_type\" : \"Second\",\r\n \"data_type\" : \"\",\r\n \"params\" : \"None\",\r\n \"pageno\" : \"None\",\r\n \"pagesize\" : \"None\",\r\n \"density\": \"None\"\r\n }\r\n }\r\n}"
},
"url": {
"raw": "https://kz1ey7qvul.execute-api.us-east-1.amazonaws.com/default/sanjog-histogram-preprocessing-fcx-v1",
"protocol": "https",
"host": [
"kz1ey7qvul",
"execute-api",
"us-east-1",
"amazonaws",
"com"
],
"path": [
"default",
"sanjog-histogram-preprocessing-fcx-v1"
]
}
},
"response": []
}
]
}