serDrem opened a new issue, #7433: URL: https://github.com/apache/trafficcontrol/issues/7433
## This Bug Report affects these Traffic Control components: - Traffic Ops ## Current behavior: TODB tables cdni_host_limits and cdni_total_limits missing. They are required for OC/CI/configuration/request to work properly. Currently those return 500 ## Expected behavior: be able to use OC/CI/configuration/request as defined in https://traffic-control-cdn.readthedocs.io/en/latest/api/v5/oc_ci_configuration_requests.html ## Steps to reproduce: put to https://tp.staging.cdnlab.comcast.net/api/4.0/OC/CI/configuration { "type": "MI.HostMetadata", "host": "example.com", "metadata": [ { "generic-metadata-type": "MI.RequestedCapacityLimits", "generic-metadata-value": { "requested-limits": [ { "limit-type": "egress", "limit-value": 20000, "footprints": [ { "footprint-type": "ipv4cidr", "footprint-value": [ "127.0.0.1", "127.0.0.2" ] } ] } ] } } ] } Be able to approve the request via put https://tp.staging.cdnlab.comcast.net/api/4.0/OC/CI/configuration/request/13/true -- 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]
