This function retrieves the license holder's support-related information.
Note:
HTTP Request was successful.
object | |
object |
https://hostname.example.com:2087/cpsess##########/json-api/ticket_get_support_info?api.version=1
{- "data": {
- "arch": "x86_64",
- "arch_supported": 1,
- "company_id": 7,
- "company_name": "Example, L.L.C.",
- "distro": "centos enterprise 6.8",
- "distro_supported": 1,
- "gets_direct_support": 0,
- "has_company_info": 0,
- "has_compatibility_info": 1,
- "hostname": "server.example.com",
- "ip": "192.168.0.1",
- "tech_contact_email": "support@example.com"
}, - "metadata": {
- "command": "ticket_get_support_info",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}