Get Protection Key History by Key ID

Returns key state (Products/Features/memory on the key) for specific update. If not sending activationId, returns current key history.

Method Type URI
GET v90/ws/target/{protectionKeyId}/activation.ws?AID={AID}

Example URI: http://hostname:8080/ems/v90/ws/target/43243243243/activation.ws?AID=c2396d75-3236-4ca6-9f10-682c62bdebfe

URI Parameters

Parameter Description Type
protectionKeyId ID of the key from which the key history is to be extracted. String
AID The activation ID. (Optional) String

Sample Response

Success

HTTP Status Code: 200

Response Body

<?xml version="1.0" encoding="utf-8"?>
<sentinel_ldk_info>
   <key>
      <id>452116054</id>
      <type>HL-Net-250+</type>
      <update_counter>32</update_counter>
      <vendor>
         <id>37515</id>
         <name />
      </vendor>
      <configuration_info>
         <firmware_revision>3.25</firmware_revision>
         <real_time_clock_present>No</real_time_clock_present>
         <manufacturing_date>2008-11-11</manufacturing_date>
         <flash_memory_size>No Flash</flash_memory_size>
      </configuration_info>
      <product>
         <id>0</id>
         <name />
         <feature>
            <id>0</id>
            <name />
            <license_properties>
               <perpetual />
               <concurrency>
                  <count>Unlimited</count>                   <count_criteria>Per Station</count_criteria>                   <network_access>Yes</network_access>                </concurrency>                <remote_desktop_access>Yes</remote_desktop_access>             </license_properties>          </feature>       </product>       <product>          <id>2</id>          <name>p1</name>          <feature>             <id>1</id>             <name>f1</name>             <license_properties>                <perpetual />                <remote_desktop_access>No</remote_desktop_access>             </license_properties>          </feature>       </product>    </key> </sentinel_ldk_info>

Failure

HTTP Status Code: 404

Response Body: Unable to retrieve Protection Key for Key ID - 1.