JN0-422 · Question #42
In a Python commit script, which object provides the post-inheritance candidate configuration?
The correct answer is B. Junos_Configuration. Explanation/Reference: Python automation scripts import the Junos_Context dictionary when the script must access information about the script execution environment. The Junos_Configuration object is required when the commit script must read and manipulate the post-inheritance…
Question
In a Python commit script, which object provides the post-inheritance candidate configuration?
Options
- ACommit-Script-Input
- BJunos_Configuration
- CCandidate_Configuration
- DCheckout_Configuration
How the community answered
(40 responses)- A8% (3)
- B80% (32)
- C3% (1)
- D10% (4)
Explanation
Explanation/Reference: Python automation scripts import the Junos_Context dictionary when the script must access information about the script execution environment. The Junos_Configuration object is required when the commit script must read and manipulate the post-inheritance candidate configuration.
Topics
Community Discussion
No community discussion yet for this question.