황원재 황원재 2 days ago
test
@45a0fc2c164bb2f72904730ff4ac14119ecb4e78
 
edgex/Edge-X_3.1.postman.environment.json (added)
+++ edgex/Edge-X_3.1.postman.environment.json
@@ -0,0 +1,15 @@
+{
+	"id": "470a9016-af7e-4527-a96e-b1c7deb899b8",
+	"name": "edgex-20240315",
+	"values": [
+		{
+			"key": "edgex_ip",
+			"value": "192.168.1.191",
+			"type": "default",
+			"enabled": true
+		}
+	],
+	"_postman_variable_scope": "environment",
+	"_postman_exported_at": "2024-03-22T06:06:44.801Z",
+	"_postman_exported_using": "Postman/10.24.7"
+}
edgex/Edge-X_3.1.postman_collection.json
--- edgex/Edge-X_3.1.postman_collection.json
+++ edgex/Edge-X_3.1.postman_collection.json
@@ -17,7 +17,7 @@
 						"type": "text"
 					}
 				],
-				"url": "http://edgex_ip:59880/api/v3/ping"
+				"url": "http://{{edgex_ip}}:59880/api/v3/ping"
 			},
 			"response": []
 		},
@@ -43,7 +43,7 @@
 						}
 					]
 				},
-				"url": "http://edgex_ip:59881/api/v3/deviceprofile/uploadfile"
+				"url": "http://{{edgex_ip}}:59881/api/v3/deviceprofile/uploadfile"
 			},
 			"response": []
 		},
@@ -58,7 +58,7 @@
 						"type": "text"
 					}
 				],
-				"url": "http://edgex_ip:59881/api/v3/deviceprofile/all"
+				"url": "http://{{edgex_ip}}:59881/api/v3/deviceprofile/all"
 			},
 			"response": []
 		},
@@ -67,7 +67,7 @@
 			"request": {
 				"method": "GET",
 				"header": [],
-				"url": "http://edgex_ip:59881/api/v3/deviceprofile/name/SensorCluster"
+				"url": "http://{{edgex_ip}}:59881/api/v3/deviceprofile/name/SensorCluster"
 			},
 			"response": []
 		},
@@ -91,7 +91,7 @@
 						}
 					}
 				},
-				"url": "http://edgex_ip:59881/api/v3/device"
+				"url": "http://{{edgex_ip}}:59881/api/v3/device"
 			},
 			"response": []
 		},
@@ -100,7 +100,7 @@
 			"request": {
 				"method": "GET",
 				"header": [],
-				"url": "http://edgex_ip:59881/api/v3/device/all"
+				"url": "http://{{edgex_ip}}:59881/api/v3/device/all"
 			},
 			"response": []
 		},
@@ -109,7 +109,7 @@
 			"request": {
 				"method": "GET",
 				"header": [],
-				"url": "http://edgex_ip:59881/api/v3/device/name/Temp_and_Humidity_sensor_cluster_01"
+				"url": "http://{{edgex_ip}}:59881/api/v3/device/name/Temp_and_Humidity_sensor_cluster_01"
 			},
 			"response": []
 		},
@@ -127,7 +127,7 @@
 						}
 					}
 				},
-				"url": "http://edgex_ip:59986/api/v3/resource/Temp_and_Humidity_sensor_cluster_01/temperature"
+				"url": "http://{{edgex_ip}}:59986/api/v3/resource/Temp_and_Humidity_sensor_cluster_01/temperature"
 			},
 			"response": []
 		},
@@ -136,7 +136,7 @@
 			"request": {
 				"method": "GET",
 				"header": [],
-				"url": "http://edgex_ip:59880/api/v3/event/count/device/name/Temp_and_Humidity_sensor_cluster_01"
+				"url": "http://{{edgex_ip}}:59880/api/v3/event/count/device/name/Temp_and_Humidity_sensor_cluster_01"
 			},
 			"response": []
 		},
@@ -145,7 +145,7 @@
 			"request": {
 				"method": "GET",
 				"header": [],
-				"url": "http://edgex_ip:59880/api/v3/reading/device/name/Temp_and_Humidity_sensor_cluster_01"
+				"url": "http://{{edgex_ip}}:59880/api/v3/reading/device/name/Temp_and_Humidity_sensor_cluster_01"
 			},
 			"response": []
 		},
@@ -163,7 +163,7 @@
 						}
 					}
 				},
-				"url": "http://edgex_ip:59720/streams"
+				"url": "http://{{edgex_ip}}:59720/streams"
 			},
 			"response": []
 		},
@@ -181,7 +181,7 @@
 						}
 					}
 				},
-				"url": "http://edgex_ip:59720/rules"
+				"url": "http://{{edgex_ip}}:59720/rules"
 			},
 			"response": []
 		}
Add a comment
List