Skip to content

Instantly share code, notes, and snippets.

@underscorephil
Created September 9, 2013 15:55
Show Gist options
  • Save underscorephil/6497645 to your computer and use it in GitHub Desktop.
Save underscorephil/6497645 to your computer and use it in GitHub Desktop.
import SoftLayer.API
apiUsername = ''
apiKey = ''
client = SoftLayer.Client(
username=apiUsername,
api_key=apiKey,
)
ticket_id =
result = client['Ticket'].getLastUpdate(id=ticket_id)
print result['entry']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment