REST Resources

/api/space/device-management/devices/{device-id}/associated-softwares

The following operation is supported on this resource:

  • GET - Get associated softwares
GET /devices/{device-id}/associated-softwaresVersion 7

This API gets information about software packages associated with a device.

Sample Usage

GET /devices/{device-id}/associated-softwares


  • Parameters:
    NameTypeURI TypeDescriptionRequired
    device-idIntegerPath   Y
  • Sample Output XML:
    <associated-softwares total="1" uri="/api/space/device-management/devices/524351/associated-softwares">
         <software
               href="/api/space/software-management/packages/262169" uri="/api/space/software-management/packages/262169">
               <checksum-status>VALID</checksum-status>
               <checksum-time>Nov 22 2013 5:39:8 PM CST</checksum-time>
               <software-file-name>jbundle-ex-4200-11.4R2.14-domestic-signed.tgz</software-file-name>
               <software-id>262169</software-id>
         </software>
    </associated-softwares>

  • Sample Output JSON:
    {
       "associated-softwares" : {
         "@total" : "1" ,
         "@uri" :
         "/api/space/device-management/devices/524351/associated-softwares" ,
         "software" : {
           "@href" : "/api/space/software-management/packages/262169" ,
           "@uri" :
           "/api/space/software-management/packages/262169" ,
           "checksum-status" : "VALID" ,
           "checksum-time" : "Nov 22 2013 5:39:8 PM CST" ,
           "software-file-name" : "jbundle-ex-4200-11.4R2.14-domestic-signed.tgz" ,
           "software-id" : "262169"
         }
       }
    }

  • Access Control

    The following capabilities are required to access this API: ViewStagedImagesCap