diff --git a/bruno/artemis/A01 Ticket DLQ (DEV).bru b/bruno/artemis/A01 Ticket DLQ (DEV).bru new file mode 100644 index 0000000..05c2ee6 --- /dev/null +++ b/bruno/artemis/A01 Ticket DLQ (DEV).bru @@ -0,0 +1,20 @@ +meta { + name: A01 Ticket DLQ (DEV) + type: http + seq: 1 +} + +get { + url: http://v-artm-a01-iddc.adic.lan:8260/rec/mom1/console/jolokia/read/org.apache.activemq.artemis:broker=!%22mom-rec-001!%22,component=addresses,address=!%22XSTO_ASPD_VTEJ_retail_sale_3211.DLQ!%22,subcomponent=queues,routing-type=!%22anycast!%22,queue=!%22XSTO_ASPD_VTEJ_retail_sale_3211.DLQ!%22/MessageCount + body: none + auth: basic +} + +headers { + Origin: http://v-artm-a01-iddc.adic.lan:8260 +} + +auth:basic { + username: artemis + password: artemis +} diff --git a/bruno/artemis/A01 Ticket DLQ (PROD).bru b/bruno/artemis/A01 Ticket DLQ (PROD).bru new file mode 100644 index 0000000..82c7096 --- /dev/null +++ b/bruno/artemis/A01 Ticket DLQ (PROD).bru @@ -0,0 +1,20 @@ +meta { + name: A01 Ticket DLQ (PROD) + type: http + seq: 2 +} + +get { + url: http://v-artm-a01-ipdc.tech.ikks.lan:8160/console/jolokia/exec/org.apache.activemq.artemis:broker=!%22mom01-v-artm-a01-ipdc!%22,component=addresses,address=!%22XSTO_ASPD_VTEJ_retail_sale_3211.DLQ!%22,subcomponent=queues,routing-type=!%22anycast!%22,queue=!%22XSTO_ASPD_VTEJ_retail_sale_3211.DLQ!%22/countMessages() + body: none + auth: basic +} + +headers { + Origin: http://v-artm-a01-ipdc.tech.ikks.lan:8160 +} + +auth:basic { + username: readonly + password: readonly +} diff --git a/bruno/artemis/A02 Ticket DLQ (PROD).bru b/bruno/artemis/A02 Ticket DLQ (PROD).bru new file mode 100644 index 0000000..ab5f950 --- /dev/null +++ b/bruno/artemis/A02 Ticket DLQ (PROD).bru @@ -0,0 +1,20 @@ +meta { + name: A02 Ticket DLQ (PROD) + type: http + seq: 3 +} + +get { + url: http://v-artm-a02-ipdc.tech.ikks.lan:8160/console/jolokia/exec/org.apache.activemq.artemis:broker=!%22mom02-v-artm-a02-ipdc!%22,component=addresses,address=!%22XSTO_ASPD_VTEJ_retail_sale_3211.DLQ!%22,subcomponent=queues,routing-type=!%22anycast!%22,queue=!%22XSTO_ASPD_VTEJ_retail_sale_3211.DLQ!%22/countMessages() + body: none + auth: basic +} + +headers { + Origin: http://v-artm-a02-ipdc.tech.ikks.lan:8160 +} + +auth:basic { + username: readonly + password: readonly +} diff --git a/bruno/authentication/login.bru b/bruno/authentication/login.bru new file mode 100644 index 0000000..7963a2b --- /dev/null +++ b/bruno/authentication/login.bru @@ -0,0 +1,22 @@ +meta { + name: login + type: http + seq: 1 +} + +post { + url: {{host}}/hdpos/api/auth/login + body: json + auth: none +} + +headers { + Content-Type: application/json +} + +body:json { + { + "username": "fred", + "password": "admin123" + } +} diff --git a/bruno/bruno.json b/bruno/bruno.json new file mode 100644 index 0000000..6c80d1d --- /dev/null +++ b/bruno/bruno.json @@ -0,0 +1,5 @@ +{ + "version": "1", + "name": "hdpos", + "type": "collection" +} \ No newline at end of file diff --git a/bruno/environments/Production.bru b/bruno/environments/Production.bru new file mode 100644 index 0000000..6b2211d --- /dev/null +++ b/bruno/environments/Production.bru @@ -0,0 +1,4 @@ +vars { + host: http://v-xsto-a01-iidc.adic.lan:8080 + proximisHost: https://ikks.omn.proximis.com +} diff --git a/bruno/environments/local.bru b/bruno/environments/local.bru new file mode 100644 index 0000000..78ecf03 --- /dev/null +++ b/bruno/environments/local.bru @@ -0,0 +1,4 @@ +vars { + host: http://localhost:8080 + proximisHost: https://proximis-ikks-recette.stg.proximis.com +} diff --git a/bruno/flux/BL/not sent.bru b/bruno/flux/BL/not sent.bru new file mode 100644 index 0000000..6878a5c --- /dev/null +++ b/bruno/flux/BL/not sent.bru @@ -0,0 +1,11 @@ +meta { + name: not sent + type: http + seq: 1 +} + +get { + url: {{host}}/hdpos/api/flux/bl/notsent + body: none + auth: none +} diff --git a/bruno/hello/hello 8080.bru b/bruno/hello/hello 8080.bru new file mode 100644 index 0000000..0b4258e --- /dev/null +++ b/bruno/hello/hello 8080.bru @@ -0,0 +1,11 @@ +meta { + name: hello 8080 + type: http + seq: 1 +} + +get { + url: {{host}}/hdpos/api/hello + body: none + auth: none +} diff --git a/bruno/items/items.bru b/bruno/items/items.bru new file mode 100644 index 0000000..c544993 --- /dev/null +++ b/bruno/items/items.bru @@ -0,0 +1,15 @@ +meta { + name: items + type: http + seq: 1 +} + +get { + url: {{host}}/hdpos/api/items/BX44145?dbHost=10.100.0.18 + body: none + auth: none +} + +query { + dbHost: 10.100.0.18 +} diff --git a/bruno/items/itemsOptions.bru b/bruno/items/itemsOptions.bru new file mode 100644 index 0000000..e5a87dd --- /dev/null +++ b/bruno/items/itemsOptions.bru @@ -0,0 +1,15 @@ +meta { + name: itemsOptions + type: http + seq: 3 +} + +get { + url: {{host}}/hdpos/api/items/BX44145/options/?dbHost=10.100.0.18 + body: none + auth: none +} + +query { + dbHost: 10.100.0.18 +} diff --git a/bruno/items/itemsPrice.bru b/bruno/items/itemsPrice.bru new file mode 100644 index 0000000..44b9d4f --- /dev/null +++ b/bruno/items/itemsPrice.bru @@ -0,0 +1,15 @@ +meta { + name: itemsPrice + type: http + seq: 4 +} + +get { + url: {{host}}/hdpos/api/items/BX44145/price/?dbHost=10.100.0.18 + body: none + auth: none +} + +query { + dbHost: 10.100.0.18 +} diff --git a/bruno/items/itemsStock.bru b/bruno/items/itemsStock.bru new file mode 100644 index 0000000..efa364a --- /dev/null +++ b/bruno/items/itemsStock.bru @@ -0,0 +1,15 @@ +meta { + name: itemsStock + type: http + seq: 5 +} + +get { + url: {{host}}/hdpos/api/items/BX44145/stock/?dbHost=10.100.0.18 + body: none + auth: none +} + +query { + dbHost: 10.100.0.18 +} diff --git a/bruno/obi/order/GetAllOrders.bru b/bruno/obi/order/GetAllOrders.bru new file mode 100644 index 0000000..2054e6a --- /dev/null +++ b/bruno/obi/order/GetAllOrders.bru @@ -0,0 +1,18 @@ +meta { + name: GetAllOrders + type: http + seq: 2 +} + +get { + url: {{host}}/hdpos/api/obi/order?page=1&itemsPerPage=10&sortBy=order_id&orderBy=desc + body: none + auth: none +} + +query { + page: 1 + itemsPerPage: 10 + sortBy: order_id + orderBy: desc +} diff --git a/bruno/obi/order/GetByOrderId.bru b/bruno/obi/order/GetByOrderId.bru new file mode 100644 index 0000000..d3a7a60 --- /dev/null +++ b/bruno/obi/order/GetByOrderId.bru @@ -0,0 +1,11 @@ +meta { + name: GetByOrderId + type: http + seq: 1 +} + +get { + url: {{host}}/hdpos/api/obi/order/2845 + body: none + auth: none +} diff --git a/bruno/obi/order/getOrderMessage.bru b/bruno/obi/order/getOrderMessage.bru new file mode 100644 index 0000000..23b613f --- /dev/null +++ b/bruno/obi/order/getOrderMessage.bru @@ -0,0 +1,11 @@ +meta { + name: getOrderMessage + type: http + seq: 3 +} + +get { + url: {{host}}/hdpos/api/obi/order/2845/orderMessage + body: none + auth: none +} diff --git a/bruno/obi/proximis/projectFulfillment.bru b/bruno/obi/proximis/projectFulfillment.bru new file mode 100644 index 0000000..701798e --- /dev/null +++ b/bruno/obi/proximis/projectFulfillment.bru @@ -0,0 +1,11 @@ +meta { + name: projectFulfillment + type: http + seq: 1 +} + +get { + url: {{host}}/hdpos/api/proximis/project/fulfillment/1382020000066 + body: none + auth: none +} diff --git a/bruno/stores/All.bru b/bruno/stores/All.bru new file mode 100644 index 0000000..708cfa1 --- /dev/null +++ b/bruno/stores/All.bru @@ -0,0 +1,11 @@ +meta { + name: All + type: http + seq: 2 +} + +get { + url: {{host}}/hdpos/api/stores/ + body: none + auth: none +} diff --git a/bruno/stores/Log.bru b/bruno/stores/Log.bru new file mode 100644 index 0000000..c856409 --- /dev/null +++ b/bruno/stores/Log.bru @@ -0,0 +1,16 @@ +meta { + name: Log + type: http + seq: 9 +} + +get { + url: {{host}}/hdpos/api/stores/4/log?dbHost=10.100.0.18&logDate=20231228 + body: none + auth: none +} + +query { + dbHost: 10.100.0.18 + logDate: 20231228 +} diff --git a/bruno/stores/Sequence.bru b/bruno/stores/Sequence.bru new file mode 100644 index 0000000..33b6c5a --- /dev/null +++ b/bruno/stores/Sequence.bru @@ -0,0 +1,15 @@ +meta { + name: Sequence + type: http + seq: 1 +} + +get { + url: {{host}}/hdpos/api/stores/4/sequence?dbHost=10.100.0.18 + body: none + auth: none +} + +query { + dbHost: 10.100.0.18 +} diff --git a/bruno/stores/Signature.bru b/bruno/stores/Signature.bru new file mode 100644 index 0000000..53b613c --- /dev/null +++ b/bruno/stores/Signature.bru @@ -0,0 +1,15 @@ +meta { + name: Signature + type: http + seq: 7 +} + +get { + url: {{host}}/hdpos/api/stores/4/signature?dbHost=10.100.0.18 + body: none + auth: none +} + +query { + dbHost: 10.100.0.18 +} diff --git a/bruno/stores/StoreById.bru b/bruno/stores/StoreById.bru new file mode 100644 index 0000000..2c04e88 --- /dev/null +++ b/bruno/stores/StoreById.bru @@ -0,0 +1,11 @@ +meta { + name: StoreById + type: http + seq: 3 +} + +get { + url: {{host}}/hdpos/api/stores/4 + body: none + auth: none +} diff --git a/bruno/stores/StoreDetails.bru b/bruno/stores/StoreDetails.bru new file mode 100644 index 0000000..da319b5 --- /dev/null +++ b/bruno/stores/StoreDetails.bru @@ -0,0 +1,15 @@ +meta { + name: StoreDetails + type: http + seq: 4 +} + +get { + url: {{host}}/hdpos/api/stores/4/details?dbHost=10.100.0.18 + body: none + auth: none +} + +query { + dbHost: 10.100.0.18 +} diff --git a/bruno/stores/Version.bru b/bruno/stores/Version.bru new file mode 100644 index 0000000..56d2225 --- /dev/null +++ b/bruno/stores/Version.bru @@ -0,0 +1,15 @@ +meta { + name: Version + type: http + seq: 6 +} + +get { + url: {{host}}/hdpos/api/stores/4/version?dbHost=10.100.0.18 + body: none + auth: none +} + +query { + dbHost: 10.100.0.18 +} diff --git a/bruno/stores/reload.bru b/bruno/stores/reload.bru new file mode 100644 index 0000000..1f56404 --- /dev/null +++ b/bruno/stores/reload.bru @@ -0,0 +1,11 @@ +meta { + name: reload + type: http + seq: 8 +} + +get { + url: {{host}}/hdpos/api/stores/reload + body: none + auth: none +} diff --git a/bruno/xadmin/Log.bru b/bruno/xadmin/Log.bru new file mode 100644 index 0000000..a899e9d --- /dev/null +++ b/bruno/xadmin/Log.bru @@ -0,0 +1,16 @@ +meta { + name: Log + type: http + seq: 1 +} + +get { + url: {{host}}/hdpos/api/xadmin/log?beginDate=20240101&endDate=20240101 + body: none + auth: none +} + +query { + beginDate: 20240101 + endDate: 20240101 +}