get protection-status

Get the list of application statuses and the global application status

 

Command line

ermm.exe get protection-status

 

Parameters

None

 

Example

call

 "command":"get_protection_status", 

 "id":1, 

 "version":"1" 

}

result

 "id":1, 

 "result":{ 

  "statuses":[{ 

    "id":"EkrnNotActivated", 

    "status":2, 

    "priority":768, 

    "description":"Product not activated" 

   }], 

  "status":2, 

  "description":"Security alert" 

 }, 

 "error":null 

}