Skip to main content

tickets

Overview

Nametickets
TypeResource
Idlinode.support.tickets

Fields

NameDatatypeDescription
idintegerThe ID of the Support Ticket.
descriptionstringThe full details of the issue or question.
attachmentsarrayA list of filenames representing attached files associated with this Ticket.
closablebooleanWhether the Support Ticket may be closed.
closedstringThe date and time this Ticket was closed.
entityobjectThe entity this Ticket was opened for.
gravatar_idstringThe Gravatar ID of the User who opened this Ticket.
openedstringThe date and time this Ticket was created.
opened_bystringThe User who opened this Ticket.
statusstringThe current status of this Ticket.
summarystringThe summary or title for this Ticket.
updatedstringThe date and time this Ticket was last updated.
updated_bystringThe User who last updated this Ticket.

Methods

NameAccessible byRequired ParamsDescription
getTicketSELECTticketIdReturns a Support Ticket under your Account.
getTicketsSELECTReturns a collection of Support Tickets on your Account. Support Tickets can be both tickets you open with Linode for support, as well as tickets generated by Linode regarding your Account.
This collection includes all Support Tickets generated on your Account, with open tickets returned first.
createTicketINSERTdata__description, data__summaryOpen a Support Ticket.
Only one of the ID attributes (linode_id, domain_id, etc.) can be set on a single Support Ticket.
_getTicketEXECticketIdReturns a Support Ticket under your Account.
_getTicketsEXECReturns a collection of Support Tickets on your Account. Support Tickets can be both tickets you open with Linode for support, as well as tickets generated by Linode regarding your Account.
This collection includes all Support Tickets generated on your Account, with open tickets returned first.
closeTicketEXECticketIdCloses a Support Ticket you have access to modify.