/api/space/managed-domain/managed-elements/{id}/equipment-holders/{eqId} (v1)

The following operation is supported on this resource:

  • GET - Get information about a particular equipment holder
GET /managed-elements/{id}/equipment-holders/{eqId}
(Deprecated)
Version 1

This API returns equipment holder information from an equipment holder list in a managed element given a managed element ID and an equipment holder ID.

Sample Usage

GET /managed-elements/{id}/equipment-holders/{eqId}


  • Parameters:
    NameTypeURI TypeDescriptionRequired
    me-idintPathThe ID of the managed element containing the requested equipment holder. Y
    equipment-holder-idintPathThe ID of the equipment holder from which to retrieve information. Y
  • Sample Output XML:

    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <equipment-holder uri="/api/space/managed-domain/managed-elements/262144/equipment-holders/1540359" >
       <id>1540359</id>
       <name>Chassis</name>
       <path>507341/Chassis</path>
    </equipment-holder>

  • Sample Output JSON:

    {
       "equipment-holder":{
         "@uri": "/api/space/managed-domain/managed-elements/262148/equipment-holders/262176",
         "id":262176,
         "name":"Chassis",
         "path":"1507341/Chassis"
       }

  • Access Control

    The following capabilities are required to access this API: ViewPhysicalInventory

      For the current version of this API, refer to :
    • version 3