Files
Sandbox/AutomationJSON.ps1
Zack Meier 03dba08135 sync
2026-04-15 15:42:41 -05:00

8 lines
295 B
PowerShell

$postParams = [PSCustomObject]@{
AutomationName = "Infra-VMware";
Action = 'Provisioning';
Units = 5;
Platform = 'PowerShell-VMware-SnapshotNew';
}
Invoke-RestMethod -Uri http://itdnettools.nd.gov/services/automation-tracking.py -Method POST -Body ($postParams | ConvertTo-Json)