Skip to content

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

License

Notifications You must be signed in to change notification settings

lamoni/junos-space

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Junos Space PHP API

A PHP API for interfacing with Junos Space through its REST API interface.

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'));

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages