ARX::FileServer

Introduced : ARX V5.02.000
The FileServer Interface lets applications retrieve ARX file server information. CLI References: External Filer.

Methods

Method Description Introduced
get_configuration Returns the list of file server configurations for the specified file servers. CLI References: External Filer. ARX V6.02.000
get_connection_statistics Returns a list of file server connection statistics for the specified file servers. CLI References: show statistics filer connections. ARX V6.02.000
get_definition Returns the list of file server definitions for the specified file servers. ARX V5.02.000
get_list Returns the list of file server names. CLI References: show external-filer. ARX V5.02.000
get_processor_connection_statistics Returns a list of file server connection processor statistics for the specified processor identifiers. CLI References: show statistics filer connections. ARX V6.02.000
get_statistics Returns a list of file server statistics for the specified file servers. CLI References: show statistics filer. ARX V6.02.000
get_status Returns the list of file server statuses for the specified file servers. CLI References: show external-filer. ARX V6.02.000

Structures

Structure

Description

Configuration

This structure defines the configuration parameters of a file server. CLI References: external-filer (gbl).

ConnectionStatistics

This structure contains a list of file server connection statistics for this file server. CLI References: show statistics filer connections.

ProcessorConnectionStatistics

This structure contains a list of file server connection processor statistics for this processor. CLI References: show statistics filer connections.

Statistics

This structure contains the current statistics of this file server. CLI References: show statistics filer.

Status

This structure defines the status of a file server. CLI References: show external-filer.

TypeConfiguration

This structure defines the file server&aposs type specific configuration parameters. CLI References: filer-type (gbl-filer).


Enumerations

Enumeration Description

Exceptions

Exception Description

Constants

Constant Type Value Description

Aliases

Alias Type Description
ConfigurationSequence Configuration [] A sequence of Configuration
ConnectionStatisticsSequence ConnectionStatistics [] A sequence of ConnectionStatistics
ProcessorConnectionStatisticsSequence ProcessorConnectionStatistics [] A sequence of ProcessorConnectionStatistics
StatisticsSequence Statistics [] A sequence of Statistics
StatusSequence Status [] A sequence of Status
TypeConfigurationSequence TypeConfiguration [] A sequence of TypeConfiguration

See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.