1. Juniper Networks TechLibrary, Junos OS REST API Guide, "Overview of the Junos OS REST API": This document states, "The Junos OS REST API allows you to make requests to a Junos device and receive data in XML, plain-text, or JSON format... The Junos OS REST API is accessed through HTTPS..." This reference directly refutes options A and B. It also implicitly supports option C by describing the REST API as a separate interface without any mention of NETCONF integration.
2. Juniper Networks TechLibrary, Junos OS REST API Guide, "Enabling the REST API": This section provides the configuration steps to enable the service. The minimal configuration required is set system services rest https, which demonstrates the simplicity of the setup, thus supporting option D.
3. Juniper Networks TechLibrary, Automation for Junos Devices, "Junos Automation Tools Overview": This overview describes the different automation tools available for Junos OS, including the REST API and NETCONF, presenting them as distinct and separate APIs for device management. This supports the reasoning for option C, as one does not "support" the other; they are parallel interfaces.