cc1
v2.1
CC1 source code docs
|
Functions | |
def | finish_command |
REST stub for finish_command. | |
def | get_command |
def | hello |
REST stub for hello function. |
def src.cm.views.ctx.functions.finish_command | ( | remote_ip, | |
command_id, | |||
status, | |||
returns = None , |
|||
kw | |||
) |
REST stub for finish_command.
remote_ip | (POST string ) |
command_id | (POST string ) hash string identyfing command |
status | (POST string ) |
returns | (POST dict ) dictionary containing VM returned values |
kw | (POST dict ) keyword params |
Definition at line 98 of file functions.py.
def src.cm.views.ctx.functions.get_command | ( | remote_ip, | |
kw | |||
) |
remote_ip | (POST string ) |
kw | (POST dict ) keyword params |
Command
) next command from the que to the asking VM Definition at line 63 of file functions.py.
def src.cm.views.ctx.functions.hello | ( | remote_ip, | |
kw | |||
) |
REST stub for hello function.
remote_ip | (POST string ) |
kw | (POST) |
Definition at line 43 of file functions.py.