1. Juniper Networks TechLibrary
Junos OS REST API Guide: In the section "Executing Multiple RPCs in a Single REST API Request
" the guide explicitly states
"To execute multiple RPCs in a single REST API request
you use the POST HTTP method and include the RPCs in the request body." It also provides an example using curl with the -X POST option. (Source: Juniper Networks Official Documentation)
2. Juniper Networks TechLibrary
Junos OS REST API Guide
Overview: The overview clarifies the usage of different HTTP methods. It specifies that POST is used for operations
including executing RPCs
which aligns with sending a batch of commands. (Source: Juniper Networks Official Documentation)