Skip to content

Incorrect parameter name for sslcertlink resource #67

@gdbarron

Description

@gdbarron

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:

type Sslcertlink struct {

	//------- Read only Parameter ---------;

	Certkeyname         string `json:"certkeyname,omitempty"`
	Linkcertkeyname string `json:"linkcertkeyname,omitempty"`
}

Updated:

type Sslcertlink struct {

	//------- Read only Parameter ---------;

	Certkey         string `json:"certkey,omitempty"`
	Linkcertkeyname string `json:"linkcertkeyname,omitempty"`
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions