LTConfig::Field::get_configsyncd_state

Introduced : BIG-IP_v9.4.2
Gets the configsyncd state for one or more specified loosely-typed configuration fields for the specified classes. If the field is configsyncd, that means don&apost use the default.

Prototype

EnabledState [] [] get_configsyncd_state(
    in String [] class_names,
    in String [] [] field_names
);

Parameters

Parameter Type Description
class_names String [] The classes containing the fields of interest.
field_names String [] [] A list of (list of) fields for which to get configsyncd states, with one list for each class specified, each with one entry for each field requested.

Return Type

Type Description
EnabledState [] [] A list of (list of) configsyncd states, with one list for each class specified, each with one list entry for each field requested.

Exceptions

Exception Description
Common::AccessDenied Raised if the client credentials are not valid.
Common::InvalidArgument Raised if one of the arguments is invalid.
Common::OperationFailed Raised if an operation error occurs.

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.