-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSample.postman_collection.json
56 lines (56 loc) · 2.66 KB
/
Sample.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
{
"info": {
"_postman_id": "509b8330-da1f-4d2f-858b-c3b30da19072",
"name": "Postman-Collection",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "http://localhost:5000/metrics",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:5000/metrics",
"protocol": "http",
"host": [
"localhost"
],
"port": "5000",
"path": [
"metrics"
]
}
},
"response": []
},
{
"name": "http://localhost:5000/prediction",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"text\": \"From: palmer@cco.caltech.edu (David M. Palmer)\\nSubject: Re: HST Servicing Mission Scheduled for 11 Days\\nOrganization: California Institute of Technology, Pasadena\\nLines: 30\\nNNTP-Posting-Host: alumni.caltech.edu\\n\\nprb@access.digex.net (Pat) writes:\\n\\n>In article <C6A2At.E9z@zoo.toronto.edu> henry@zoo.toronto.edu (Henry Spencer) writes:\\n>>\\n>>No, the thing is designed to be retrievable, in a pinch. Indeed, this\\n>>dictated a rather odd design for the solar arrays, since they had to be\\n>>retractable as well as extendable, and may thus have indirectly contributed\\n>>to the array-flapping problems.\\n\\n\\n>Why not design the solar arrays to be detachable. if the shuttle is going\\n>to retunr the HST, what bother are some arrays. just fit them with a quick\\n> release. one space walk, or use the second canadarm to remove the arrays.\\n\\nYou may want to put Hubble back in the payload bay for a reboost,\\nand you don't want to clip off the panels each time.\\n\\nFor the Gamma-Ray Observatory, one of the design requirements was that\\nthere be no stored-energy mecahnisms (springs, explosive squibs, gas shocks,\\netc.) used for deployment. This was partially so that everything could\\nbe reeled back in to put it back in the payload bay, and partially for\\nsafety considerations. (I've heard that the wings on a cruise missile\\nwould cut you in half if you were standing in their swath when they opened.)\\n\\nBack when the shuttle would be going up every other day with a cost to\\norbit of $3.95 per pound :-), everybody designed things for easy servicing.\\n\\n-- \\n\\t\\tDavid M. Palmer\\t\\tpalmer@alumni.caltech.edu\\n\\t\\t\\t\\t\\tpalmer@tgrs.gsfc.nasa.gov\\n\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:5000/prediction",
"protocol": "http",
"host": [
"localhost"
],
"port": "5000",
"path": [
"prediction"
]
}
},
"response": []
}
]
}