Get Protection Key Capable Devices by entId
Returns a list of Sentinel protection keys that are supported for the provided entId.
Method Type | URI |
---|---|
GET | v90/ws/entitlement/{entId}/target.ws |
URI Parameters
Parameter | Description | Type |
---|---|---|
entId |
The unique identifier for the Entitlement in the database. NOTE This is different from the Entitlement ID string. Examples: >entId: 10 (integer) >Entitlement ID (or EID): gd5f6vfg-y57f-he55-3r5d7w9g7tx3 (string) |
Integer (> 0) |
Sample Response
Success
HTTP Status Code: 200
Response Body
<?xml version="1.0" encoding="utf-8"?> <ProtectionKey> <ProtectionKeyOutput> <UpdateInfo> <sentinel_ldk_info> <capable_devices> <key_type configuration="hasphl">HL-Time</key_type> <key_type configuration="hasphl">HL-Max</key_type> <key_type configuration="hasphl">HL-Max-Micro</key_type> <key_type configuration="hasphl">HL-Drive</key_type> <!-- etc... --> </capable_devices> </sentinel_ldk_info> </UpdateInfo> </ProtectionKeyOutput> </ProtectionKey>
Failure
HTTP Status Code: 404
Response Body: The specified Entitlement with ID 22 was not found.