Skip to content

Instantly share code, notes, and snippets.

Created November 6, 2014 15:29
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 anonymous/6ce737a2a5503600fb57 to your computer and use it in GitHub Desktop.
Save anonymous/6ce737a2a5503600fb57 to your computer and use it in GitHub Desktop.
Service Request execution log for calling custom workflow in UCSD
{
"serviceResult":[
{
"srId":7,
"timestamp":1415287028940,
"severity":0,
"message":"Completed workflow item number 1, with status Completed",
"indent":0
},
{
"srId":7,
"timestamp":1415287034980,
"severity":0,
"message":"Executing workflow item number 2",
"indent":0
},
{
"srId":7,
"timestamp":1415287035047,
"severity":0,
"message":"Executing custom action Get User VMs (custom_getuservms)",
"indent":0
},
{
"srId":7,
"timestamp":1415287028932,
"severity":0,
"message":"Executing workflow item number 1",
"indent":0
},
{
"srId":7,
"timestamp":1415287035207,
"severity":0,
"message":"Completed workflow item number 2, with status Completed",
"indent":0
},
{
"srId":7,
"timestamp":1415287035185,
"severity":0,
"message":"Processing output: vmid",
"indent":0
},
{
"srId":7,
"timestamp":1415287035201,
"severity":0,
"message":"Input/Output values for Task #1 (Get User VMs (custom_getuservms)):",
"indent":0
},
{
"srId":7,
"timestamp":1415287041076,
"severity":0,
"message":"Completed workflow item number 3, with status Completed",
"indent":0
},
{
"srId":7,
"timestamp":1415287035193,
"severity":0,
"message":"output: vmid is not set",
"indent":0
},
{
"srId":7,
"timestamp":1415287035204,
"severity":0,
"message":" [Local Input: Username = ]",
"indent":0
},
{
"srId":7,
"timestamp":1415287041061,
"severity":0,
"message":"Executing workflow item number 3",
"indent":0
}
],
"serviceError":null,
"serviceName":"InfraMgr",
"opName":"userAPIGetServiceRequestLogEntries"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment