underwoodb-sd-ibm commented on issue #20: "wsk activation list" should show more information about activations URL: https://github.com/apache/incubator-openwhisk/issues/20#issuecomment-318662957 @mdeuser - Quick note about the `--full` list: the information in the json format is not currently formatted in a necessarily human-friendly way when it comes to time. Here is an example of what it might look like if we still pursued the full list you were discussing: ``` $ wsk activation list activations Activation: 3134aa36e0cb458dbf11210afffa7c83 Name: hello Type: action Start Date: 2017-07-28 Start Time: 09:01:03 End Time: 09:01:03 Duration (ms): 79 Status: success Activation: 8be7b9b23749477dbd9d0a21ddadec34 Name: thisisareallyreallyreallyreallyREALLYreallylongactionname Type: action Start Date: 2017-07-27 Start Time: 12:45:40 End Time: 12:45:40 Duration (ms): 44 Status: success ``` Also of note: API full list used to be printed out in JSON format, but has since been changed to the way `wsk api list -f` prints now, as you had suggested we look into. Not sure if this might be in some other issue? - With regards to changing the back end: we are unsure. The json output has a `path` value under annotations that includes the package name, and it seems easy to grab the `packageName/entityName` from it. We're not sure if it's better to use that information to create the name, or to change the backend to give us the name beforehand. Thoughts? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
