Hello,All.
I have specified the Approved Kernel Extensions of os_x_configuration_profile as follows.
However, it could not be registered.
After registering the Approved Kernel Extensions on the screen, I can get setting information via API.
Is it impossible to register Approved Kernel Extensions via API?
- API Request
curl -s -u 'username:password' -H 'accept: application/xml' -T configuration_profile.xml -X PUT https://example.domain/JSSResource/osxconfigurationprofiles/id/43
- API Request xml
<?xml version="1.0" encoding="UTF-8"?>
<os_x_configuration_profile>
<general>
<id>43</id>
...
<payloads><?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1"><dict>
...
<array><string>AAAAAAAAAA</string></array></dict></array>
</dict></plist>
</payloads>
...
</os_x_configuration_profile>