getlsnlogprofileResult Structure Definition

The getlsnlogprofileResult structure defines the return type for getlsnlogprofile API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

lsnlogprofileList

List of lsnlogprofiles


lsnlogprofile Structure Definition

The lsnlogprofile structure defines the actual return type values for getlsnlogprofile API.

Syntax



Members

logprofilename

The name of the logging Profile.

logsubscrinfo

Subscriber ID information is logged if option is enabled.

logcompact

Logs in Compact Logging format if option is enabled.

logipfix

Logs in IPFIX format if option is enabled.

analyticsprofile

Name of the Analytics Profile attached to this lsn profile.

logsessdeletion

LSN Session deletion will not be logged if disabled.

_nextgenapiresource


See Also