You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by "Ryan Lo (Jira)" <ji...@apache.org> on 2020/09/01 09:15:00 UTC

[jira] [Created] (SUBMARINE-614) Environment Id should be string in JSON response

Ryan Lo created SUBMARINE-614:
---------------------------------

             Summary: Environment Id should be string in JSON response
                 Key: SUBMARINE-614
                 URL: https://issues.apache.org/jira/browse/SUBMARINE-614
             Project: Apache Submarine
          Issue Type: Improvement
          Components: environment
            Reporter: Ryan Lo
             Fix For: 0.5.0


When I created an environment via Restful API, it returned the following response.
{code:java}
{"status":"OK","code":200,"success":true,"message":null,"result":{"environmentId":{"id":1,"serverTimestamp":1598950958206},"environmentSpec":{"name":"my-submarine-env","dockerImage":"apache/submarine:jupyter-notebook-0.5.0-SNAPSHOT","kernelSpec":{"name":"team_default_python_3.7","channels":["defaults"],"dependencies":[""]},"description":null,"image":null}},"attributes":{}}
{code}
The environmentId value should be string like "environment_1598950958206_001"



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@submarine.apache.org
For additional commands, e-mail: dev-help@submarine.apache.org