lastStatusInfo—Last Status Information
Query
<?xml version="1.0" encoding="UTF-8"?>
<sentinelQuery query="lastStatusInfo" version="1.0"/>
Scope
<!-- empty scope-->
<?xml version="1.0" encoding="UTF-8"?>
<sentinelScope>
</sentinelScope>
Output
<?xml version="1.0" encoding="UTF-8"?>
<sentinelInfo>
<status>
<statusCode></statusCode>
<statusMessage></statusMessage>
<rateLimit>
<retryAfter></retryAfter>
<limit></limit>
<remaining></remaining>
</rateLimit>
</status>
</sentinelInfo>
Element | Description |
---|---|
statusCode | The licensing library status code. |
statusMessage | Description of the status code. |
Rate Limit-related Fields The following fields will be shown only when the last API returns the "SNTL_RATE_LIMIT_BREACHED" error. |
|
retryAfter |
The time remaining in the current window (specified in seconds) before the next API is called. |
limit |
The requests quota in the time window. |
remaining |
The remaining requests quota in the current window. |