Cisco
200-301 · Question #1746
What is represented by the word "firewall" within this JSON schema? 1 [ 2 {"IDS": "IPS_atlanta", "interface": "fe0/5"}, 3 {"router": "R_paris", "interface": "e6/20"}, 4 {"firewall": "FW_atlanta", "int
The correct answer is A. key. In this JSON schema, "firewall" is a key within an object in the array.
Submitted by chen.hong· Mar 5, 2026Automation and Programmability
Question
What is represented by the word "firewall" within this JSON schema? 1 [ 2 {"IDS": "IPS_atlanta", "interface": "fe0/5"}, 3 {"router": "R_paris", "interface": "e6/20"}, 4 {"firewall": "FW_atlanta", "interface": "ge4/31"}, 5 ]
Options
- Akey
- Barray
- Cvalue
- Dobject
How the community answered
(40 responses)- A95% (38)
- C3% (1)
- D3% (1)
Explanation
In this JSON schema, "firewall" is a key within an object in the array.
Topics
#JSON syntax#JSON terminology#Data structures#Network programmability data formats
Community Discussion
No community discussion yet for this question.