cortex-xpanse-python-sdk.readthedocs.io - Cortex Xpanse Python SDK — Xpanse 2.1.0 documentation

Example domain paragraphs

This library is intended to be an interface to the Xpanse Expander API .

pip install xpanse Requirements ¶ Python 3.7+

# Import client from xpanse.client import ExClient # initialize client client = ExClient () # get ip_range iterator object and dump to a list ranges = client . assets . ip_range . list () . dump () You can view more example code in the examples directory.

Links to cortex-xpanse-python-sdk.readthedocs.io (1)