Hi,
I am writing an application to deploy vxml application using CVP Rest API. The document says i can define list of servers where i want to deploy instead of deploying in all servers. There is no clear example of how <server>ref-url of server1</server> ref-url need to be passed. i tried all combination i can think of and always comes with error <errorMessage>Invalid Server Reference URL</errorMessage>
Request url: https://<ipaddress>:8111/cvp-config /vxmlapp/deploy
This XML body is passed as the first part of multipart/form-data.
<vxmlapp>
<servers>
<server>ref-url of server1</server>
<server>ref-url of server2</server>
</servers>
</vxmlapp>
Working one <vxmlapp></vxmlapp> - Will deploy in all servers.
Any help is very much appreciated.
Thanks
Kasimay