The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

get_status

Arguments

None

Responses

Success
    {
        app_version  => "v" . $self->app_version,
        app_name     => $self->app_name,
        active_since => POSIX::strftime("%Y-%m-%dT%H:%M:%S%z", localtime($self->active_since)),
        hostname     => (POSIX::uname)[1],
        running_pid  => $$,
    }

list_methods

Arguments

Named, Struct (or in path)

plugin => <any | jsonrpc|restish|restrpc|xmlrpc> (Default 'any')

In rest-context:

    http://service.example.com/system/list_methods/restish