Skip to content

A PowerShell wrapper for Combodo's iTop CMDB

Notifications You must be signed in to change notification settings

rogermartensson/posh-itop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

posh-itop

A PowerShell wrapper for Combodo's iTop CMDB

Requirements

  • iTop version 2.0.2 (REST API 1.1) or higher
  • Powershell Core 6 or higher

Usage

Import-Module posh-itop
Get-Command -Module posh-itop

Notes

If you want to use this please look at the following two cmdlets first

  • Get-iTopObject
  • GenerateAndSendRequest

Those are the main wrappers for the web services calls. The JSON returned from the iTop rest service is wrapped up in a nice PowerShell object for consumption and for feeding into other cmdlets.

MySQL is required when using the data synchronization feature of iTop.

This is designed to be an easy to use PowerShell wrapper for the iTop REST API. It's currently most useful for the CMDB (Configuration Management) and Service Management modules in iTop because that's all we are using. It can also invoke the data synchronization routines required when automating your CMDB.

About

A PowerShell wrapper for Combodo's iTop CMDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%