Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The "NutchRESTAPI" page has been changed by FjodorVershinin: https://wiki.apache.org/nutch/NutchRESTAPI?action=diff&rev1=7&rev2=8 === Jobs === Responsible class is ''JobResource''. This point is created for job's management. ==== Listing jobs ==== - {{{{ GET /job }}}} @@ -86, +85 @@ }}}} ==== Get job info ==== - {{{{ GET /job/job-id-5977 }}}} @@ -106, +104 @@ }}}} ==== Stop job ==== - {{{{ GET /job/job-id-5977/stop }}}} @@ -118, +115 @@ ==== Kill job ==== - {{{{ GET /job/job-id-5977/abort }}}} @@ -155, +151 @@ === Configuration === ==== Configuration's list ==== - {{{{ GET /config }}}} @@ -166, +161 @@ }}}} ==== Configuration parameters ==== - {{{{ GET /config/{configuration name} @@ -187, +181 @@ .... } }}}} + + ==== Parameter's value ==== + {{{{ + GET /config/{configuration name}/{property} + + Examples: + GET /config/default/db.fetch.retry.max + GET /config/custom-config/crawl.gen.delay + }}}} + + __Response__ contains parameter's value as string + {{{{ + 604800000 + }}}} === Database === == Nutch Jobs ==

