Skip to content
Snippets Groups Projects
Commit a8f43ca7 authored by torrespel's avatar torrespel
Browse files

Fix Discover

parent d4338fa3
No related branches found
No related tags found
1 merge request!18Fix Discover request url
...@@ -362,7 +362,7 @@ ...@@ -362,7 +362,7 @@
], ],
"body": { "body": {
"mode": "raw", "mode": "raw",
"raw": "\n{\n \"apiName\": \"ss-lr\",\n \"aefProfiles\": [\n {\n \"aefId\": \"{{AEF_ID}}\",\n \"versions\": [\n {\n \"apiVersion\": \"v1\",\n \"expiry\": \"2025-11-30T10:32:02.004Z\",\n \"resources\": [\n {\n \"resourceName\": \"create-location-subscription\",\n \"commType\": \"SUBSCRIBE_NOTIFY\",\n \"uri\": \"/trigger-configurations\",\n \"operations\": [\n \"POST\"\n ],\n \"custOperations\":[\n {\n \"commType\": \"REQUEST_RESPONSE\",\n \"custOpName\": \"subscriptionId\",\n \"operations\": [\n \"GET\",\n \"DELETE\"\n ],\n \"description\": \"GET and DELETE request for trigger-configurations subscription.\"\n }\n ],\n \"description\": \"Endpoint to create a subscription to obtain the location of an UE.\"\n }\n ]\n }\n ],\n \"protocol\": \"HTTP_1_1\",\n \"dataFormat\": \"JSON\",\n \"securityMethods\": [\"Oauth\"],\n \"interfaceDescriptions\": [\n {\n \"ipv4Addr\": \"127.0.0.1\",\n \"port\": 8088,\n \"securityMethods\": [\"Oauth\"]\n }\n ]\n }\n ],\n \"description\": \"NAAS6G OpenSeal service\",\n \"supportedFeatures\": \"fff\",\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 \"apiProvName\": \"provname\",\n \"apiStatus\":{\n \"aefIds\":[\n \"{{AEF_ID}}\"\n ]\n }\n }", "raw": "\n{\n \"apiName\": \"hello_api_demo\",\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 \"{{AEF_ID}}\"\n ]\n }\n }",
"options": { "options": {
"raw": { "raw": {
"language": "json" "language": "json"
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment