multicloud.gateway.edge.setting

Operation: GET /dataservice/multicloud/gateway/edge/setting/{edgeGatewayName}

Deprecated!!!

Get Interconnect Gateway custom setting by Interconnect Gateway name

def get_icgw_custom_setting_details(
    edge_gateway_name: str,
) -> Any: ...

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.gateway.edge.setting.get_icgw_custom_setting_details()