usageInfo—License Usage Information Supported in On-premises mode

NOTE   The macro for obtaining License Usage Information is SNTL_QUERY_USAGE_INFO_VERSION(v). Here, v represents the query version. Specify version 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 s

<?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 location of completed license usage files that are ready for upload. The hashed-id given in this path is unique to each vendor.
ackFilePath The location of the usage acknowledgment file which is received after uploading completed license usage files.