gokulakrishnansvm commented on code in PR #7701:
URL: https://github.com/apache/trafficcontrol/pull/7701#discussion_r1286322110
##########
traffic_control/clients/python/trafficops/tosession.py:
##########
@@ -426,6 +426,19 @@ def delete_cache_group_parameters(self,
cache_group_id=None, parameter_id=None):
:rtype: Tuple[Dict[str, Any], requests.Response]
:raises: Union[LoginError, OperationError]
"""
+
+ @api_request('post', 'cachegroups/{cache_group_id:d}/deliveryservices',
('3.0', '4.0', '4.1', '5.0',))
+ def assign_cachegroups_to_deliveryservice(self, cache_group_id=None,
data=None):
+ """
+ Assigns all of the “assignable” servers within a Cache Group to
one or more Delivery Services.
+ :ref:`to-api-cachegroups-id-delivery_services`
+ :param cache_group_id: The Cache Group Id
+ :type cache_group_id: int
+ :param data: The update action. QueueUpdateRequest() can be
used for this argument also.
Review Comment:
Yeah, Will remove this
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]