+++ edgex/Edge-X_3.1.postman.environment.json
... | ... | @@ -0,0 +1,15 @@ |
1 | +{ | |
2 | + "id": "470a9016-af7e-4527-a96e-b1c7deb899b8", | |
3 | + "name": "edgex-20240315", | |
4 | + "values": [ | |
5 | + { | |
6 | + "key": "edgex_ip", | |
7 | + "value": "192.168.1.191", | |
8 | + "type": "default", | |
9 | + "enabled": true | |
10 | + } | |
11 | + ], | |
12 | + "_postman_variable_scope": "environment", | |
13 | + "_postman_exported_at": "2024-03-22T06:06:44.801Z", | |
14 | + "_postman_exported_using": "Postman/10.24.7" | |
15 | +} |
--- edgex/Edge-X_3.1.postman_collection.json
+++ edgex/Edge-X_3.1.postman_collection.json
... | ... | @@ -17,7 +17,7 @@ |
17 | 17 |
"type": "text" |
18 | 18 |
} |
19 | 19 |
], |
20 |
- "url": "http://edgex_ip:59880/api/v3/ping" |
|
20 |
+ "url": "http://{{edgex_ip}}:59880/api/v3/ping" |
|
21 | 21 |
}, |
22 | 22 |
"response": [] |
23 | 23 |
}, |
... | ... | @@ -43,7 +43,7 @@ |
43 | 43 |
} |
44 | 44 |
] |
45 | 45 |
}, |
46 |
- "url": "http://edgex_ip:59881/api/v3/deviceprofile/uploadfile" |
|
46 |
+ "url": "http://{{edgex_ip}}:59881/api/v3/deviceprofile/uploadfile" |
|
47 | 47 |
}, |
48 | 48 |
"response": [] |
49 | 49 |
}, |
... | ... | @@ -58,7 +58,7 @@ |
58 | 58 |
"type": "text" |
59 | 59 |
} |
60 | 60 |
], |
61 |
- "url": "http://edgex_ip:59881/api/v3/deviceprofile/all" |
|
61 |
+ "url": "http://{{edgex_ip}}:59881/api/v3/deviceprofile/all" |
|
62 | 62 |
}, |
63 | 63 |
"response": [] |
64 | 64 |
}, |
... | ... | @@ -67,7 +67,7 @@ |
67 | 67 |
"request": { |
68 | 68 |
"method": "GET", |
69 | 69 |
"header": [], |
70 |
- "url": "http://edgex_ip:59881/api/v3/deviceprofile/name/SensorCluster" |
|
70 |
+ "url": "http://{{edgex_ip}}:59881/api/v3/deviceprofile/name/SensorCluster" |
|
71 | 71 |
}, |
72 | 72 |
"response": [] |
73 | 73 |
}, |
... | ... | @@ -91,7 +91,7 @@ |
91 | 91 |
} |
92 | 92 |
} |
93 | 93 |
}, |
94 |
- "url": "http://edgex_ip:59881/api/v3/device" |
|
94 |
+ "url": "http://{{edgex_ip}}:59881/api/v3/device" |
|
95 | 95 |
}, |
96 | 96 |
"response": [] |
97 | 97 |
}, |
... | ... | @@ -100,7 +100,7 @@ |
100 | 100 |
"request": { |
101 | 101 |
"method": "GET", |
102 | 102 |
"header": [], |
103 |
- "url": "http://edgex_ip:59881/api/v3/device/all" |
|
103 |
+ "url": "http://{{edgex_ip}}:59881/api/v3/device/all" |
|
104 | 104 |
}, |
105 | 105 |
"response": [] |
106 | 106 |
}, |
... | ... | @@ -109,7 +109,7 @@ |
109 | 109 |
"request": { |
110 | 110 |
"method": "GET", |
111 | 111 |
"header": [], |
112 |
- "url": "http://edgex_ip:59881/api/v3/device/name/Temp_and_Humidity_sensor_cluster_01" |
|
112 |
+ "url": "http://{{edgex_ip}}:59881/api/v3/device/name/Temp_and_Humidity_sensor_cluster_01" |
|
113 | 113 |
}, |
114 | 114 |
"response": [] |
115 | 115 |
}, |
... | ... | @@ -127,7 +127,7 @@ |
127 | 127 |
} |
128 | 128 |
} |
129 | 129 |
}, |
130 |
- "url": "http://edgex_ip:59986/api/v3/resource/Temp_and_Humidity_sensor_cluster_01/temperature" |
|
130 |
+ "url": "http://{{edgex_ip}}:59986/api/v3/resource/Temp_and_Humidity_sensor_cluster_01/temperature" |
|
131 | 131 |
}, |
132 | 132 |
"response": [] |
133 | 133 |
}, |
... | ... | @@ -136,7 +136,7 @@ |
136 | 136 |
"request": { |
137 | 137 |
"method": "GET", |
138 | 138 |
"header": [], |
139 |
- "url": "http://edgex_ip:59880/api/v3/event/count/device/name/Temp_and_Humidity_sensor_cluster_01" |
|
139 |
+ "url": "http://{{edgex_ip}}:59880/api/v3/event/count/device/name/Temp_and_Humidity_sensor_cluster_01" |
|
140 | 140 |
}, |
141 | 141 |
"response": [] |
142 | 142 |
}, |
... | ... | @@ -145,7 +145,7 @@ |
145 | 145 |
"request": { |
146 | 146 |
"method": "GET", |
147 | 147 |
"header": [], |
148 |
- "url": "http://edgex_ip:59880/api/v3/reading/device/name/Temp_and_Humidity_sensor_cluster_01" |
|
148 |
+ "url": "http://{{edgex_ip}}:59880/api/v3/reading/device/name/Temp_and_Humidity_sensor_cluster_01" |
|
149 | 149 |
}, |
150 | 150 |
"response": [] |
151 | 151 |
}, |
... | ... | @@ -163,7 +163,7 @@ |
163 | 163 |
} |
164 | 164 |
} |
165 | 165 |
}, |
166 |
- "url": "http://edgex_ip:59720/streams" |
|
166 |
+ "url": "http://{{edgex_ip}}:59720/streams" |
|
167 | 167 |
}, |
168 | 168 |
"response": [] |
169 | 169 |
}, |
... | ... | @@ -181,7 +181,7 @@ |
181 | 181 |
} |
182 | 182 |
} |
183 | 183 |
}, |
184 |
- "url": "http://edgex_ip:59720/rules" |
|
184 |
+ "url": "http://{{edgex_ip}}:59720/rules" |
|
185 | 185 |
}, |
186 | 186 |
"response": [] |
187 | 187 |
} |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?