grouping sys-summary{
list summary {
tailf:display-groups "summary";
key name;
ordered-by user;
leaf name {
tailf:display-groups "summary";
type string;
description
"name";
}
leaf status {
tailf:display-groups "summary";
type string;
description
"Summary of status";
}
}
}
grouping system-status-top {
description "Top-level grouping";
container install {
container state {
tailf:display-groups "none summary";
config false;
description "Operational data";
tailf:info "Operational data";
uses system-cluster-status;
uses system-version;
uses system-image;
uses system-firmware-status;
uses sys-summary;
}
}
}
augment "/oc-sys:system" {
uses system-status-top;
}
Above is the schema, i need these 3 commands they are -
show system install state (not display summary)
show system install state summary (display summary)
show system install state cluster
with this schema i’m able to achieve but “show system install state summary” is showing below data. how to avoid this. is it possible to hide this summary option for “show system install state”.
appliance-1# show system install state
Possible completions:
cluster
displaylevel Depth to show
summary
| Output modifiers
<cr>
appliance-1# show system install state summary
NAME
---------
cluster