A civic dashboard only needs each Intersight server’s Name and Serial. Which query option keeps the payload small?
Select an answer to reveal the explanation.
Short Explanation
If you only need name and serial, ask for those columns—$select is like ordering two items off a menu instead of the whole kitchen.
Full Explanation
Intersight $select projects only the fields the application needs, which keeps latency and payload size down on large inventory reads. Returning every property works but wastes bandwidth. $expand retrieves related objects; it is not a substitute for field projection. UCS Manager calls belong to a different platform task.