Get Protection Key Capable Devices by Product Key

Returns a list of Sentinel protection keys by Product key.

Method Type URI
GET v90/ws/productKey/{productKeyId}/target.ws

URI Parameters

Parameter Description Type
productKeyId The Product key. String

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> 
     <key_type configuration="hasphl">HL-Express-Card</key_type> 
     <key_type configuration="hasphl">HL-Pro</key_type> 
     <key_type configuration="hasphl">HL-NetTime-250+</key_type> 
     <key_type configuration="hasphl">HL-NetTime-50</key_type> 
     <key_type configuration="hasphl">HL-NetTime-10</key_type> 
     <key_type configuration="hasphl">HL-Net-250+</key_type> 
     <key_type configuration="hasphl">HL-Net-50</key_type> 
     <key_type configuration="hasphl">HL-Net-10</key_type> 
     <key_type configuration="sentinelhl, hasphl">Sentinel-HL-Time</key_type> 
     <key_type configuration="sentinelhl, hasphl">Sentinel-HL-Max</key_type> 
     <key_type configuration="sentinelhl, hasphl">Sentinel-HL-Max-Micro</key_type> 
     <key_type configuration="sentinelhl, hasphl">Sentinel-HL-Drive</key_type> 
     <key_type configuration="sentinelhl, hasphl">Sentinel-HL-Express-Card</key_type> 
     <key_type configuration="sentinelhl, hasphl">Sentinel-HL-Pro</key_type> 
     <key_type configuration="sentinelhl, hasphl">Sentinel-HL-NetTime-250+</key_type> 
     <key_type configuration="sentinelhl, hasphl">Sentinel-HL-NetTime-50</key_type> 
     <key_type configuration="sentinelhl, hasphl">Sentinel-HL-NetTime-10</key_type> 
     <key_type configuration="sentinelhl, hasphl">Sentinel-HL-Net-250+</key_type> 
     <key_type configuration="sentinelhl, hasphl">Sentinel-HL-Net-50</key_type> 
     <key_type configuration="sentinelhl, hasphl">Sentinel-HL-Net-10</key_type> 
     <key_type configuration="sentinelhl, driverless">Sentinel-HL-Time</key_type> 
     <key_type configuration="sentinelhl, driverless">Sentinel-HL-Max</key_type> 
     <key_type configuration="sentinelhl, driverless">Sentinel-HL-Max-Micro</key_type> 
     <key_type configuration="sentinelhl, driverless">Sentinel-HL-Drive</key_type> 
     <key_type configuration="sentinelhl, driverless">Sentinel-HL-Express-Card</key_type> 
     <key_type configuration="sentinelhl, driverless">Sentinel-HL-Pro</key_type> 
 </capable_devices>
 </sentinel_ldk_info>
 </UpdateInfo>
 </ProtectionKeyOutput>
 </ProtectionKey>

Failure

HTTP Status Code: 404

Response Body: Product key does not exist.