Hello all,
I'm trying (hard) to work with Bluecoat API.
So far, I get simple informations like devices, device-groups, policies, vpms, cpl.
Reading informations is simple. But writing information is harder...
I thought I would be able to deal with categories,objects and all stuff in the VPM...
The real thing is - tell me if I'm wrong - you can only work on the whole VPM which is a pain, because you have to get all the informations, modify a little thing to fit your needs and then erase your all policy with the new one.
That's bit risky, but if it's the only way, I'm OK. But how can we do that ?
I saw we can POST a new policy content with a new content data containing the following parameters : content;contentType;schemaVersion;changeDescription
What is the good syntax for the content object ?
What is the good contentType for a xml vpm ?
Thank you for your help.