string key mandatory noNotification restricted |
-
entryId
-
This attribute represents an entry in the RRT.
The RRT is realm based, and for a certain realm and a given stackId, there may be at most two RRTs, depending on the need of an application to process incoming traffic and generate outgoing messages. The entryId consists of the parts which are realm, stackId and isincomingRequest. The isIncomingRequest field is set to TRUE for routing incoming requests, and to FALSE for outgoing requests. If an entry is configured with "default" string for realm field then this entry is treated as Default RRT entry and used for the routing of messages with unknown realm. Default RRT entry can be created both for incoming and outgoing requests. Under DIA-CFG-AuthReqContainer or DIA-CFG-AccReqContainer, there is one AppRouting entry for each Application Id and Vendor Id combination supported for one stack instance. Length of realm is limited by 800 characters. This attribute is represented at the following format: [realm:stackId:isIncomingRequest], where realm (Type: string) stackId (Type: string) isIncomingRequest (Type: boolean)
|