multicloud.interconnect.colors

Operation: GET /dataservice/multicloud/interconnect/colors/{tunnel-type}

API to retrieve supported Colors for Interconnect tunnel type.

def get_interconnect_colors(
    tunnel_type: TunnelTypeParam,
) -> InlineResponse2002: ...

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.colors.get_interconnect_colors()