class Fluent::Plugin::MonitorAgentInput::NotFoundJson
Constants
- BODY
Public Class Methods
call(_req)
click to toggle source
# File lib/fluent/plugin/in_monitor_agent_modified.rb, line 201 def self.call(_req) [404, { 'Content-Type' => 'application/json' }, BODY] end