Use > OO Designer > Authoring in OO Designer > Authoring Flows > Extracting and Modifying Output Values

Extracting and Modifying Output Values

You can extract and modify parts of an output, using python.

For example, if you only want the maximum, minimum, and average round-trip times for a ping operation to a server, you can isolate and extract all three pieces of information from the operation’s raw output.

Another example is to extract the HTTP code from an HTTP response.

See https://github.com/CloudSlang/cloud-slang-content/tree/master/content/io/cloudslang/base/xml.

Examples of Using Python to Manipulate Outputs