X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=sample-rapp-generator%2Frapp-all%2FFiles%2FSme%2Fserviceapis%2Fapi-set-1.json;h=cdcf1110ccf963eb54fd46386b58eff4ae2aad08;hb=HEAD;hp=21afb1c9d3d28b37e8c6f7afa5b78a6400cc5236;hpb=f801ec5b09a2b50e518771316d955d7c965e7d8a;p=nonrtric%2Fplt%2Frappmanager.git diff --git a/sample-rapp-generator/rapp-all/Files/Sme/serviceapis/api-set-1.json b/sample-rapp-generator/rapp-all/Files/Sme/serviceapis/api-set-1.json index 21afb1c..cdcf111 100755 --- a/sample-rapp-generator/rapp-all/Files/Sme/serviceapis/api-set-1.json +++ b/sample-rapp-generator/rapp-all/Files/Sme/serviceapis/api-set-1.json @@ -3,16 +3,16 @@ "description": "Example A API of rApp", "aefProfiles": [ { - "aefId": "rApp as AEF", - "description": "Example A rApp as AEF", + "aefId": "Hello World as AEF", + "description": "Simple Hello World API", "versions": [ { - "apiVersion": "v1", + "apiVersion": "", "resources": [ { - "resourceName": "exampleA", + "resourceName": "helloworld", "commType": "REQUEST_RESPONSE", - "uri": "/exampleA/subscription/subscription_id_1", + "uri": "/helloworld/v1", "operations": [ "GET" ] @@ -21,23 +21,10 @@ } ], "protocol": "HTTP_1_1", - "securityMethods": [ - "PSK" - ], "interfaceDescriptions": [ { - "ipv4Addr": "string", - "port": 65535, - "securityMethods": [ - "PKI" - ] - }, - { - "ipv4Addr": "string", - "port": 65535, - "securityMethods": [ - "PKI" - ] + "ipv4Addr": "hello-world-chart-service.nonrtric.svc.cluster.local", + "port": 8080 } ] }