List
REST API: /status/bsmhost
Used for component host detail view
Input parameters:
- cid=X - List hosts related to this component id. Required
Output:
{ list: [{
hostname: "cisco2611",
acknowledged: true,
status: "OPERATIONAL", // Or "FAILED" or "DOWNTIME"
availability: 50, // % time not FAILED
last_operational_age: 6789, // Number of seconds from now since the last time it was operational. null if current status is operational
services_total: 6, // Is not needed from StatusBsmComponent
services_failed: 4,
services_acknowledged: 0,
services_downtime: 2,
},{
...
}],
summary: {
success: true,
total: 2
}
}