diff --git a/backend/app/app/core/capif_files/service_as_session_with_qos.json b/backend/app/app/core/capif_files/service_as_session_with_qos.json index 9017f453..fac360f1 100644 --- a/backend/app/app/core/capif_files/service_as_session_with_qos.json +++ b/backend/app/app/core/capif_files/service_as_session_with_qos.json @@ -10,16 +10,16 @@ "resources": [ { "resourceName": "QOS_SUBSCRIPTIONS", - "commType": " SUBSCRIBE_NOTIFY", - "uri": "/{scsAsId}/subscriptions", + "commType": "SUBSCRIBE_NOTIFY", + "uri": "/scsAsId001/subscriptions", "custOpName": "http_post", "operations": ["GET","POST"], "description": "Endpoint to manage monitoring subscriptions" }, { "resourceName": "QOS_SUBSCRIPTION_SINGLE", - "commType": " SUBSCRIBE_NOTIFY", - "uri": "/{scsAsId}/subscriptions/{subscriptionId}", + "commType": "SUBSCRIBE_NOTIFY", + "uri": "/scsAsId001/subscriptions/subscriptionId001", "custOpName": "http_get", "operations": ["GET","PUT","DELETE"], "description": "Endpoint to manage single subscription" @@ -39,12 +39,12 @@ ], "protocol": "HTTP_1_1", "dataFormat": "JSON", - "securityMethods": ["Oauth", "PSK"], + "securityMethods": ["OAUTH", "PSK"], "interfaceDescriptions": [ { "ipv4Addr": "127.0.0.1", "port": 8888, - "securityMethods": ["Oauth"] + "securityMethods": ["OAUTH"] } ] } diff --git a/backend/app/app/core/capif_files/service_monitoring_event.json b/backend/app/app/core/capif_files/service_monitoring_event.json index 4b79ac37..2524925d 100644 --- a/backend/app/app/core/capif_files/service_monitoring_event.json +++ b/backend/app/app/core/capif_files/service_monitoring_event.json @@ -10,16 +10,16 @@ "resources": [ { "resourceName": "MONITORING_SUBSCRIPTIONS", - "commType": " SUBSCRIBE_NOTIFY", - "uri": "/{scsAsId}/subscriptions", + "commType": "SUBSCRIBE_NOTIFY", + "uri": "/scsAsId001/subscriptions", "custOpName": "http_post", "operations": ["GET","POST"], "description": "Endpoint to manage monitoring subscriptions" }, { "resourceName": "MONITORING_SUBSCRIPTION_SINGLE", - "commType": " SUBSCRIBE_NOTIFY", - "uri": "/{scsAsId}/subscriptions/{subscriptionId}", + "commType": "SUBSCRIBE_NOTIFY", + "uri": "/scsAsId001/subscriptions/subscriptionId001", "custOpName": "http_get", "operations": ["GET","PUT","DELETE"], "description": "Endpoint to manage single subscription" @@ -39,12 +39,12 @@ ], "protocol": "HTTP_1_1", "dataFormat": "JSON", - "securityMethods": ["Oauth", "PSK"], + "securityMethods": ["OAUTH", "PSK"], "interfaceDescriptions": [ { "ipv4Addr": "127.0.0.1", "port": 8888, - "securityMethods": ["Oauth"] + "securityMethods": ["OAUTH"] } ] }