semtk3.nodegroupstoreclient module

class semtk3.nodegroupstoreclient.NodegroupStoreClient(serverURL)

Bases: SemTkClient

exec_delete_stored_item(item_id, item_type)
exec_get_stored_item_by_id(item_id, item_type)
exec_get_stored_items_metadata(item_type)
exec_store_item(item_id, comments, creator, item_json_str, item_type)