You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As validated on both v12 and v13, the Certkeyname parameter for resource Sslcertlink is incorrect and should be Certkey. As is, an error is received Incorrect parameter name. Interestingly, the api docs show it as Certkeyname.
Current:
typeSslcertlinkstruct {
//------- Read only Parameter ---------;Certkeynamestring`json:"certkeyname,omitempty"`Linkcertkeynamestring`json:"linkcertkeyname,omitempty"`
}
Updated:
typeSslcertlinkstruct {
//------- Read only Parameter ---------;Certkeystring`json:"certkey,omitempty"`Linkcertkeynamestring`json:"linkcertkeyname,omitempty"`
}
The text was updated successfully, but these errors were encountered:
gdbarron
added a commit
to gdbarron/adc-nitro-go
that referenced
this issue
Nov 19, 2022
As validated on both v12 and v13, the
Certkeyname
parameter for resource Sslcertlink is incorrect and should beCertkey
. As is, an error is received Incorrect parameter name. Interestingly, the api docs show it as Certkeyname.Current:
Updated:
The text was updated successfully, but these errors were encountered: