350-601 · Question #637
350-601 Question #637: Real Exam Question with Answer & Explanation
The correct answer is C: array. In JSON, to include multiple items (such as multiple EPGs) under a single key (like "children"), an array structure is used. Arrays in JSON are represented by square brackets [] and can hold multiple objects, making it suitable for provisioning multiple EPGs within the "children"
Question
Refer to the exhibit. A network administrator is creating a JSON payload to provision multiple EPGs within an application profile. All EPGs must be created in a single HTTP POST. Which data structure must be used after the "children" parameter to create multiple EPGs?
Options
- Awhitespace
- Bstring
- Carray
- Dobject
Explanation
In JSON, to include multiple items (such as multiple EPGs) under a single key (like "children"), an array structure is used. Arrays in JSON are represented by square brackets [] and can hold multiple objects, making it suitable for provisioning multiple EPGs within the "children" field in a single HTTP POST request.
Topics
Community Discussion
No community discussion yet for this question.