management Model Interface¶
Managed Object binding Binding inventory object with Managed Object(MO) Service Activation(SA) One MO can be associated with several inventory objects(virtual chassis, switches in the stack)
Variables¶
Name | Type | Description | Required | Constant |
---|---|---|---|---|
managed | bool | Object can be bind to the ManagedObject | ||
managed_object | int | Managed Object id |
Examples¶
{
"management": {
"managed": true,
"managed_object": 888
}
}