diameter
DiameterSeCcrtReplay

Represents Diameter Session in CCR-T replay mode that is retrieved on-demand only and not persisted in NFM-P DB.



public class DiameterSeCcrtReplay

Properties
ccrtReplayAppPolicyName Specifies the Diameter Application Policy name

type=string
access=read-only
default=

ccrtReplayExpiryTime Indicates the time left before stopping to send CCR-T messages for the Diameter session.

type=long
access=read-only
default=0

ccrtReplayId Indicates the CCR-T Replay ID of the Diameter Session.

type=long
default=0

ccrtReplaySessionId Indicates the ID of the Diameter Session.

type=string
access=read-only
default=

siteId Specifies the Network Element of the Diameter Session.

type=string
access=read-only
maximum=64

  
Properties inherited from ManagedObject
actionMask, children-Set, deploymentState, isFaultSquelched, name, objectFullName, selfAlarmed
 
Methods

retrieveCcrtReplay

Method used to retrieve information about a Diameter Session that is in CCR-T replay mode from NE.
Input Parameters:
aInSiteId : string - Specifies the Network Element of the Diameter Session. This is a required input parameter.
aInCcrtReplayId : long - (Optional) Specifies the CCR-T Replay ID of the Diameter Session. This is an optional input parameter.
aInAppPolicyName : string - (Optional) Specifies the Diameter Application Policy name. This is an optional input parameter.
timeout : long - (Optional) The number of milliseconds to wait before receiving the results. The method returns if no results are received in the given time. This is an optional input parameter. The default value is 5 minutes (300000).
resultFilter : ResultFilter - (Optional) Filter for narrowing down the information returned per object
continueOnFailure : continueOnFailure - (Optional) Continue processing requests in this stream if an exception occurs, unless the request is invalid. Default: false
Output Parameters:
result : List (generic.CommonManagedEntityInformation) -
Exceptions:
diameter.DiameterSeCcrtReplay.retrieveCcrtReplayException
Supported Network Elements
7750 SR Supported from 16.0.R4
7705 SAR Gen 2
7450 ESS Supported from 16.0.R4