My Oracle Support Banner

How To Return Multiple Parameters To Upstream Parameters (Doc ID 1684152.1)

Last updated on JANUARY 24, 2024

Applies to:

Oracle Communications ASAP - Version 7.2.0 and later
Information in this document applies to any platform.

Goal

How to return multiple parameters to upstream parameters ?

Customer has a requirement where ASAP would receive an order in which a CSDL would have a compound parameter.

For example Compound parameter is CableModem. Upstream parameter can send multiple cable modem to create the network in the form of:

CableModem[1].recordName
CableModem[1].recordDescription
CableModem[2].recordName
CableModem[2].recordDescription
CableModem[3].recordName
CableModem[3].recordDescription

ASAP would read these parameters and sends request to Network to add three cable modem devices on the network. In return, the  NE would return three device-Ids that have been added, i.e. one ID against each record. For eg:

CableModem[1].recordName
CableModem[1].recordDescription
CableModem[1].Id
CableModem[2].recordName
CableModem[2].recordDescription
CableModem[2].Id
CableModem[3].recordName
CableModem[3].recordDescription
CableModem[3].Id

Now, the customer needs to return the parameter 'Id' back to the upstream system using an Event Template.

Is there any way to add a response parameter as an compound parameter as an addInfoParameter?
 

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.