"SoftLayer_" prefix removed for readability.
Retrieve all available ticket statuses.
getAllTicketStatuses() retrieves a list of all statuses that a ticket may exist in. Ticket status represent the current state of a ticket, usually “open”, “assigned”, and “closed”.
Every SoftLayer ticket has statusId and status properties that correspond to one of the statuses returned by getAllTicketStatuses().
None