Support Tickets
Ticket Management
Import customer information from Customer Portal
This function retrieves the license holder's support-related information.
Note:
- This function is not available through the command line. You must call it as a request body.
- To use this function, you must set up a cPanelID token in your current session. For more information, read our cPanelID documentation.
get/ticket_get_support_info
Response
HTTP Request was successful.
Example response
{
"data": {
"arch": "x86_64",
"arch_supported": 1,
"company_id": 7,
"company_name": "Example, L.L.C.",
"distro": "centos enterprise 6.8",
"distro_supported": 1,
"has_compatibility_info": 1,
"hostname": "server.example.com",
"ip": "192.168.0.1",
"logo_url": "http://example.com/assets/ourlogo.png",
"pub_support_contact": "http://documentation.example.com/",
"pub_tech_contact": "https://support.example.com/",
"tech_contact_email": "support@example.com"
},
"metadata": {
"command": "ticket_get_support_info",
"reason": "OK",
"result": 1,
"version": 1
}
}