search for: rest_api

Displaying 16 results from an estimated 16 matches for "rest_api".

2012 Jul 12
15
How can I list classes available on the puppet master?
Is there a way to get a list of all the classes available from the puppet master? I have 2 goals for this - one is documentation in a human readable form, and the other is potentially importing that data into dashboard. I did find some info on the rest API (http://docs.puppetlabs.com/guides/rest_api.html#resource-types ) but I can''t make any sense of the output from it. Thanks. Lee -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/wmJF...
2013 Nov 07
2
[LLVMdev] Bugzilla REST API?
Does anybody know if we have bugzilla's REST API enabled, and if so how to access it? <https://wiki.mozilla.org/Bugzilla:REST_API:Methods>. I tried e.g. http://llvm.org/bugs/bug/count but there doesn't seem to be anything there. I'd like to write a script that tracks various statistics e.g. how many bugs were filed in the last week, how many were closed, etc. and a REST API seems like the simplest way to automate...
2013 Nov 08
2
[LLVMdev] Bugzilla REST API?
...bugs/show_bug.cgi?id=1000 > -- > > - Daniel > > > On Wed, Nov 6, 2013 at 10:59 PM, Sean Silva <silvas at purdue.edu> wrote: > >> Does anybody know if we have bugzilla's REST API enabled, and if so how >> to access it? <https://wiki.mozilla.org/Bugzilla:REST_API:Methods>. I >> tried e.g. http://llvm.org/bugs/bug/count but there doesn't seem to be >> anything there. >> >> I'd like to write a script that tracks various statistics e.g. how many >> bugs were filed in the last week, how many were closed, etc. and a REST...
2011 May 31
3
uploading files via REST?
Hello, I am a bit confused by the REST syntax - how can I PUT an arbitrary file in the bucket? Downloading works fine (Perl+LWP), see below, but for PUT I only see this line in the docs (http://docs.puppetlabs.com/guides/rest_api.html): PUT /{environment}/file_bucket_file/md5/{checksum} Should I compute the MD5 of the file and port its contents at the url ? my code: my $ua = LWP::UserAgent->new(); my $ay = HTTP::Headers->new; $ay->header(''Accept'' => ''YAML''); my $as = HTTP::...
2013 Nov 07
0
[LLVMdev] Bugzilla REST API?
...nts : 0 URL : http://llvm.org/bugs/show_bug.cgi?id=1000 -- - Daniel On Wed, Nov 6, 2013 at 10:59 PM, Sean Silva <silvas at purdue.edu> wrote: > Does anybody know if we have bugzilla's REST API enabled, and if so how to > access it? <https://wiki.mozilla.org/Bugzilla:REST_API:Methods>. I tried > e.g. http://llvm.org/bugs/bug/count but there doesn't seem to be anything > there. > > I'd like to write a script that tracks various statistics e.g. how many > bugs were filed in the last week, how many were closed, etc. and a REST API > seems like...
2013 Dec 10
0
[LLVMdev] Bugzilla REST API?
...On Wed, Nov 6, 2013 at 10:59 PM, Sean Silva <silvas at purdue.edu > <mailto:silvas at purdue.edu>> wrote: > > Does anybody know if we have bugzilla's REST API enabled, and > if so how to access it? > <https://wiki.mozilla.org/Bugzilla:REST_API:Methods>. I tried > e.g. http://llvm.org/bugs/bug/count but there doesn't seem to > be anything there. > > I'd like to write a script that tracks various statistics e.g. > how many bugs were filed in the last week, how many were >...
2012 Aug 20
1
Automate Agent Runs
We are building a system that has a front end for a user to request a host, the use can select what they want on the host. Our application will build/apply the correct profiles, we would then like to trigger the agent to check-in. Our app is current written in Groovy so a REST API would be great. Is this possible? The server app will most likely not sit on the same sever as Puppet. -- You
2011 Jun 27
12
Ruby script to download files without 'puppet agent'
We have often the Problem that some files need to be checked for updates faster than the cycle of the puppet agent. I try to solve this with a script which tries to download the files directly from the fileserver of the puppetmaster. So far i couldn''t get it to work. I don''t know if i got the URL right, i did not find any examples on the REST API documentation for the
2013 Oct 08
6
Consuming a web service created with Rails, ETL vs Rest?
Hello, I need to consume a web service of an App called RedMine created with Rails, in order to have a sort of "separate" interface (not the same as the app) for one of the departments (that interact with the app) to interact with it and generate some different reports based on the same data. I don''t know much about either (ETL and Rest), all I know is that ETL seems to
2013 Dec 12
1
[LLVMdev] Bugzilla REST API?
...13 at 10:59 PM, Sean Silva <silvas at purdue.edu >> <mailto:silvas at purdue.edu>> wrote: >> >> Does anybody know if we have bugzilla's REST API enabled, and >> if so how to access it? >> <https://wiki.mozilla.org/Bugzilla:REST_API:Methods>. I tried >> e.g. http://llvm.org/bugs/bug/count but there doesn't seem to >> be anything there. >> >> I'd like to write a script that tracks various statistics e.g. >> how many bugs were filed in the last week, how ma...
2011 Jun 17
7
Questions for puppet 2.6.8 client certificate management
How do I initiate a certificate request without going into non-daemon mode ? According to "Pro Puppet" book, so far the only way I know that can trigger a certficate request with puppet master is like this puppet agent --server=puppetmaster.test.com --no-daemonize --verbose but doing so will break my intention of automation I need to create a puppet client package. A control-C is
2013 Apr 18
2
How to remove a node from Puppet CA, Puppet DB from a remote host
I need to programmatically remove cert from Puppet master and remove all information in Puppet DB for a node from another machine which is neither Puppet Master or PuppetDB. It does have a Puppet signed cert since it is also provisioned using Puppet. I can''t find any decent documentation on this. I am using the Community Edition. Any pointers / help is appreciated. Rajul -- You
2015 Oct 09
0
Asterisk 13.6.0 Now Available
...(Reported by Mark Michelson) * ASTERISK-25356 - res_pjsip_sdp_rtp: Multiple keepalive scheduled items may exist (Reported by Joshua Colp) * ASTERISK-25355 - sched: ast_sched_del may return prematurely due to spurious wakeup (Reported by Joshua Colp) * ASTERISK-25318 - tests/rest_api/applications/subscribe-endpoint/nominal/resource: Sporadically failing (Reported by Joshua Colp) * ASTERISK-25346 - chan_sip: Overwriting answered elsewhere hangup cause on call pickup (Reported by Joshua Colp) * ASTERISK-25342 - res_pjsip: Repeated usage of pj_gethostip may blo...
2016 Jul 13
0
Certified Asterisk 13.8-cert1 Now Available
...(Reported by Mark Michelson) * ASTERISK-25356 - res_pjsip_sdp_rtp: Multiple keepalive scheduled items may exist (Reported by Joshua Colp) * ASTERISK-25355 - sched: ast_sched_del may return prematurely due to spurious wakeup (Reported by Joshua Colp) * ASTERISK-25318 - tests/rest_api/applications/subscribe-endpoint/nominal/resource: Sporadically failing (Reported by Joshua Colp) * ASTERISK-25346 - chan_sip: Overwriting answered elsewhere hangup cause on call pickup (Reported by Joshua Colp) * ASTERISK-25342 - res_pjsip: Repeated usage of pj_gethostip may blo...
2016 Jul 27
3
Asterisk 14.0.0-beta1 Now Available
...ges (Reported by Mark Michelson) * ASTERISK-25356 - res_pjsip_sdp_rtp: Multiple keepalive scheduled items may exist (Reported by Joshua Colp) * ASTERISK-25355 - sched: ast_sched_del may return prematurely due to spurious wakeup (Reported by Joshua Colp) * ASTERISK-25318 - tests/rest_api/applications/subscribe-endpoint/nominal/resource: Sporadically failing (Reported by Joshua Colp) * ASTERISK-25346 - chan_sip: Overwriting answered elsewhere hangup cause on call pickup (Reported by Joshua Colp) * ASTERISK-25342 - res_pjsip: Repeated usage of pj_gethostip may blo...
2019 Dec 24
0
Certified Asterisk 16.3-cert1 Now Available
...shua C. Colp) - [ASTERISK-25355 <https://issues.asterisk.org/jira/browse/ASTERISK-25355>] - sched: ast_sched_del may return prematurely due to spurious wakeup (Reported by Joshua C. Colp) - [ASTERISK-25318 <https://issues.asterisk.org/jira/browse/ASTERISK-25318>] - tests/rest_api/applications/subscribe-endpoint/nominal/resource: Sporadically failing (Reported by Joshua C. Colp) - [ASTERISK-25346 <https://issues.asterisk.org/jira/browse/ASTERISK-25346>] - chan_sip: Overwriting answered elsewhere hangup cause on call pickup (Reported by Joshua C. Colp) - [AS...