You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Prachi Garg (JIRA)" <ji...@apache.org> on 2018/10/03 21:40:00 UTC

[jira] [Comment Edited] (IGNITE-6784) Document cluster activation via REST protocol

    [ https://issues.apache.org/jira/browse/IGNITE-6784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16637528#comment-16637528 ] 

Prachi Garg edited comment on IGNITE-6784 at 10/3/18 9:39 PM:
--------------------------------------------------------------

[~roman_s], the response from "activate" command is 

{"successStatus":0,"error":null,"sessionToken":null,"response":"activate started"}

Here, does "activate started" mean that the process to activate the cluster is started, or does it mean that the cluster is now active?

 Also, the response from "currentstate" command is 

{"successStatus":0,"error":null,"sessionToken":null,"response":true}

This response does not give me much information. I think instead of "response":true/false, it should be-  "response":active / inactive  based on the state of the cluster. 

 


was (Author: pgarg):
[~roman_s], the response from "activate" command is 

{"successStatus":0,"error":null,"sessionToken":null,"response":"activate started"}

Here, does "activate started" mean that the process to activate the cluster is started, or does it mean that the cluster is now active?

 

> Document cluster activation via REST protocol
> ---------------------------------------------
>
>                 Key: IGNITE-6784
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6784
>             Project: Ignite
>          Issue Type: Task
>          Components: documentation
>    Affects Versions: 2.4
>            Reporter: Denis Magda
>            Assignee: Prachi Garg
>            Priority: Major
>             Fix For: 2.7
>
>
> Starting Ignite 2.3 cluster can be activated with REST protocol. The following commands are supported:
> - {{activate}} - actives the cluster.
> - {{deactivate}} - deactivates the cluster.
> - {{currentstate}} - checks current cluster state.
> Update both pages below:
> https://apacheignite.readme.io/docs/rest-api
> https://apacheignite.readme.io/v2.2/docs/cluster-activation



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)