JN0-481 · Question #62
You are using Juniper Apstra to create your DC fabric. The fabric requires the use of configlets and requires a property set, which you call "test." While creating the property set, you encounter an…
The correct answer is D. Use valid YAML syntax of key:value. The error message states "Value should be dict", which means the YAML input must be a dictionary format. In YAML, a dictionary is defined using key: value pairs. The input sv_xxh alone is just a string, not a dictionary. To fix the issue, update the Values field to something…
Question
You are using Juniper Apstra to create your DC fabric. The fabric requires the use of configlets and requires a property set, which you call "test." While creating the property set, you encounter an error message. Referring to the exhibit, how would you correct the error?
Exhibit
Options
- AUse the Builder option for input type of YAML.
- BRemove the trailing blank lines.
- CChange to JSON and click create.
- DUse valid YAML syntax of key:value.
How the community answered
(35 responses)- A9% (3)
- B3% (1)
- C3% (1)
- D86% (30)
Explanation
The error message states "Value should be dict", which means the YAML input must be a dictionary format. In YAML, a dictionary is defined using key: value pairs. The input sv_xxh alone is just a string, not a dictionary. To fix the issue, update the Values field to something like: sv_xxh: some_value This will satisfy the required structure for a valid YAML dictionary.
Topics
Community Discussion
No community discussion yet for this question.
