-
Notifications
You must be signed in to change notification settings - Fork 0
/
subsettingTool.postman_collection.json
48 lines (48 loc) · 1.35 KB
/
subsettingTool.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
{
"info": {
"_postman_id": "e4db2929-e774-44b3-97ed-87f73d134a09",
"name": "Subsetting Tool API gateway",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "24347847"
},
"item": [
{
"name": "fcx_subsetting_invocation JSON API specification",
"request": {
"method": "POST",
"header": [
{
"key": "x-api-key",
"value": "fjaTW6M3sP8waWd1bznf78tbb8ykcraMagtlS6Fx",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"data\": {\r\n \"type\": \"subset_trigger_request\",\r\n \"attributes\": {\r\n \"subDir\": \"https://szg-ghrc-fcx-viz-output.s3.amazonaws.com/subsets/subset_test00/\",\r\n \"date\": \"2017-05-17\",\r\n \"Start\": \"2017-05-17 07:00:55 UTC\",\r\n \"End\": \"2017-05-17 07:16:02 UTC\"\r\n }\r\n }\r\n}\r\n\r\n",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://w390d81cg2.execute-api.us-east-1.amazonaws.com/default/sanjog-subsetting-fcx-trigger",
"protocol": "https",
"host": [
"w390d81cg2",
"execute-api",
"us-east-1",
"amazonaws",
"com"
],
"path": [
"default",
"sanjog-subsetting-fcx-trigger"
]
}
},
"response": []
}
]
}