After a filtered Intersight list, a transit script needs full detail for one server. Which retrieve addresses that single object?
Select an answer to reveal the explanation.
Short Explanation
Moid is Intersight’s house number for one object—after the directory listing, knock on that exact door with GET /api/v1/class/{Moid}.
Full Explanation
The one-object retrieve after a filtered list is GET /api/v1/<class>/{Moid}. Moid is Intersight’s object identifier, not a UCS DN and not a Meraki networkId. Collection GET lists; Moid GET details. Mixing UCS or Meraki keys into Intersight paths fails the retrieve.