multicloud.interconnect.service_sw_package
Operation: GET /dataservice/multicloud/interconnect/service-sw-package
API to retrieve the Interconnect Services Sw Package Types Information from vManage.
def get_interconnect_service_sw_pkg(
interconnect_provider_name: str,
interconnect_account_id: str,
interconnect_service_type: str,
interconnect_service_vendor_name: str,
region: Optional[str] = None,
) -> InlineResponse20015: ...
Example:
from catalyswan.core import create_client
url = "example.com"
username = "admin"
password = "password123"
with create_client(
url=url, username=username, password=password
) as client:
client.multicloud.interconnect.service_sw_package.get_interconnect_service_sw_pkg()