nerdexam
Juniper

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…

Junos Automation Platform

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)
  • A
    8% (3)
  • B
    80% (32)
  • C
    3% (1)
  • D
    10% (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

#commit script#Python#candidate configuration#Junos_Configuration object

Community Discussion

No community discussion yet for this question.

Full JN0-422 Practice