I have found an example on how to create a ticket via the Softlayer API:
And I have found the documentation on the SoftLayer_Ticket
data type:
What I cannot find is a list of "internal identifiers" that the subjectId
type can use. In the example above subjectId: 1121
creates a ticket for Hardware Firewall Question (ID 1121), but I do not know where to find the correct subjectId
for other problems. Can somebody show me where to look?