Using the RESTful API on a Junos device, you are able to retrieve configuration information in which three formats? (Choose three)
Options:
A.
YAML
B.
XML
C.
plain text
D.
GPB
E.
JSON
Answer:
B, C, E
Explanation:
Explanation:
References:
Question 3
What are two format distinctions to know when using YAML? (Choose two)
Options:
A.
white space indentation sensitive
B.
tab indentation not allowed
C.
tab indentation allowed
D.
white space indentation insensitive
Answer:
A, B
Explanation:
Explanation:
Because YAML is white-space sensitive and indentation is significant (not allowed), you should always use spaces rather than tabs when creating playbooks. In YAML, items preceded by a hyphen (-) are considered list items, and the key:value notation represents a hash.