Refer to the exhibit.

Refer to the exhibit. A JSON response from a wireless management API contains access point inventory and interface state information. Which JSON expression retrieves the MAC address of the second interface on the first access point?
The correct expression is accessPoints[0].interfaces[1].macAddress. The JSON object contains a top-level key named accessPoints, whose value is an array. Array indexing begins at zero, so accessPoints[0] selects the first access point object, ap-west-1. Inside that object, the interfaces key also contains an array. Therefore, interfaces[1] selects the second interface object, which has slot: 1, status: 'down', and macAddress: 'CC:FA:00:11:22:34'. The final selector, .macAddress, returns that MAC address value.
This structure is directly aligned with Cisco automation workflows, where RESTCONF and Catalyst Center APIs exchange structured data in JSON. Cisco documents that Catalyst Center REST API payloads are JSON-formatted, and its example describes JSON as key-value data separated by colons. Cisco also states that Catalyst 9800 RESTCONF uses structured XML or JSON with YANG models for programmatic device access. Option B selects ap-east-2. Option C selects the first interface on ap-west-1. Option D references a non-existent second interface on ap-east-2. Reference topics: Automation and AI --- JSON parsing, REST APIs, Catalyst Center programmability, RESTCONF, and wireless telemetry data structures.
Paola
3 days agoMarisha
8 days agoAlex
13 days agoJospeh
19 days agoPaola
24 days agoLouvenia
29 days agoJohnna
1 month agoJettie
1 month agoMerissa
1 month agoLenita
2 months agoGertude
2 months agoNakisha
2 months agoIsadora
2 months agoEarleen
2 months ago