Return a specified device’s policy from your Jetstream application.
Property | Location | Details |
---|---|---|
AccessKey string Required Unique |
Header |
The access key for your user account. This value is a 36-character GUID provided during user account sign up. |
DeviceName string Required Unique |
URL |
The name of the device. This value has a max length of 128 ASCII characters. This value must adhere to this regular expression: ^[a-zA-Z0-9-_]*$ |
{
"Name": "MyPolicyName",
"Parameters": {
"aggregateeventscancount": "3"
},
"LastPolicyUpdate": "2017-05-18T20:39:16Z",
"LastPolicySync": ""
}