Skip to content

AdaSerra/RipeAtlasPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RIPE Atlas PowerShell Module

Powershell Status License

A lightweight, personal-use PowerShell module for interacting with the RIPE Atlas API. This is designed to be a "no-fluff" tool for quick data retrieval.

Exposed Functions

Name Alias Description
Get-RipeProbes prb Retrieves a list of probes associated with a specific ASN
Get-ProbeActivity prbact Lists recent activity logs for a specific Probe ID
Get-ProbeResult prbres Queries results for a specific Measurement ID (msmId) on a probe
Get-ProbeLastestResult prblast Queries results for lastest msmId on a Probe
Test-ProbeDiagnostic prbtest Performs a quick IPv4/IPv6 health check on a RIPE Atlas probe

Installation

Place the module folder (RipeAtlas) inside one of your PowerShell module paths, for example and Import it:

$env:USERPROFILE\Documents\PowerShell\Modules\
Import-Module RipeAtlas

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors