Kashatlast2 commented on code in PR #7692:
URL: https://github.com/apache/trafficcontrol/pull/7692#discussion_r1286318778
##########
traffic_control/clients/python/trafficops/tosession.py:
##########
@@ -1522,6 +1522,38 @@ def delete_multiple_servers_capabilities(self,
data=None):
:raises: Union[LoginError, OperationError]
"""
+ #
+ # Server_server_capabilities
+ #
+ @api_request('get', 'server_server_capabilities', ('3.0', '4.0', '4.1',
'5.0'))
+ def get_server_server_capabilities(self, query_params=none):
+ """
+ Gets all associations of Server Capabilities to cache servers.
+ :ref:`to-api-server_server_capabilities`
+ :rtype: Tuple[Dict[str, Any], requests.Response]
+ :raises: Union[LoginError, OperationError]
+ """
+
+
+ @api_request('post', 'server_server_capabilities', ('3.0', '4.0',
'4.1', '5.0'))
+ def associate_server_capability_to_server(self, data=None):
+ """
+ Associate server capability to server.
Review Comment:
added annotation for data param
--
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]