/api/space/hardware-catalog/catalog-info

The following operation is supported on this resource:

  • GET - Gets details of hardware catalog from Junos Space Platform
GET /catalog-info Version 1

Gets details of hardware catalog from Junos Space Platform.

Sample Usage

GET /catalog-info


  • Sample Output XML:
    <hardware-catalog-configuration-response uri="/api/space/hardware-catalog/svn/catalog-info">
         <current-hw-revision>2</current-hw-revision>
         <current-hw-published>Fri Mar 17 05:49:36 IST 2017</current-hw-published>
         <current-hw-last-update>Fri Mar 18 05:49:36 IST 2017</current-hw-last-update>
         <svn-hw-revision>3</svn-hw-revision>
         <svn-hw-published>Fri Mar 17 05:49:36 IST 2017</svn-hw-published>
    </hardware-catalog-configuration-response>

  • Sample Output JSON:
    {
       "hardware-catalog-configuration-response" : {
         "@uri" : "/api/space/hardware-catalog/svn/catalog-info" ,
         "current-hw-revision" : "2" ,
         "current-hw-published" : "Fri Mar 17 05:49:36 IST 2017" ,
         "current-hw-last-update" : "Fri Mar 18 05:49:36 IST 2017" ,
         "svn-hw-revision" : "3" ,
         "svn-hw-published" : "Fri Mar 17 05:49:36 IST 2017"
       }
    }

  • Access Control

    The following capabilities are required to access this API: HardwareCatalog