Loading public/develop/sitemap.xml +19 −19 Original line number Diff line number Diff line Loading @@ -2,78 +2,78 @@ <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>https://ocf.etsi.org/develop/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> <url> <loc>https://ocf.etsi.org/develop/FAQ/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> <url> <loc>https://ocf.etsi.org/develop/architecture/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> <url> <loc>https://ocf.etsi.org/develop/releasenotes/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> <url> <loc>https://ocf.etsi.org/develop/gettingstarted/howtorun/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> <url> <loc>https://ocf.etsi.org/develop/gettingstarted/repository/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> <url> <loc>https://ocf.etsi.org/develop/testing/postman/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> <url> <loc>https://ocf.etsi.org/develop/testing/robotframework/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> <url> <loc>https://ocf.etsi.org/develop/testing/testplan/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> <url> <loc>https://ocf.etsi.org/develop/testing/testplan/api_access_control_policy/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> <url> <loc>https://ocf.etsi.org/develop/testing/testplan/api_auditing_service/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> <url> <loc>https://ocf.etsi.org/develop/testing/testplan/api_discover_service/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> <url> <loc>https://ocf.etsi.org/develop/testing/testplan/api_events_service/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> <url> <loc>https://ocf.etsi.org/develop/testing/testplan/api_invoker_management/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> <url> <loc>https://ocf.etsi.org/develop/testing/testplan/api_logging_service/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> <url> <loc>https://ocf.etsi.org/develop/testing/testplan/api_provider_management/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> <url> <loc>https://ocf.etsi.org/develop/testing/testplan/api_publish_service/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> <url> <loc>https://ocf.etsi.org/develop/testing/testplan/api_security_service/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> <url> <loc>https://ocf.etsi.org/develop/testing/testplan/common_operations/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> </urlset> No newline at end of file public/develop/sitemap.xml.gz +1 B (381 B) File changed.No diff preview for this file type. View original file View changed file public/develop/testing/postman/CAPIF.postman_collection.json +23 −14 Original line number Diff line number Diff line Loading @@ -128,7 +128,7 @@ "", "setTimeout(() => {", " pm.sendRequest({", " url: 'http://localhost:3000/write_ca',", " url: 'http://'+ pm.environment.get(\"NODE_HOSTNAME\") + ':'+ pm.environment.get(\"NODE_PORT\")+'/write_ca',", " method: 'POST',", " header: 'Content-Type:application/json',", " encoding: 'binary',", Loading Loading @@ -226,7 +226,7 @@ "", " setTimeout(() => {", " pm.sendRequest({", " url: 'http://localhost:3000/generate_csr',", " url: 'http://'+ pm.environment.get(\"NODE_HOSTNAME\") + ':'+ pm.environment.get(\"NODE_PORT\")+'/generate_csr',", " method: 'POST',", " header: 'Content-Type:application/json',", " encoding: 'binary',", Loading @@ -251,7 +251,8 @@ } ], "protocolProfileBehavior": { "strictSSL": false "strictSSL": false, "protocolVersion": "auto" }, "request": { "auth": { Loading Loading @@ -283,12 +284,11 @@ } }, "url": { "raw": "https://{{CAPIF_HOSTNAME}}:{{CAPIF_PORT}}/{{ONBOARDING_URL}}", "raw": "https://{{CAPIF_HOSTNAME}}/{{ONBOARDING_URL}}", "protocol": "https", "host": [ "{{CAPIF_HOSTNAME}}" ], "port": "{{CAPIF_PORT}}", "path": [ "{{ONBOARDING_URL}}" ] Loading @@ -305,7 +305,7 @@ "exec": [ "setTimeout(() => {", " pm.sendRequest({", " url: 'http://localhost:3000/write_cert',", " url: 'http://'+ pm.environment.get(\"NODE_HOSTNAME\") + ':'+ pm.environment.get(\"NODE_PORT\")+'/write_cert',", " method: 'POST',", " header: 'Content-Type:application/json',", " encoding: 'binary',", Loading @@ -329,6 +329,14 @@ "listen": "test", "script": { "exec": [ "var res = JSON.parse(responseBody);", "if (pm.response.code == 201){", " ", " pm.environment.set('API_ID', res.apiId);", "", "}", "", "", "" ], "type": "text/javascript", Loading @@ -337,7 +345,8 @@ } ], "protocolProfileBehavior": { "strictSSL": true "strictSSL": true, "protocolVersion": "auto" }, "request": { "auth": { Loading @@ -354,7 +363,7 @@ ], "body": { "mode": "raw", "raw": "\n{\n \"apiName\": \"hello_api_demo_v2\",\n \"aefProfiles\": [\n {\n \"aefId\": \"{{AEF_ID}}\",\n \"versions\": [\n {\n \"apiVersion\": \"v1\",\n \"expiry\": \"2021-11-30T10:32:02.004Z\",\n \"resources\": [\n {\n \"resourceName\": \"hello-endpoint\",\n \"commType\": \"REQUEST_RESPONSE\",\n \"uri\": \"/hello\",\n \"custOpName\": \"string\",\n \"operations\": [\n \"POST\"\n ],\n \"description\": \"Endpoint to receive a welcome message\"\n }\n ],\n \"custOperations\": [\n {\n \"commType\": \"REQUEST_RESPONSE\",\n \"custOpName\": \"string\",\n \"operations\": [\n \"POST\"\n ],\n \"description\": \"string\"\n }\n ]\n }\n ],\n \"protocol\": \"HTTP_1_1\",\n \"dataFormat\": \"JSON\",\n \"securityMethods\": [\"OAUTH\"],\n \"interfaceDescriptions\": [\n {\n \"ipv4Addr\": \"localhost\",\n \"port\": 8088,\n \"securityMethods\": [\"OAUTH\"]\n }\n ]\n }\n ],\n \"description\": \"Hello api services\",\n \"supportedFeatures\": \"fffff\",\n \"shareableInfo\": {\n \"isShareable\": true,\n \"capifProvDoms\": [\n \"string\"\n ]\n },\n \"serviceAPICategory\": \"string\",\n \"apiSuppFeats\": \"fffff\",\n \"pubApiPath\": {\n \"ccfIds\": [\n \"string\"\n ]\n },\n \"ccfId\": \"string\"\n }", "raw": "\n{\n \"apiName\": \"hello_api_demo_v6\",\n \"aefProfiles\": [\n {\n \"aefId\": \"{{AEF_ID}}\",\n \"versions\": [\n {\n \"apiVersion\": \"v1\",\n \"expiry\": \"2021-11-30T10:32:02.004Z\",\n \"resources\": [\n {\n \"resourceName\": \"hello-endpoint\",\n \"commType\": \"REQUEST_RESPONSE\",\n \"uri\": \"/hello\",\n \"custOpName\": \"string\",\n \"operations\": [\n \"POST\"\n ],\n \"description\": \"Endpoint to receive a welcome message\"\n }\n ],\n \"custOperations\": [\n {\n \"commType\": \"REQUEST_RESPONSE\",\n \"custOpName\": \"string\",\n \"operations\": [\n \"POST\"\n ],\n \"description\": \"string\"\n }\n ]\n }\n ],\n \"protocol\": \"HTTP_1_1\",\n \"dataFormat\": \"JSON\",\n \"securityMethods\": [\"OAUTH\"],\n \"interfaceDescriptions\": [\n {\n \"ipv4Addr\": \"localhost\",\n \"port\": 8088,\n \"securityMethods\": [\"OAUTH\"]\n }\n ]\n }\n ],\n \"description\": \"Hello api services\",\n \"supportedFeatures\": \"fffff\",\n \"shareableInfo\": {\n \"isShareable\": true,\n \"capifProvDoms\": [\n \"string\"\n ]\n },\n \"serviceAPICategory\": \"string\",\n \"apiSuppFeats\": \"fffff\",\n \"pubApiPath\": {\n \"ccfIds\": [\n \"string\"\n ]\n },\n \"ccfId\": \"string\",\n \"apiStatus\": {\n \"aefIds\": []\n }\n }", "options": { "raw": { "language": "json" Loading Loading @@ -409,7 +418,7 @@ "", "setTimeout(() => {", " pm.sendRequest({", " url: 'http://localhost:3000/generate_csr_invoker',", " url: 'http://'+ pm.environment.get(\"NODE_HOSTNAME\") + ':'+ pm.environment.get(\"NODE_PORT\")+'/generate_csr_invoker',", " method: 'POST',", " header: 'Content-Type:application/json',", " encoding: 'binary',", Loading Loading @@ -487,7 +496,7 @@ "exec": [ "setTimeout(() => {", " pm.sendRequest({", " url: 'http://localhost:3000/write_cert',", " url: 'http://'+ pm.environment.get(\"NODE_HOSTNAME\") + ':'+ pm.environment.get(\"NODE_PORT\")+'/write_cert',", " method: 'POST',", " header: 'Content-Type:application/json',", " encoding: 'binary',", Loading Loading @@ -578,7 +587,7 @@ "exec": [ "setTimeout(() => {", " pm.sendRequest({", " url: 'http://localhost:3000/write_cert',", " url: 'http://'+ pm.environment.get(\"NODE_HOSTNAME\") + ':'+ pm.environment.get(\"NODE_PORT\")+'/write_cert',", " method: 'POST',", " header: 'Content-Type:application/json',", " encoding: 'binary',", Loading Loading @@ -660,7 +669,7 @@ "exec": [ "setTimeout(() => {", " pm.sendRequest({", " url: 'http://localhost:3000/write_cert',", " url: 'http://'+ pm.environment.get(\"NODE_HOSTNAME\") + ':'+ pm.environment.get(\"NODE_PORT\")+'/write_cert',", " method: 'POST',", " header: 'Content-Type:application/json',", " encoding: 'binary',", Loading Loading @@ -830,7 +839,7 @@ "exec": [ "setTimeout(() => {", " pm.sendRequest({", " url: 'http://localhost:3000/write_cert',", " url: 'http://'+ pm.environment.get(\"NODE_HOSTNAME\") + ':'+ pm.environment.get(\"NODE_PORT\")+'/write_cert',", " method: 'POST',", " header: 'Content-Type:application/json',", " encoding: 'binary',", Loading Loading @@ -881,7 +890,7 @@ "exec": [ "setTimeout(() => {", " pm.sendRequest({", " url: 'http://localhost:3000/write_cert',", " url: 'http://'+ pm.environment.get(\"NODE_HOSTNAME\") + ':'+ pm.environment.get(\"NODE_PORT\")+'/write_cert',", " method: 'POST',", " header: 'Content-Type:application/json',", " encoding: 'binary',", Loading public/develop/testing/postman/CAPIF.postman_environment.json +16 −4 Original line number Diff line number Diff line { "id": "7111197e-e9c8-4988-a519-3284ab9021a9", "name": "CAPIF", "id": "adb492cf-1d02-4a7c-a4a2-00cb54c202f1", "name": "CAPIF Copy", "values": [ { "key": "CAPIF_HOSTNAME", Loading @@ -26,6 +26,18 @@ "type": "default", "enabled": true }, { "key": "NODE_HOSTNAME", "value": "localhost", "type": "default", "enabled": true }, { "key": "NODE_PORT", "value": "3010", "type": "default", "enabled": true }, { "key": "USERNAME", "value": "ProviderONE", Loading Loading @@ -262,6 +274,6 @@ } ], "_postman_variable_scope": "environment", "_postman_exported_at": "2024-07-30T07:59:01.623Z", "_postman_exported_using": "Postman/11.3.2" "_postman_exported_at": "2024-10-07T09:27:29.742Z", "_postman_exported_using": "Postman/11.12.0" } No newline at end of file public/develop/testing/postman/Postman-Test.zip +511 B (11.9 KiB) File changed.No diff preview for this file type. View original file View changed file Loading
public/develop/sitemap.xml +19 −19 Original line number Diff line number Diff line Loading @@ -2,78 +2,78 @@ <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>https://ocf.etsi.org/develop/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> <url> <loc>https://ocf.etsi.org/develop/FAQ/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> <url> <loc>https://ocf.etsi.org/develop/architecture/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> <url> <loc>https://ocf.etsi.org/develop/releasenotes/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> <url> <loc>https://ocf.etsi.org/develop/gettingstarted/howtorun/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> <url> <loc>https://ocf.etsi.org/develop/gettingstarted/repository/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> <url> <loc>https://ocf.etsi.org/develop/testing/postman/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> <url> <loc>https://ocf.etsi.org/develop/testing/robotframework/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> <url> <loc>https://ocf.etsi.org/develop/testing/testplan/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> <url> <loc>https://ocf.etsi.org/develop/testing/testplan/api_access_control_policy/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> <url> <loc>https://ocf.etsi.org/develop/testing/testplan/api_auditing_service/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> <url> <loc>https://ocf.etsi.org/develop/testing/testplan/api_discover_service/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> <url> <loc>https://ocf.etsi.org/develop/testing/testplan/api_events_service/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> <url> <loc>https://ocf.etsi.org/develop/testing/testplan/api_invoker_management/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> <url> <loc>https://ocf.etsi.org/develop/testing/testplan/api_logging_service/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> <url> <loc>https://ocf.etsi.org/develop/testing/testplan/api_provider_management/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> <url> <loc>https://ocf.etsi.org/develop/testing/testplan/api_publish_service/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> <url> <loc>https://ocf.etsi.org/develop/testing/testplan/api_security_service/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> <url> <loc>https://ocf.etsi.org/develop/testing/testplan/common_operations/</loc> <lastmod>2024-10-02</lastmod> <lastmod>2024-10-07</lastmod> </url> </urlset> No newline at end of file
public/develop/sitemap.xml.gz +1 B (381 B) File changed.No diff preview for this file type. View original file View changed file
public/develop/testing/postman/CAPIF.postman_collection.json +23 −14 Original line number Diff line number Diff line Loading @@ -128,7 +128,7 @@ "", "setTimeout(() => {", " pm.sendRequest({", " url: 'http://localhost:3000/write_ca',", " url: 'http://'+ pm.environment.get(\"NODE_HOSTNAME\") + ':'+ pm.environment.get(\"NODE_PORT\")+'/write_ca',", " method: 'POST',", " header: 'Content-Type:application/json',", " encoding: 'binary',", Loading Loading @@ -226,7 +226,7 @@ "", " setTimeout(() => {", " pm.sendRequest({", " url: 'http://localhost:3000/generate_csr',", " url: 'http://'+ pm.environment.get(\"NODE_HOSTNAME\") + ':'+ pm.environment.get(\"NODE_PORT\")+'/generate_csr',", " method: 'POST',", " header: 'Content-Type:application/json',", " encoding: 'binary',", Loading @@ -251,7 +251,8 @@ } ], "protocolProfileBehavior": { "strictSSL": false "strictSSL": false, "protocolVersion": "auto" }, "request": { "auth": { Loading Loading @@ -283,12 +284,11 @@ } }, "url": { "raw": "https://{{CAPIF_HOSTNAME}}:{{CAPIF_PORT}}/{{ONBOARDING_URL}}", "raw": "https://{{CAPIF_HOSTNAME}}/{{ONBOARDING_URL}}", "protocol": "https", "host": [ "{{CAPIF_HOSTNAME}}" ], "port": "{{CAPIF_PORT}}", "path": [ "{{ONBOARDING_URL}}" ] Loading @@ -305,7 +305,7 @@ "exec": [ "setTimeout(() => {", " pm.sendRequest({", " url: 'http://localhost:3000/write_cert',", " url: 'http://'+ pm.environment.get(\"NODE_HOSTNAME\") + ':'+ pm.environment.get(\"NODE_PORT\")+'/write_cert',", " method: 'POST',", " header: 'Content-Type:application/json',", " encoding: 'binary',", Loading @@ -329,6 +329,14 @@ "listen": "test", "script": { "exec": [ "var res = JSON.parse(responseBody);", "if (pm.response.code == 201){", " ", " pm.environment.set('API_ID', res.apiId);", "", "}", "", "", "" ], "type": "text/javascript", Loading @@ -337,7 +345,8 @@ } ], "protocolProfileBehavior": { "strictSSL": true "strictSSL": true, "protocolVersion": "auto" }, "request": { "auth": { Loading @@ -354,7 +363,7 @@ ], "body": { "mode": "raw", "raw": "\n{\n \"apiName\": \"hello_api_demo_v2\",\n \"aefProfiles\": [\n {\n \"aefId\": \"{{AEF_ID}}\",\n \"versions\": [\n {\n \"apiVersion\": \"v1\",\n \"expiry\": \"2021-11-30T10:32:02.004Z\",\n \"resources\": [\n {\n \"resourceName\": \"hello-endpoint\",\n \"commType\": \"REQUEST_RESPONSE\",\n \"uri\": \"/hello\",\n \"custOpName\": \"string\",\n \"operations\": [\n \"POST\"\n ],\n \"description\": \"Endpoint to receive a welcome message\"\n }\n ],\n \"custOperations\": [\n {\n \"commType\": \"REQUEST_RESPONSE\",\n \"custOpName\": \"string\",\n \"operations\": [\n \"POST\"\n ],\n \"description\": \"string\"\n }\n ]\n }\n ],\n \"protocol\": \"HTTP_1_1\",\n \"dataFormat\": \"JSON\",\n \"securityMethods\": [\"OAUTH\"],\n \"interfaceDescriptions\": [\n {\n \"ipv4Addr\": \"localhost\",\n \"port\": 8088,\n \"securityMethods\": [\"OAUTH\"]\n }\n ]\n }\n ],\n \"description\": \"Hello api services\",\n \"supportedFeatures\": \"fffff\",\n \"shareableInfo\": {\n \"isShareable\": true,\n \"capifProvDoms\": [\n \"string\"\n ]\n },\n \"serviceAPICategory\": \"string\",\n \"apiSuppFeats\": \"fffff\",\n \"pubApiPath\": {\n \"ccfIds\": [\n \"string\"\n ]\n },\n \"ccfId\": \"string\"\n }", "raw": "\n{\n \"apiName\": \"hello_api_demo_v6\",\n \"aefProfiles\": [\n {\n \"aefId\": \"{{AEF_ID}}\",\n \"versions\": [\n {\n \"apiVersion\": \"v1\",\n \"expiry\": \"2021-11-30T10:32:02.004Z\",\n \"resources\": [\n {\n \"resourceName\": \"hello-endpoint\",\n \"commType\": \"REQUEST_RESPONSE\",\n \"uri\": \"/hello\",\n \"custOpName\": \"string\",\n \"operations\": [\n \"POST\"\n ],\n \"description\": \"Endpoint to receive a welcome message\"\n }\n ],\n \"custOperations\": [\n {\n \"commType\": \"REQUEST_RESPONSE\",\n \"custOpName\": \"string\",\n \"operations\": [\n \"POST\"\n ],\n \"description\": \"string\"\n }\n ]\n }\n ],\n \"protocol\": \"HTTP_1_1\",\n \"dataFormat\": \"JSON\",\n \"securityMethods\": [\"OAUTH\"],\n \"interfaceDescriptions\": [\n {\n \"ipv4Addr\": \"localhost\",\n \"port\": 8088,\n \"securityMethods\": [\"OAUTH\"]\n }\n ]\n }\n ],\n \"description\": \"Hello api services\",\n \"supportedFeatures\": \"fffff\",\n \"shareableInfo\": {\n \"isShareable\": true,\n \"capifProvDoms\": [\n \"string\"\n ]\n },\n \"serviceAPICategory\": \"string\",\n \"apiSuppFeats\": \"fffff\",\n \"pubApiPath\": {\n \"ccfIds\": [\n \"string\"\n ]\n },\n \"ccfId\": \"string\",\n \"apiStatus\": {\n \"aefIds\": []\n }\n }", "options": { "raw": { "language": "json" Loading Loading @@ -409,7 +418,7 @@ "", "setTimeout(() => {", " pm.sendRequest({", " url: 'http://localhost:3000/generate_csr_invoker',", " url: 'http://'+ pm.environment.get(\"NODE_HOSTNAME\") + ':'+ pm.environment.get(\"NODE_PORT\")+'/generate_csr_invoker',", " method: 'POST',", " header: 'Content-Type:application/json',", " encoding: 'binary',", Loading Loading @@ -487,7 +496,7 @@ "exec": [ "setTimeout(() => {", " pm.sendRequest({", " url: 'http://localhost:3000/write_cert',", " url: 'http://'+ pm.environment.get(\"NODE_HOSTNAME\") + ':'+ pm.environment.get(\"NODE_PORT\")+'/write_cert',", " method: 'POST',", " header: 'Content-Type:application/json',", " encoding: 'binary',", Loading Loading @@ -578,7 +587,7 @@ "exec": [ "setTimeout(() => {", " pm.sendRequest({", " url: 'http://localhost:3000/write_cert',", " url: 'http://'+ pm.environment.get(\"NODE_HOSTNAME\") + ':'+ pm.environment.get(\"NODE_PORT\")+'/write_cert',", " method: 'POST',", " header: 'Content-Type:application/json',", " encoding: 'binary',", Loading Loading @@ -660,7 +669,7 @@ "exec": [ "setTimeout(() => {", " pm.sendRequest({", " url: 'http://localhost:3000/write_cert',", " url: 'http://'+ pm.environment.get(\"NODE_HOSTNAME\") + ':'+ pm.environment.get(\"NODE_PORT\")+'/write_cert',", " method: 'POST',", " header: 'Content-Type:application/json',", " encoding: 'binary',", Loading Loading @@ -830,7 +839,7 @@ "exec": [ "setTimeout(() => {", " pm.sendRequest({", " url: 'http://localhost:3000/write_cert',", " url: 'http://'+ pm.environment.get(\"NODE_HOSTNAME\") + ':'+ pm.environment.get(\"NODE_PORT\")+'/write_cert',", " method: 'POST',", " header: 'Content-Type:application/json',", " encoding: 'binary',", Loading Loading @@ -881,7 +890,7 @@ "exec": [ "setTimeout(() => {", " pm.sendRequest({", " url: 'http://localhost:3000/write_cert',", " url: 'http://'+ pm.environment.get(\"NODE_HOSTNAME\") + ':'+ pm.environment.get(\"NODE_PORT\")+'/write_cert',", " method: 'POST',", " header: 'Content-Type:application/json',", " encoding: 'binary',", Loading
public/develop/testing/postman/CAPIF.postman_environment.json +16 −4 Original line number Diff line number Diff line { "id": "7111197e-e9c8-4988-a519-3284ab9021a9", "name": "CAPIF", "id": "adb492cf-1d02-4a7c-a4a2-00cb54c202f1", "name": "CAPIF Copy", "values": [ { "key": "CAPIF_HOSTNAME", Loading @@ -26,6 +26,18 @@ "type": "default", "enabled": true }, { "key": "NODE_HOSTNAME", "value": "localhost", "type": "default", "enabled": true }, { "key": "NODE_PORT", "value": "3010", "type": "default", "enabled": true }, { "key": "USERNAME", "value": "ProviderONE", Loading Loading @@ -262,6 +274,6 @@ } ], "_postman_variable_scope": "environment", "_postman_exported_at": "2024-07-30T07:59:01.623Z", "_postman_exported_using": "Postman/11.3.2" "_postman_exported_at": "2024-10-07T09:27:29.742Z", "_postman_exported_using": "Postman/11.12.0" } No newline at end of file
public/develop/testing/postman/Postman-Test.zip +511 B (11.9 KiB) File changed.No diff preview for this file type. View original file View changed file