For the /v1/provide-status-for-livenetview API , we have the following callbacks defined.
But these callbacks are not there in the configuration file ,
RequestForProvidingStatusForLivenetviewCausesDeterminingAirInterfaceUuidUnderTest
RequestForProvidingStatusForLivenetviewCausesReadingDedicatedStatusFromCache
Also , the Callback RequestForProvidingStatusForLivenetviewCausesReadingDedicatedStatusFromCache is not utilized in formulating the response. So this shall be removed if it is not required. Thanks.
It seems there are small typos in the spelling of the callback names in the OAS:
RequestForProvidingStatusForLivenetviewCausesDeterminingAirInterfaceUuidUnderTest can be found in ForwardingList and CONFIGfile under RequestForProvidingStatusForLivenetviewCausesDeterminingAirInterfaceUnderTest
RequestForProvidingStatusForLivenetviewCausesReadingDedicatedStatusFromCache can be found in ForwardingList and CONFIGfile under RequestForProvidingStatusForLivenetviewCausesReadingDedicatedStatusValuesFromLive
For the /v1/provide-status-for-livenetview API , we have the following callbacks defined. But these callbacks are not there in the configuration file , RequestForProvidingStatusForLivenetviewCausesDeterminingAirInterfaceUuidUnderTest RequestForProvidingStatusForLivenetviewCausesReadingDedicatedStatusFromCache
Also , the Callback RequestForProvidingStatusForLivenetviewCausesReadingDedicatedStatusFromCache is not utilized in formulating the response. So this shall be removed if it is not required. Thanks.