A data-center civic ops tool must retrieve compute inventory summaries from Cisco Intersight SaaS. Which construction matches the official retrieve task?
Select an answer to reveal the explanation.
Short Explanation
Retrieve means GET a resource class—like pulling a labeled binder of PhysicalSummaries—not writing policies or dropping into UCS Manager XML login.
Full Explanation
Official Intersight retrieve uses GET /api/v1/<class> (for example compute/PhysicalSummaries) against the Intersight SaaS host. POST/PATCH on a policy class is a write and is outside the retrieve task. UCS Manager XML aaaLogin belongs to UCS Manager provisioning (task 3.5), and deploy-profile workflows are not the retrieve construction.