aboutsummaryrefslogtreecommitdiffstats
path: root/postman-collections/CPS Environment.postman_environment.json
diff options
context:
space:
mode:
authordanielhanrahan <daniel.hanrahan@est.tech>2024-07-30 17:00:21 +0100
committerdanielhanrahan <daniel.hanrahan@est.tech>2024-07-30 18:25:59 +0100
commiteb5b0769be72d241a633963091a3b0e8962b8894 (patch)
tree1c986d86333b8c81667481b8979d431f9c62ca5c /postman-collections/CPS Environment.postman_environment.json
parent665c97efd453312e43c5ec0ea38dba2b483340af (diff)
Fix DMI host/port and clean up Postman collection
Currently, Postman collection does not work out-of-the-box, due to DMI host being incorrect. DMI Plugin URL supplied to NCMP inventory must be accessible from inside the docker network. Using localhost does not work, as it will point to NCMP itself. Issue-ID: CPS-2336 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: I2870ef4dd966a26e5931c95ce74a2125dc857f16
Diffstat (limited to 'postman-collections/CPS Environment.postman_environment.json')
-rw-r--r--postman-collections/CPS Environment.postman_environment.json24
1 files changed, 6 insertions, 18 deletions
diff --git a/postman-collections/CPS Environment.postman_environment.json b/postman-collections/CPS Environment.postman_environment.json
index 84dcb642d7..7ee9c6779e 100644
--- a/postman-collections/CPS Environment.postman_environment.json
+++ b/postman-collections/CPS Environment.postman_environment.json
@@ -1,5 +1,5 @@
{
- "id": "e8e90dd2-20be-49be-813f-07db44c6a4c2",
+ "id": "fd705c16-c17e-434d-ad2e-ba040a7ed062",
"name": "CPS Environment",
"values": [
{
@@ -16,30 +16,18 @@
},
{
"key": "DMI_HOST",
- "value": "localhost",
+ "value": "ncmp-dmi-plugin-demo-and-csit-stub",
"type": "default",
"enabled": true
},
{
"key": "DMI_PORT",
- "value": "8784",
- "type": "default",
- "enabled": true
- },
- {
- "key": "SDNC_HOST",
- "value": "localhost",
- "type": "default",
- "enabled": true
- },
- {
- "key": "SDNC_PORT",
- "value": "8282",
+ "value": "8092",
"type": "default",
"enabled": true
}
],
"_postman_variable_scope": "environment",
- "_postman_exported_at": "2024-02-23T13:00:33.537Z",
- "_postman_exported_using": "Postman/10.23.4"
-} \ No newline at end of file
+ "_postman_exported_at": "2024-07-30T15:54:00.831Z",
+ "_postman_exported_using": "Postman/11.5.1"
+}