On Thu, Sep 16, 2010 at 1:54 PM, Brice Figureau < [email protected]> wrote:
> On 15/09/10 01:32, Paul Berry wrote: > > To retrieve information about the status of multiple hosts, issue a > > GET request to > > https://<master>/<environment>/certificate_statuses/<hostname_pattern>. > > > > This returns JSON list object containing JSON hashes of the form > > described above, for all known hosts that match <hostname_pattern>. > > <hostname_pattern> may be "*" to match all hosts. > > How is the match done? Is it a regex or a shell/file glob? > It looks like the precedent from elsewhere in the Puppet REST API is to interpret the search string as a glob, so my preference would be to stay consistent with that. -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
