Class: Bosh::Director::Api::Controllers::EventsController

Inherits:
BaseController show all
Defined in:
lib/bosh/director/api/controllers/events_controller.rb

Constant Summary collapse

EVENT_LIMIT =
200

Constants inherited from BaseController

BaseController::ROUTES_WITH_EXTENDED_TIMEOUT

Constants included from Http

Http::BAD_REQUEST, Http::CREATED, Http::FORBIDDEN, Http::INTERNAL_SERVER_ERROR, Http::NOT_FOUND, Http::NO_CONTENT, Http::OK, Http::UNAUTHORIZED

Constants included from ApiHelper

ApiHelper::READ_CHUNK_SIZE

Instance Attribute Summary

Attributes inherited from BaseController

#identity_provider

Method Summary

Methods inherited from BaseController

consumes, #initialize, #requires_authentication?

Methods included from ApiHelper

#check_available_disk_space, #json_decode, #json_encode, #prepare_yml_file, #send_disposable_file, #start_task, #validate_manifest_yml, #write_file

Constructor Details

This class inherits a constructor from Bosh::Director::Api::Controllers::BaseController