mhoppa commented on a change in pull request #4518: Add service category
feature to TO and TP
URL: https://github.com/apache/trafficcontrol/pull/4518#discussion_r395155457
##########
File path: traffic_ops/traffic_ops_golang/deliveryservice/deliveryservices.go
##########
@@ -904,6 +987,7 @@ func readGetDeliveryServices(params map[string]string, tx
*sqlx.Tx, user *auth.C
"logsEnabled":
dbhelpers.WhereColumnInfo{"ds.logs_enabled", api.IsBool},
"tenant": dbhelpers.WhereColumnInfo{"ds.tenant_id",
api.IsInt},
"signingAlgorithm":
dbhelpers.WhereColumnInfo{"ds.signing_algorithm", nil},
+ "serviceCategory":
dbhelpers.WhereColumnInfo{"ds.service_category", api.IsInt},
Review comment:
this was added as a query parameter 👍 the docs should be updated with it
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services