syncLicenseJobInfo—Sync License Job Information 
                                                         NOTE   
                                                            
- This query type is applicable to Standalone Lease mode only. 
- The macro for obtaining Lease License Synchronization Information is SNTL_QUERY_SYNC_LICENSE_JOB_INFO_VERSION(v).  Here, v represents the query version. Specify version under the double quotes, such as "1.0". This macro is introduced in v9.2.0.
Query
<?xml version="1.0" encoding="UTF-8"?>
<sentinelQuery query="syncLicenseJobInfo" 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>
	<syncLeaseLicenseJob>
		<startTime>1502960877</startTime>
		<endTime>1502960879</endTime>
		<statusCode>0</statusCode>
		<statusDescription>License Add/Remove Operation Completed</statusDescription>
		<featureStatus>
			<addLicense>
				<license>
					<featureName>lease_lic</featureName>
					<featureVersion>1</featureVersion>
					<eid>89f63e22-98fc-462b-ab88-2bacdd2c36dd</eid>
					<statusCode>0</statusCode>
					<statusDescription>Success</statusDescription>
				</license>
			</addLicense>
		</featureStatus>
	</syncLeaseLicenseJob>
</sentinelInfo>
                                                        In the subsequent calls, when lease is already active the following information is shown:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<sentinelInfo>
	<syncLeaseLicenseJob>
		<startTime>1502960877</startTime>
		<endTime>1502960879</endTime>
		<statusCode>0</statusCode>
		<statusDescription>Lease license is already active</statusDescription>
		<featureStatus>
			<addLicense>
				<license>
					<featureName>lease_lic</featureName>
					<featureVersion>1</featureVersion>
					<eid>89f63e22-98fc-462b-ab88-2bacdd2c36dd</eid>
					<statusCode>0</statusCode>
					<statusDescription>Success</statusDescription>
				</license>
			</addLicense>
		</featureStatus>
	</syncLeaseLicenseJob>
</sentinelInfo>
                                                        
| Element | Description | 
|---|---|
| Lease License Synchronization Information | |
| startTime | License lease job synchronization start time (lease resume time in case of resume lease). | 
| endTime | License lease job synchronization end time. | 
| statusCode | Click to view the list of lease job synchronization error and result codes | 
| statusDescription | Description of the status code. | 
| License Addition Information | |
| featureName | Name of the feature. | 
| featureVersion | Version associated with the feature. | 
| eid | Entitlement ID (EID) used to identify entitlements. | 
| statusCode | Status of the license addition job. A list of the status codes is provided here. | 
| statusDescription | Description of the status code. | 
