I am trying to create a script for subnets assignment using Softlayer API.
In the Softlayer documentation i saw some templates are needed for the request:
SoftLayer_Network_Service_Vpn_Overrides::createObjects
templateObjects SoftLayer_Network_Service_Vpn_Overrides An array of SoftLayer_Network_Service_Vpn_Overrides objects that you wish to create.
SoftLayer_Network_Service_Vpn_Overrides::deleteObjects
templateObjects SoftLayer_Network_Service_Vpn_Overrides An array of skeleton SoftLayer_Network_Service_Vpn_Overrides objects that you wish to delete. Each object in the array must have at least their id properties defined.
Can somebody with more experience give me structure of those templates.
Thank you.