cbapi Python Bindings - 1.3.1
This is a bugfix release with minor changes:
-
Cb Response
- Add
partition_operations.pyscript to demonstrate the use of the StoragePartition model object. - Fix errors when accessing the
.startattribute of child processes. - Fix errors generated by the
walk_children.pyexample script. The output has been changed as well to indicate the process lifetime, console UI link, and command lines. - Add an
.endattribute to the Process model object. This attribute reports back eitherNoneif the process is still executing, or the last event time associated with the process if it has exited. See thewalk_children.pyscript for an example of how to calculate process lifetime. - Fix errors when using the
.parentsattribute of a Process. - Add
wait_for_completionflag tocreate_processLive Response method, and default toTrue. Thecreate_processmethod will now wait for the target process to complete before
returning.
- Add
-
Cb Defense
- Add
wait_for_completionflag tocreate_processLive Response method, and default toTrue. Thecreate_processmethod will now wait for the target process to complete before returning.
- Add