getappflowcollectorResult Structure Definition

The getappflowcollectorResult structure defines the return type for getappflowcollector 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.

appflowcollectorList

List of appflowcollectors


appflowcollector Structure Definition

The appflowcollector structure defines the actual return type values for getappflowcollector API.

Syntax



Members

name

Name of the collector about which to display information.

ipaddress

IPv4 address of the collector.

port

Port on which the collector listens.

netprofile

Netprofile to associate with the collector. The IP address defined in the profile is used as the source IP address for AppFlow traffic for this collector. If you do not set this parameter, the Citrix ADC IP (NSIP) address is used as the source IP address.

transport

Type of collector: either logstream or ipfix or rest.

state

Appflow collector state.

_nextgenapiresource


See Also