update collection
This commit is contained in:
@@ -944,7 +944,7 @@
|
|||||||
"urlencoded": []
|
"urlencoded": []
|
||||||
},
|
},
|
||||||
"url": {
|
"url": {
|
||||||
"raw": "http://{{qgw_ip}}:{{qgw_port}}/v1/hos/traffic_file_bucket/23e4567-e89b-12d3-a456-426614174001",
|
"raw": "http://{{qgw_ip}}:{{qgw_port}}/v1/hos/traffic_file_bucket/123e4567-e89b-12d3-a456-426614174001",
|
||||||
"protocol": "http",
|
"protocol": "http",
|
||||||
"host": [
|
"host": [
|
||||||
"{{qgw_ip}}"
|
"{{qgw_ip}}"
|
||||||
@@ -954,7 +954,7 @@
|
|||||||
"v1",
|
"v1",
|
||||||
"hos",
|
"hos",
|
||||||
"traffic_file_bucket",
|
"traffic_file_bucket",
|
||||||
"23e4567-e89b-12d3-a456-426614174001"
|
"123e4567-e89b-12d3-a456-426614174001"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -1219,7 +1219,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"response": []
|
"response": []
|
||||||
},
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "clear_test_data",
|
||||||
|
"item": [
|
||||||
{
|
{
|
||||||
"name": "delete_traffic_files_test",
|
"name": "delete_traffic_files_test",
|
||||||
"event": [
|
"event": [
|
||||||
@@ -1230,8 +1235,6 @@
|
|||||||
"pm.test(\"Status code is 200\", function () {",
|
"pm.test(\"Status code is 200\", function () {",
|
||||||
" pm.response.to.not.be.error;",
|
" pm.response.to.not.be.error;",
|
||||||
" pm.response.to.be.json;",
|
" pm.response.to.be.json;",
|
||||||
" const responseJson = pm.response.json();",
|
|
||||||
" pm.expect(responseJson.data[0].fileName).to.be.not.null;",
|
|
||||||
"});",
|
"});",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
@@ -1266,7 +1269,7 @@
|
|||||||
"urlencoded": []
|
"urlencoded": []
|
||||||
},
|
},
|
||||||
"url": {
|
"url": {
|
||||||
"raw": "http://{{qgw_ip}}:{{qgw_port}}/v1/hos?bucket_name=traffic_file_bucket&file_names=123e4567-e89b-12d3-a456-426614174001,123e4567-e89b-12d3-a456-426614174002,123e4567-e89b-12d3-a456-426614174003,123e4567-e89b-12d3-a456-426614174004,123e4567-e89b-12d3-a456-426614174005",
|
"raw": "http://{{qgw_ip}}:{{qgw_port}}/v1/hos/traffic_file_bucket?file_names=123e4567-e89b-12d3-a456-426614174001,123e4567-e89b-12d3-a456-426614174002,123e4567-e89b-12d3-a456-426614174003,123e4567-e89b-12d3-a456-426614174004,123e4567-e89b-12d3-a456-426614174005",
|
||||||
"protocol": "http",
|
"protocol": "http",
|
||||||
"host": [
|
"host": [
|
||||||
"{{qgw_ip}}"
|
"{{qgw_ip}}"
|
||||||
@@ -1274,13 +1277,10 @@
|
|||||||
"port": "{{qgw_port}}",
|
"port": "{{qgw_port}}",
|
||||||
"path": [
|
"path": [
|
||||||
"v1",
|
"v1",
|
||||||
"hos"
|
"hos",
|
||||||
|
"traffic_file_bucket"
|
||||||
],
|
],
|
||||||
"query": [
|
"query": [
|
||||||
{
|
|
||||||
"key": "bucket_name",
|
|
||||||
"value": "traffic_file_bucket"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"key": "file_names",
|
"key": "file_names",
|
||||||
"value": "123e4567-e89b-12d3-a456-426614174001,123e4567-e89b-12d3-a456-426614174002,123e4567-e89b-12d3-a456-426614174003,123e4567-e89b-12d3-a456-426614174004,123e4567-e89b-12d3-a456-426614174005"
|
"value": "123e4567-e89b-12d3-a456-426614174001,123e4567-e89b-12d3-a456-426614174002,123e4567-e89b-12d3-a456-426614174003,123e4567-e89b-12d3-a456-426614174004,123e4567-e89b-12d3-a456-426614174005"
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
kafka.server=192.168.41.29:9092
|
|
||||||
kafka.topic=TRAFFIC-FILE-STREAM-RECORD
|
|
||||||
@@ -4,7 +4,7 @@
|
|||||||
"values": [
|
"values": [
|
||||||
{
|
{
|
||||||
"key": "qgw_ip",
|
"key": "qgw_ip",
|
||||||
"value": "192.168.44.30",
|
"value": "192.168.44.67",
|
||||||
"type": "default",
|
"type": "default",
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
@@ -30,4 +30,4 @@
|
|||||||
"_postman_variable_scope": "environment",
|
"_postman_variable_scope": "environment",
|
||||||
"_postman_exported_at": "2024-04-20T15:08:41.582Z",
|
"_postman_exported_at": "2024-04-20T15:08:41.582Z",
|
||||||
"_postman_exported_using": "Postman/10.24.22"
|
"_postman_exported_using": "Postman/10.24.22"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
#####9092-Plaintext 9094-SASL
|
||||||
|
kafka.server=192.168.44.11:9092
|
||||||
|
kafka.topic=TRAFFIC-FILE-STREAM-RECORD
|
||||||
|
#####kafka SASL username/password
|
||||||
|
#kafka.user=admin
|
||||||
|
#kafka.pin=galaxy2019
|
||||||
Binary file not shown.
Reference in New Issue
Block a user