2017 © Pedro Peláez
 

library junos-space

A PHP API for interacting through REST API with Juniper's Junos Space Network Management Platform

image

lamoni/junos-space

A PHP API for interacting through REST API with Juniper's Junos Space Network Management Platform

  • Thursday, June 25, 2015
  • by lamoni
  • Repository
  • 3 Watchers
  • 2 Stars
  • 49 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Junos Space PHP API

A PHP API for interfacing with Junos Space through its REST API interface., (*1)

Examples

  • Get All Managed Devices
$space = new JunosSpace("192.168.0.100", "username", "password123!");

print_r($space->getDevices());
  • Execute GET REST call
$space = new JunosSpace("192.168.0.100", "username", "password123!");

print_r($space->get('/api/space/device-management/devices'));

The Versions

25/06 2015

dev-master

9999999-dev https://github.com/lamoni/junos-space

A PHP API for interacting through REST API with Juniper's Junos Space Network Management Platform

  Sources   Download

MIT

The Requires

 

by Lamoni Finlayson

php platform management network space junos

25/06 2015

v1.0.1

1.0.1.0 https://github.com/lamoni/junos-space

A PHP API for interacting through REST API with Juniper's Junos Space Network Management Platform

  Sources   Download

MIT

The Requires

 

by Lamoni Finlayson

php platform management network space junos

06/01 2015

v1.0.0

1.0.0.0 https://github.com/lamoni/junos-space

A PHP API for interacting through REST API with Juniper's Junos Space Network Management Platform

  Sources   Download

MIT

The Requires

 

by Lamoni Finlayson

php platform management network space junos