/api/space/managed-domain/managed-elements/{id}/virtual-chassis
The following operations are supported on this resource:
GET /api/space/managed-domain/managed-elements/{id}/virtual-chassis (v1)
This API checks whether a virtual chassis exists for a managed element.
Access Control
The following capabilities are required to access this API:
"ViewPhysicalInventory"
Example Usage
GET /api/space/managed-domain/managed-elements/{id}/virtual-chassisParameters
Name | Type | URI Type | Description | Required |
me-id | int | Path | The ID of the managed element to check for the existence of a virtual chassis. | Y |
Content Types
-
Produces content types:
application/vnd.net.juniper.space.managed-domain.virtual-chassis+xml;version=1
application/vnd.net.juniper.space.managed-domain.virtual-chassis+json;version=1 -
Sample Output XML:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<virtual-chassis uri="/api/space/managed-domain/managed-elements/262144/virtual-chassis">
<chassis-exists>false</chassis-exists>
</virtual-chassis> -
Sample Output JSON:
{"virtual-chassis":{
"chassis-exists":"false"
"@uri":"/api/space/managed-domain/managed-elements/262144/virtual-chassis", }}