Return whether shared SSL certificate existsDeprecated

This function checks whether a shared SSL certificate is associated with the account.

SecurityBasicAuth
Responses
200

HTTP Request was successful.

Response Schema: application/json
apiversion
integer

The version of the API.

func
string

The name of the method called.

module
string

The name of the module called.

object
get/SSL/check_shared_cert
Request samples
uapi --output=jsonpretty \
  --user=username \
  SSL \
  check_shared_cert
Response samples
application/json
{
  • "apiversion": 3,
  • "func": "check_shared_cert",
  • "module": "SSL",
  • "result": {
    • "data": 0,
    • "errors": null,
    • "messages": null,
    • "metadata": { },
    • "status": 0,
    • "warnings": null
    }
}