DMTF::WSMan

Implements the WS-Management Protocol
Download

DMTF::WSMan Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Stephen James Hurd
  • Publisher web site:
  • http://search.cpan.org/~shurd/

DMTF::WSMan Tags


DMTF::WSMan Description

DMTF::WSMan is a Perl module that provides access to the WS-Management protocol, but is not intended to be used directly. The returns types are generally XML strings as are many of the arguments. Refer to DMTF::CIM for full usage.SYNOPSIS use DMTF::WSMan; my $wsman = DMTF::WSMan->new(user=>'user', pass=>'pass', port=623, protocol='http', host='example.com'); my $xml = $wsman->get( epr=>{ ResourceURI=>'http://example.org/management/instance', SelectorSet=>{ ID=>'Instance21', }, });Product's homepage


DMTF::WSMan Related Software