Practice – devcor_350-901_Cisco_Platforms

Strength:
0%
Answered: 0 • Correct: 0 • Incorrect: 0

Logged in as Guest

Fill in the missing parts to query Intersight with a $filter expression.

Drag the correct code snippets from the options panel into the placeholders in the code window.

params = {"$filter": {{1}}} r = requests.get("https://intersight.com/api/v1/Compute/PhysicalSummaries", headers=headers, params=params, timeout=10) print(r.url)

Drag a snippet from the right into each blank box in the code.

Available snippets

"$filter=Name eq UCS-SRV-01"
"Name like UCS-SRV-01"
"Name eq UCS-SRV-01"
"Name eq \"UCS-SRV-01\""
"Name = UCS-SRV-01"
"Filter: UCS-SRV-01"
"Name equals UCS-SRV-01"
"name == UCS-SRV-01"