3.1.5.21.1.1.1 Request Body

The format for the request body for the virtualServers PUT method is as follows.

 {
   "properties": {
     "connections": [
       {
         "managementAddresses": [
           "192.126.0.39"
         ],
         "credential": {
           "resourceRef": "/credentials/70a57404-967f-41fe-93a5-c309f601b068"
         },
         "credentialType": "X509Certificate"
       }
     ],
     "certificate": "this string must be replaced with valid certificate data",
     "vmGuid": "43613f44-ba4d-4540-8d60-d02d25464478"
   }
 }

The JSON schema for the virtualServers PUT method is located in section 6.19.1.