The Inventory Manager Service provides an inventory of all managed nodes in Junos Space. A list of the REST URIs through which the data can be accessed is provided below.

Collection of Resources

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <managed-domain>
   <collection href="/api/space/managed-domain/managed-elements" rel="managed-elements"/>
   <collection href="/api/space/managed-domain/ptps" rel="ptps"/>
 </managed-domain>

Data Notification

This service supports data notification whenever an interface (physical termination point) is added, deleted, or modified





Service Root

/api/space/managed-domain

Methods and Collections

/managed-elements
/ptps
collection /equipment-holders
method /export-ctp-interface
method /export-ptp-interface
method /execute-export-physical-inventory
/ctps

REST Resources

The following APIs support asynchronous method calls. You can create a queue and use the queue in the queue parameter which is optional. For further details, see the following:

  • /execute-export-physical-inventory POST

  • /export-ctp-interface POST

  • /export-ptp-interface POST


  • For receiving asynchronous responses on a queue URL, see the following links:

  • Asynchronous API Usage.


  • For more information about job scheduling, see the following links:

  • Job Scheduling.