Skip to content
Snippets Groups Projects

Event feature completed

Merged Jorge Echevarria Uribarri requested to merge develop into main
Files
54
+ 38
16
@@ -9,10 +9,10 @@
"invoker": {
"invoker_folder": "",
"capif_callback_url": "",
"supported_features":"",
"check_authentication_data":{
"ip":"",
"port":""
"supported_features": "",
"check_authentication_data": {
"ip": "",
"port": ""
},
"cert_generation": {
"csr_common_name": "",
@@ -37,21 +37,21 @@
"api-supported-features": "",
"ue-ip-addr": "",
"service-kpis": ""
},
"events": {
"description": [""],
"eventFilters": [
{
"apiIds": [""],
"apiInvokerIds": [""],
"aefIds": [""]
}
]
}
},
"provider": {
"provider_folder": "",
"supported_features": "",
"apfs": "",
"aefs": "",
"publish_req": {
"service_api_id": "",
"publisher_apf_id": "",
"publisher_aefs_ids": [
"",
""
]
},
"cert_generation": {
"csr_common_name": "",
"csr_organizational_unit": "",
@@ -61,8 +61,30 @@
"csr_country_name": "",
"csr_email_address": ""
},
"apfs": "",
"aefs": "",
"publish_req": {
"service_api_id": "",
"publisher_apf_id": "",
"publisher_aefs_ids": ["", ""]
},
"api_description_path": "",
"log":{
"events": {
"description": [""],
"eventFilters": [
{
"apiIds": [""],
"apiInvokerIds": [""],
"aefIds": [""]
}
],
"notificationDestination": "",
"websockNotifConfig": {
"websocketUri": "",
"requestWebsocketUri": false
}
},
"log": {
"apiName": "",
"apiVersion": "",
"resourceName": "",
@@ -71,5 +93,5 @@
"operation": "",
"result": ""
}
}
}
}
Loading