<checksum-information> (JUNOScript)<file-checksum> attribute<checksum-information> tag<input-file> attribute<checksum-information> tag<computation-method> attribute<checksum-information> tag<checksum> attribute<checksum-information> tag<rpc-reply>
<checksum-information>
<file-checksum>
<computation-method>MD5</computation-method>
<input-file>
<!- - name and path of file- ->
</input-file>
<checksum>checksum_value</checksum>
</file-checksum>
</checksum-information>
</rpc-reply>
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.
See the JUNOS XML API Operational Reference Guide.