3.1.5.5.7.1.1.1 Request Body

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

 {
   "resourceId": "{uniqueString}", 
   "instanceId": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX",
   "tags": { "key": "value" } ,
   "resourceMetadata": 
     {
       "client": "WAP Network Resource Provider",
       "tenantId": "{subscriptionid}",
       "groupId": "{groupname}",
       "name": "{name}",
       "originalHref": "https://..."
     },
   "properties": { 
      <insertProperties>
   }
 }

The JSON schema for the probes PUT method is located in section 6.5.9.1.