HealthchecksPwsh

1.0.0

Powershell wrapper for the Healthchecks.io v3 API

Minimum PowerShell version

7.5

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name HealthchecksPwsh -RequiredVersion 1.0.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name HealthchecksPwsh -Version 1.0.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

2025 Patrick Morris

Package Details

Author(s)

  • Patrick Morris

Tags

Windows Healthchecks.io PowerShell Healthchecks

PSEditions

Core

Dependencies

This module has no dependencies.

Release Notes

# Changelog

All notable changes to this project will be documented in this file.

## [1.0.0] - 2025-07-26
### Added
- Initial release of `healthchecks-pwsh` PowerShell module.
- Full coverage of Healthchecks v3 Management API:
 - List, get, create, update, pause, resume, and delete checks.
 - List pings, get ping body, list flips (status changes).
 - List integrations (channels) and project badges.
 - Check database connectivity.
- Full support for Ping API:
 - Send pings (success, start, fail, log, exit status) by UUID or slug.
- Robust error handling and output as `PSCustomObject`.
- Consistent User-Agent and parameter validation.
- Comment-based help for every function.
- Supports both Healthchecks.io and self-hosted instances.
- Modern, user-friendly documentation and examples.

---

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

FileList

Version History

Version Downloads Last updated
1.0.1 5 7/26/2025
1.0.0 (current version) 3 7/26/2025