adminLibraryInfo—Library Information Supported in On-premises modeSupported in Lease mode

NOTE   The SNTL_QUERY_LMADMIN_LIBRARY_INFO_LATEST macro is used to extract the latest version for the adminLibraryInfo query type. At compile time, it takes the latest query version from the header file that is used.

Query

<?xml version="1.0" encoding="UTF-8"?>
<lmadminQuery query="libraryInfo" version="1.0"/>

Scope

<!-- empty scope as library information is from current library-->
<?xml version="1.0" encoding="UTF-8"?>
<lmadminScope>
</lmadminScope>

Output

<?xml version="1.0" encoding="UTF-8"?>
<lmadminInfo>
	<library>
		<majorVersion>9</majorVersion>
		<minorVersion>6</minorVersion>
		<pointId>0</pointId>
		<buildId>001</buildId>
	</library>
</lmadminInfo>
Element Description
majorVersion The major version number. For example, in 9.6.0.001, the major version is 9.
minorVersion The minor version number. For example, in 9.6.0.001, the minor version is 6.
pointId The point identifier. For example, in 9.6.0.001, the point identifier is 0.
buildId The build identifier. For example, in 9.6.0.001, the build identifier is 001.