/api/space/managed-domain/managed-elements/{id}/virtual-chassis

The following operation is supported on this resource:

  • GET - Get Virtual Chassis of a Managed Element
GET /managed-elements/{id}/virtual-chassisVersion 1

This API checks whether a virtual chassis exists for a managed element.

Sample Usage

GET /managed-elements/{id}/virtual-chassis


  • Parameters:
    NameTypeURI TypeDescriptionRequired
    me-idintPathThe ID of the managed element to check for the existence of a virtual chassis. Y
  • Sample Output XML:

    <virtual-chassis uri="/api/space/managed-domain/managed-elements/262144/virtual-chassis">
       <chassis-exists>false</chassis-exists>
    </virtual-chassis>

  • Sample Output JSON:

    {
      "virtual-chassis":{
          "@uri": "/api/space/managed-domain/managed-elements/262144/virtual-chassis",
          "chassis-exists":"false"
      }
    }

  • Access Control

    The following capabilities are required to access this API: ViewPhysicalInventory