v1.feature_profile.sdwan.policy_object
Operation: GET /dataservice/v1/feature-profile/sdwan/policy-object/{policyObjectId}/{policyObjectListType}
Get Data Prefix Profile Parcels for Policy Object feature profile
def get_data_prefix_profile_parcel_for_policy_object(
policy_object_id: str,
policy_object_list_type: PolicyObjectListTypeParam,
reference_count: Optional[bool] = False,
) -> 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.sdwan.policy_object.get_data_prefix_profile_parcel_for_policy_object()
Operation: POST /dataservice/v1/feature-profile/sdwan/policy-object/{policyObjectId}/{policyObjectListType}
Create a Data Prefix Profile Parcel for Security Policy Object feature profile
def create_data_prefix_profile_parcel_for_security_policy_object(
policy_object_id: str,
policy_object_list_type: PolicyObjectListTypeParam,
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.sdwan.policy_object.create_data_prefix_profile_parcel_for_security_policy_object()
Operation: GET /dataservice/v1/feature-profile/sdwan/policy-object/{policyObjectId}/{policyObjectListType}/{listObjectId}
Get Data Prefix Profile Parcel by parcelId for Policy Object feature profile
def get_data_prefix_profile_parcel_by_parcel_id_for_policy_object(
policy_object_id: str,
policy_object_list_type: PolicyObjectListTypeParam,
list_object_id: str,
references: Optional[bool] = False,
) -> 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.sdwan.policy_object.get_data_prefix_profile_parcel_by_parcel_id_for_policy_object()
Operation: PUT /dataservice/v1/feature-profile/sdwan/policy-object/{policyObjectId}/{policyObjectListType}/{listObjectId}
Update a Data Prefix Profile Parcel for Policy Object feature profile
def edit_data_prefix_profile_parcel_for_policy_object(
policy_object_id: str,
policy_object_list_type: PolicyObjectListTypeParam,
list_object_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.sdwan.policy_object.edit_data_prefix_profile_parcel_for_policy_object()
Operation: DELETE /dataservice/v1/feature-profile/sdwan/policy-object/{policyObjectId}/{policyObjectListType}/{listObjectId}
Delete a Data Prefix Profile Parcel for Policy Object feature profile
def delete_data_prefix_profile_parcel_for_policy_object(
policy_object_id: str,
policy_object_list_type: PolicyObjectListTypeParam,
list_object_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.sdwan.policy_object.delete_data_prefix_profile_parcel_for_policy_object()
- v1.feature_profile.sdwan.policy_object.unified
- v1.feature_profile.sdwan.policy_object.security_data_ip_prefix
- v1.feature_profile.sdwan.policy_object.security_fqdn
- v1.feature_profile.sdwan.policy_object.security_port
- v1.feature_profile.sdwan.policy_object.security_localapp
- v1.feature_profile.sdwan.policy_object.security_localdomain
- v1.feature_profile.sdwan.policy_object.security_ipssignature
- v1.feature_profile.sdwan.policy_object.security_urllist
- v1.feature_profile.sdwan.policy_object.security_protocolname
- v1.feature_profile.sdwan.policy_object.security_geolocation
- v1.feature_profile.sdwan.policy_object.security_identity
- v1.feature_profile.sdwan.policy_object.security_scalablegrouptag
- v1.feature_profile.sdwan.policy_object.security_zone
- v1.feature_profile.sdwan.policy_object.app_list
- v1.feature_profile.sdwan.policy_object.sla_class
- v1.feature_profile.sdwan.policy_object.as_path
- v1.feature_profile.sdwan.policy_object.class
- v1.feature_profile.sdwan.policy_object.data_ipv6_prefix
- v1.feature_profile.sdwan.policy_object.data_prefix
- v1.feature_profile.sdwan.policy_object.expanded_community
- v1.feature_profile.sdwan.policy_object.ext_community
- v1.feature_profile.sdwan.policy_object.ipv4_network_object_group
- v1.feature_profile.sdwan.policy_object.ipv4_service_object_group
- v1.feature_profile.sdwan.policy_object.ipv6_prefix
- v1.feature_profile.sdwan.policy_object.mirror
- v1.feature_profile.sdwan.policy_object.policer
- v1.feature_profile.sdwan.policy_object.prefix
- v1.feature_profile.sdwan.policy_object.standard_community
- v1.feature_profile.sdwan.policy_object.vpn_group
- v1.feature_profile.sdwan.policy_object.app_probe
- v1.feature_profile.sdwan.policy_object.tloc
- v1.feature_profile.sdwan.policy_object.color
- v1.feature_profile.sdwan.policy_object.preferred_color_group
- v1.feature_profile.sdwan.policy_object.schema
- Models