v1.feature_profile.mobility.global
Operation: GET /dataservice/v1/feature-profile/mobility/global
Get Mobility Global Feature Profiles
def get_mobility_global_feature_profile(
offset: Optional[int] = None,
limit: Optional[int] = 0,
reference_count: Optional[bool] = False,
) -> 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.mobility.global_.get_mobility_global_feature_profile()
Operation: GET /dataservice/v1/feature-profile/mobility/global/{globalId}
Get a Mobility Global Feature Profile by profileId
def get_mobility_feature_profile_by_global_id(
global_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.mobility.global_.get_mobility_feature_profile_by_global_id()
- v1.feature_profile.mobility.global_.basic
- v1.feature_profile.mobility.global_.qos
- v1.feature_profile.mobility.global_.aaaservers
- v1.feature_profile.mobility.global_.cellular
- v1.feature_profile.mobility.global_.esimcellular
- v1.feature_profile.mobility.global_.ethernet
- v1.feature_profile.mobility.global_.logging
- v1.feature_profile.mobility.global_.network_protocol
- v1.feature_profile.mobility.global_.security_policy
- v1.feature_profile.mobility.global_.vpn
- v1.feature_profile.mobility.global_.wifi