dneuman64 commented on a change in pull request #2684: python lib updated to
api v1.3
URL: https://github.com/apache/trafficcontrol/pull/2684#discussion_r210430517
##########
File path: traffic_control/clients/python/trafficops/trafficops/tosession.py
##########
@@ -331,17 +331,17 @@ def get_deliveryservice_by_id(self,
delivery_service_id=None):
:rtype: Tuple[Dict[Text, Any], requests.Response]
:raises: Union[trafficops.restapi.LoginError,
trafficops.restapi.OperationError]
"""
- @restapi.api_request(u'get', u'servers/hostname/{name}/details', (u'1.1',
u'1.2',))
+ @restapi.api_request(u'get', u'servers/hostname/{name}/details', (u'1.1',
u'1.2', u'1.3',))
def get_server_details(self, name=None):
"""
#GET /api/1.2/servers/hostname/:name/details
Get server details from trafficOps
-
https://trafficcontrol.apache.org/docs/latest/development/traffic_ops_api/v12/server.html
+
https://trafficcontrol.incubator.apache.org/docs/latest/development/traffic_ops_api/v12/server.html
Review comment:
https://traffic-control-cdn.readthedocs.io/en/latest/api/v12/server.html
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services