ARX::FileChangeResponse

Introduced : ARX V5.02.000 A structure that contains the details of a file change response.
Member Type Description
count long Number of file changes returned from FileChangeResponse
more boolean This is set to true when there are more file changes left to retrieve for this session and false when there are no more changes left to retrieve for the session. When this is true, the user should call get_notifications to retrieve the next batch of file changes.
error_code long Reserved for future development. Errors will be handled through the SOAP fault mechanism.
change_idx String The change index is used as a placeholder while retrieving batches of file changes. This value is provided to get_notifications in order to get the next set of file changes.
src_root String Parent directory path of all file sources returned in this response.
dst_root String Parent directory path of all file destinations returned in this response. This field is empty if it is the same as FileChangeResponse
changes FileChangeDefinition A list of file change details.

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.