Skip to content

Instantly share code, notes, and snippets.

@JasonConger
Created October 15, 2015 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JasonConger/3faeeabf72daffea0f4b to your computer and use it in GitHub Desktop.
Save JasonConger/3faeeabf72daffea0f4b to your computer and use it in GitHub Desktop.
Exmple JSON output from Citrix Configuration Log
{
"EntryId": "3_0_3",
"Date": "\/Date(1443804400000)\/",
"Account": "LAB\\administrator",
"TaskType": 2,
"ItemType": 0,
"ItemName": "Calc",
"Description": "Published application Calc was modified.",
"Details": [
{
"PropertyName": "Application Description",
"OldValue": "Calculator",
"NewValue": "Calculator 123"
}
],
"References": [
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment