This function lists SSL-related items on a domain.
Important:
When you disable the Calendars and Contacts, Receive Mail, Web Disk, Webmail, and Web Server roles, the system disables this function.
domains | string The domain name or names. domains=domains=example1.com|example2.com domains=example.com |
item | string Default: "key" The SSL item type or types.
item=item=key|csr item=key |
apiversion | integer The version of the API. |
func | string The name of the method called. |
module | string The name of the module called. |
object |
uapi --user=username SSL list_ssl_items
{- "apiversion": 3,
- "func": "list_ssl_items",
- "module": "SSL",
- "result": {
- "data": [
- {
- "host": "example.com",
- "id": "example_com_a74f7_9dddf_1446659822_eae1ff43c4ec1991e195877c55755eff",
- "type": "key"
}
], - "errors": null,
- "messages": null,
- "metadata": {
- "transformed": 1
}, - "status": 1,
- "warnings": null
}
}