usageInfo—Usage and Acknowledgment File Path Supported in On-premises mode

NOTE   SNTL_QUERY_USAGE_INFO_VERSION(v) macro is used to obtain the completed usage and acknowledgment file path . Here, v represents the query version, which is specified under the double quotes, such as "1.0".

Query

<?xml version="1.0" encoding="UTF-8"?>
<sentinelQuery query="usageInfo" version="1.0"/>

Scope

<!-- empty scope -->
<?xml version="1.0" encoding="UTF-8"?>
<sentinelScope>
</sentinelScope>

Output

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<sentinelInfo>
	<usage>
		<completedUsageFilePath>{usage-base-path}/{hashed-id}</completedUsageFilePath>
		<ackFilePath>{ack-base-path}</ackFilePath>
	</usage>
</sentinelInfo>
Element Description
completedUsageFilePath The source machine path where completed usage data is ready for upload. The hashed-id given in this path is unique for each vendor.
ackFilePath The source machine path where the acknowledgment data needs to be copied back after obtaining it from the proxy machine.