X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=csar-generator%2Fresources%2FFiles%2FSme%2Fserviceapis%2Fapi-set-2.json;fp=csar-generator%2Fresources%2FFiles%2FSme%2Fserviceapis%2Fapi-set-2.json;h=8b377fe93519e880d90ec374b914216d954d6279;hb=c42cc923fd2cfe85b9a8e355a63cb9af4818c210;hp=0000000000000000000000000000000000000000;hpb=54dca75507277ff5bf3009d482e6bf0c8a053743;p=nonrtric%2Fplt%2Frappmanager.git diff --git a/csar-generator/resources/Files/Sme/serviceapis/api-set-2.json b/csar-generator/resources/Files/Sme/serviceapis/api-set-2.json new file mode 100755 index 0000000..8b377fe --- /dev/null +++ b/csar-generator/resources/Files/Sme/serviceapis/api-set-2.json @@ -0,0 +1,45 @@ +{ + "apiName": "Rapp API Set B", + "description": "Example B API of rApp", + "aefProfiles": [ + { + "aefId": "rApp as AEF", + "description": "Example B rApp as AEF", + "versions": [ + { + "apiVersion": "v1", + "resources": [ + { + "resourceName": "exampleA", + "commType": "REQUEST_RESPONSE", + "uri": "/exampleA/subscription/subscription_id_1", + "operations": [ + "GET" + ] + } + ] + } + ], + "protocol": "HTTP_1_1", + "securityMethods": [ + "PSK" + ], + "interfaceDescriptions": [ + { + "ipv4Addr": "string", + "port": 65535, + "securityMethods": [ + "PKI" + ] + }, + { + "ipv4Addr": "string", + "port": 65535, + "securityMethods": [ + "PKI" + ] + } + ] + } + ] +} \ No newline at end of file