You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Stephane Maarek (JIRA)" <ji...@apache.org> on 2016/10/14 03:58:20 UTC

[jira] [Created] (NIFI-2900) Some API endpoints don't return DateTime in expected format

Stephane Maarek created NIFI-2900:
-------------------------------------

             Summary: Some API endpoints don't return DateTime in expected format
                 Key: NIFI-2900
                 URL: https://issues.apache.org/jira/browse/NIFI-2900
             Project: Apache NiFi
          Issue Type: Bug
          Components: Core Framework
    Affects Versions: 1.0.0
            Reporter: Stephane Maarek


Hi,

the endpoint /flow/process-group/id is supposed to return lastRefreshed as part of ProcessGroupFlowDTO as a DateTime, as indicated here:
lastRefreshed	string (date-time)	optional	The time the flow for the process group was last refreshed.

as it currently stands, what I am getting doesn't look like a timestamp:
"lastRefreshed":"14:02:46 AEDT"

I'm not sure how much of the overall API is affected



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)