|
In very large queries, it is possible to exceed the length limits of query parameters in arguments to puppetdb queries. These limits can be placed arbitrarily by browsers, servers, or intermediate proxies. In order to circumvent this issue, puppetdb should support arbitrary query length strings via a POST body to the existing endpoints that support GET. The query parameters should be encoded in a JSON payload as the body of the POST. This includes query and paging parameters.
|