Hello,All.
I have specified the Client-Side Limitations of policy as follows.
However, it could not be registered.
After registering Client - Side Limitations on the screen, I can get setting information via API.
Is it impossible to register Client-Side Limitations via API?
curl -s -u 'username:password' -H 'accept: application/xml' -T policy.xml -X PUT https://exampledomain/JSSResource/policies/id/144
policy.xml
<?xml version="1.0" encoding="UTF-8"?>
<policy>
<general>
<id>144</id>
...
<date_time_limitations>
<activation_date/>
<activation_date_epoch>0</activation_date_epoch>
<activation_date_utc/>
<expiration_date/>
<expiration_date_epoch>0</expiration_date_epoch>
<expiration_date_utc/>
<no_execute_on/>
<no_execute_start>4:00 AM</no_execute_start>
<no_execute_end>6:00 AM</no_execute_end>
</date_time_limitations>
...
</policy>