cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
Classes | |
class | cFcluster |
Clusters functions. More... | |
class | cFinstance |
Instances functions. More... | |
class | cFimage |
Images functions. More... | |
Functions | |
def | post_cluster (cFuser user, number_of_FPGA_nodes, role_image_id, host_address) |
def | get_cluster_data (cFcluster cluster) |
def | get_clusters_data (cFuser user, limit=100) |
def | delete_cluster_data (cFcluster cluster) |
def | restart_cluster_apps (cFcluster cluster) |
def | get_instances_data (cFuser user, limit=100) |
def | create_instance () |
def | get_instance_data (cFinstance instance) |
def | reprogram_instance () |
def | api_request_instance () |
def | restart_instance_app (cFinstance instance) |
def | delete_instance (cFinstance instance) |
def | get_images (cFuser user) |
def | get_image (cFimage image) |
def | post_image (cFimage image) |
def | delete_image (cFimage image) |
def | get_resource_status (resource_id, cFuser admin) |
Resources functions (admin only) More... | |
def | set_resource_status (resource_id, new_status, cFuser admin) |
def cFSPlib.mngmt.delete_cluster_data | ( | cFcluster | cluster | ) |
def cFSPlib.mngmt.delete_instance | ( | cFinstance | instance | ) |
def cFSPlib.mngmt.get_cluster_data | ( | cFcluster | cluster | ) |
Definition at line 103 of file mngmt.py.
def cFSPlib.mngmt.get_clusters_data | ( | cFuser | user, |
limit = 100 |
|||
) |
Definition at line 126 of file mngmt.py.
def cFSPlib.mngmt.get_instance_data | ( | cFinstance | instance | ) |
def cFSPlib.mngmt.get_instances_data | ( | cFuser | user, |
limit = 100 |
|||
) |
Definition at line 201 of file mngmt.py.
def cFSPlib.mngmt.get_resource_status | ( | resource_id, | |
cFuser | admin | ||
) |
Resources functions (admin only)
Definition at line 333 of file mngmt.py.
def cFSPlib.mngmt.post_cluster | ( | cFuser | user, |
number_of_FPGA_nodes, | |||
role_image_id, | |||
host_address | |||
) |
Definition at line 62 of file mngmt.py.
def cFSPlib.mngmt.restart_cluster_apps | ( | cFcluster | cluster | ) |
Definition at line 166 of file mngmt.py.
def cFSPlib.mngmt.restart_instance_app | ( | cFinstance | instance | ) |
Definition at line 257 of file mngmt.py.
def cFSPlib.mngmt.set_resource_status | ( | resource_id, | |
new_status, | |||
cFuser | admin | ||
) |
Definition at line 347 of file mngmt.py.