Use > OO Designer > Author in OO Designer > Author Flows > Extract and Modify Output Values

Extract and Modify 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