Forum Discussion
Cole_McDonald
6 years agoProfessor
Thank you Joe, looks like the JSON was the part I had wrong! This worked for making the new property and populating it:
$resourcePath = "/device/devices/2332/properties/"
$url = $URLRoot + $resourcePath
$data = `
@"
{
`"type`" : `"custom`" ,
`"name`" : `"Failover.Cluster.GUID`" ,
`"value`" : `"$ClusterID`"
}]
}
"@
$response = Send-Request `
-accesskey $accessKey `
-accessid $accessId `
-URL $url `
-data $data `
-httpVerb "POST"
Related Content
- 15 days ago
- 4 months ago
- 2 years ago
- 7 months ago