asheikm edited a comment on issue #6385:
URL: https://github.com/apache/trafficcontrol/issues/6385#issuecomment-995397452


   can we directly issue this command on cli ? or with curl ? 
   ```
   $ topost -kp deliveryservices '{
        "active": false,
        "cdnId": 2,
        "displayName": "test",
        "dnsBypassCname": "test",
        "dscp": 1,
        "geoLimit": 1,
        "geoLimitCountries": "[US, CA]",
        "geoProvider": -7,
        "initialDispersion": 1,
        "ipv6RoutingEnabled": true,
        "logsEnabled": true,
        "missLat": 0,
        "missLong": 0,
        "multiSiteOrigin": false,
        "orgServerFqdn": "http://origin.infra.ciab.test";,
        "protocol": 7,
        "qstringIgnore": 5,
        "rangeRequestHandling": 0,
        "regionalGeoBlocking": false,
        "tenantId": 1,
        "typeId": 1,
        "xmlId": "test",
        "consistentHashQueryParams": ["format", "something fine", "trred"]
   }'
   ```
   Edit: I got doc link, let me try curl with post request for this, in the 
mean time, how to use `topost` if it is tool ? or is it alias ?


-- 
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]


Reply via email to