<checksum-information>

Usage

<rpc-reply> <checksum-information> <file-checksum><computation-method>MD5</computation-method><input-file><!-- name and path of file--></input-file></file-checksum> </checksum-information></rpc-reply>

Description

Enclose tag elements that include the file to check, the checksum algorithm used, and the checksum output.

<file-checksum>—Wrapper that holds the resulting <input-file>, <computation-method>, and <checksum> attributes for a particular checksum computation.

<input-file>—Name and path of the file that the checksum algorithm was run against.

<computation-method>—Checksum algorithm used. Currently, all checksum computations use the MD5 algorithm; thus, the only possible value is MD5.

<checksum>—Resulting value from the checksum computation.

Usage Guidelines

See the Junos XML API Operational Reference.

Related Topics