Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions traffic_control/clients/python/trafficops/tosession.py
Original file line number Diff line number Diff line change
Expand Up @@ -1356,17 +1356,6 @@ def get_parameters_by_profile_id(self, profile_id=None):
:raises: Union[LoginError, OperationError]
"""

@api_request('get', 'profiles/{id:d}/unassigned_parameters', ('2.0',))
def get_unnassigned_parameters_by_profile_id(self, profile_id=None):
"""
Get all Parameters associated with a Profile by Id.
:ref:`to-api-profiles-id-unassigned_parameters`
:param profile_id: The profile Id
:type profile_id: int
:rtype: Tuple[Union[Dict[str, Any], List[Dict[str, Any]]], requests.Response]
:raises: Union[LoginError, OperationError]
"""

@api_request('get', 'profiles/name/{profile_name}/parameters', ('2.0',))
def get_parameters_by_profile_name(self, profile_name=None):
"""
Expand Down