v1.feature_profile.sd_routing.transport
Operation: GET /dataservice/v1/feature-profile/sd-routing/transport
Get all SD-Routing Transport Feature Profiles
def get_sdrouting_transport_feature_profiles(
offset: Optional[int] = None, limit: Optional[int] = 0
) -> 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.v1.feature_profile.sd_routing.transport.get_sdrouting_transport_feature_profiles()
Operation: POST /dataservice/v1/feature-profile/sd-routing/transport
Create a SD-Routing Transport Feature Profile
def create_sdrouting_transport_feature_profile(
payload: Optional[str] = None,
) -> str: ...
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.v1.feature_profile.sd_routing.transport.create_sdrouting_transport_feature_profile()
Operation: GET /dataservice/v1/feature-profile/sd-routing/transport/{transportId}
Get a SD-Routing Transport Feature Profile
def get_sdrouting_transport_feature_profile(
transport_id: 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.v1.feature_profile.sd_routing.transport.get_sdrouting_transport_feature_profile()
Operation: PUT /dataservice/v1/feature-profile/sd-routing/transport/{transportId}
Edit a SD-Routing Transport Feature Profile
def edit_sdrouting_transport_feature_profile(
transport_id: str, payload: Optional[str] = None
) -> str: ...
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.v1.feature_profile.sd_routing.transport.edit_sdrouting_transport_feature_profile()
Operation: DELETE /dataservice/v1/feature-profile/sd-routing/transport/{transportId}
Delete a SD-Routing Transport Feature Profile
def delete_sdrouting_transport_feature_profile(
transport_id: str,
) -> None: ...
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.v1.feature_profile.sd_routing.transport.delete_sdrouting_transport_feature_profile()
- v1.feature_profile.sd_routing.transport.cellular_controller
- v1.feature_profile.sd_routing.transport.cellular_profile
- v1.feature_profile.sd_routing.transport.global_vrf
- v1.feature_profile.sd_routing.transport.gps
- v1.feature_profile.sd_routing.transport.ipv4_acl
- v1.feature_profile.sd_routing.transport.management_vrf
- v1.feature_profile.sd_routing.transport.multicloud_connection
- v1.feature_profile.sd_routing.transport.objecttracker
- v1.feature_profile.sd_routing.transport.objecttrackergroup
- v1.feature_profile.sd_routing.transport.route_policy
- v1.feature_profile.sd_routing.transport.routing
- v1.feature_profile.sd_routing.transport.tracker
- v1.feature_profile.sd_routing.transport.trackergroup
- v1.feature_profile.sd_routing.transport.vrf