/api/space/managed-domain/managed-elements/{id}/equipment-holders/{eqId}
The following operations are supported on this resource:
GET /api/space/managed-domain/managed-elements/{id}/equipment-holders/{eqId} (v3)
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.
Access Control
The following capabilities are required to access this API:
"ViewPhysicalInventory"
Example Usage
GET /api/space/managed-domain/managed-elements/{id}/equipment-holders/{eqId}Parameters
Name | Type | URI Type | Description | Required |
me-id | int | Path | The ID of the managed element containing the requested equipment holder. | Y |
equipment-holder-id | int | Path | The ID of the equipment holder from which to retrieve information. | Y |
Content Types
-
Produces content types:
application/vnd.net.juniper.space.managed-domain.equipment-holder+xml;version=3;q=.03
application/vnd.net.juniper.space.managed-domain.equipment-holder+json;version=3;q=.03