pyfarm.agent.http.api.state module

class pyfarm.agent.http.api.state.Stop[source]

Bases: pyfarm.agent.http.api.base.APIResource

isLeaf = False
SCHEMAS = {'POST': <Schema({'wait': <type 'bool'>}, extra=PREVENT_EXTRA, required=False) object>}
post(**kwargs)[source]
class pyfarm.agent.http.api.state.Restart[source]

Bases: pyfarm.agent.http.api.base.APIResource

isLeaf = False
post(**kwargs)[source]
class pyfarm.agent.http.api.state.Status[source]

Bases: pyfarm.agent.http.api.base.APIResource

isLeaf = False
get(**_)[source]