This repository was archived by the owner on Nov 24, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 353
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
/deliveryservices/sslkeys/generate docs are missing the deliveryservice parameter #3579
Copy link
Copy link
Closed
Labels
Traffic Opsrelated to Traffic Opsrelated to Traffic Opsdocumentationrelated to documentationrelated to documentationmedium impactimpacts a significant portion of a CDN, or has the potential to do soimpacts a significant portion of a CDN, or has the potential to do sotech debtrework due to choosing easy/limited solutionrework due to choosing easy/limited solution
Description
Docs are incorrect for POST /deliveryservices/sslkeys/generate
https://traffic-control-cdn.readthedocs.io/en/latest/api/v4/deliveryservices_sslkeys_generate.html
They should include all parameters from
trafficcontrol/lib/go-tc/deliveryservice_ssl_keys.go
Lines 54 to 66 in 22d56e1
| type DeliveryServiceSSLKeysReq struct { | |
| CDN *string `json:"cdn,omitempty"` | |
| DeliveryService *string `json:"deliveryservice,omitempty"` | |
| BusinessUnit *string `json:"businessUnit,omitempty"` | |
| City *string `json:"city,omitempty"` | |
| Organization *string `json:"organization,omitempty"` | |
| HostName *string `json:"hostname,omitempty"` | |
| Country *string `json:"country,omitempty"` | |
| State *string `json:"state,omitempty"` | |
| // Key is the XMLID of the delivery service | |
| Key *string `json:"key"` | |
| Version *util.JSONIntStr `json:"version"` | |
| Certificate *DeliveryServiceSSLKeysCertificate `json:"certificate,omitempty"` |
Metadata
Metadata
Assignees
Labels
Traffic Opsrelated to Traffic Opsrelated to Traffic Opsdocumentationrelated to documentationrelated to documentationmedium impactimpacts a significant portion of a CDN, or has the potential to do soimpacts a significant portion of a CDN, or has the potential to do sotech debtrework due to choosing easy/limited solutionrework due to choosing easy/limited solution