You are enabling HTTPS for the REST API on a Junos device. You are using a self-signed SSL certificate and must ensure that the commit does not fail.
In this scenario, which certificate must be provided for HTTPS?
A. client certificate
B. server certificate
C. PKI certificate
D. SSH certificate
Which two Junos platforms support the REST API? (Choose two.)
A. SRX Series
B. ACX Series
C. EX Series
D. MX Series
You want to restrict access to the REST API on a Junos device? What are two ways to accomplish this task? (Choose two.)
A. Enable a maximum number of connections
B. Restrict access by the source MAC address
C. Restrict access by the source IP address
D. Enable a schedule of specific access times
Which two commands would be used to view the interface configuration on a Junos device in JSON format? (Choose two.)
A. user@router> show configuration interfaces | match json
B. user@router> show configuration interfaces | display json
C. [edit]user@router# show interfaces | display json
D. [edit]user@router# show interfaces | match json
The REST API retrieves data from a connected device in which two formats? (Choose two.)
A. XML
B. YAML
C. binary
D. JSON
PyEZ is an extension library for which programming tool?
A. Ruby
B. Puppet
C. Chef
D. Python
What are two data structures in JSON? (Choose two.)
A. objects
B. array
C. string
D. number
Which statement is correct about Ansible playbooks?
A. A playbook is a collection of tasks to be performed on the host.
B. A playbook is called by multiple Python modules.
C. A playbook is a specific Python module that is executed on a host.
D. A playbook is a collection of host files?
Click the Exhibit button.
Referring to the exhibit, what is being represented?
A. XML document
B. JSON document
C. Python coding
D. Ruby coding
You are asked to update a PyEZ script that will check for errors when connecting or loading configurations
on a Junos device.
Which two command statements should be added to the script to accomplish this task? (Choose two.)
A. elseif statement
B. try statement
C. else statement
D. except statement