0

cm api: cluster:7180/ap1/v14/clusters/cluster/parcels/products/STREAMSETS_DATACOLLECTOR/versions/3.2.0.0

reword:

{
  "product" : "STREAMSETS_DATACOLLECTOR",
  "versions" : "3.2.0.0",
  "stage" : "ACTIVATING",
  "state" : {
     "progress" : 0,
     "totalProgress" : 100,
     "count" : 0,
     "totalCouny" : 3
  },
  "clusterRef" : {
      "clusterName" : "cluster"
  }
}

now It's always activing, I cound't stop it!!!

like this

enter image description here

enter image description here

please help me!!

ps: use api: cluster:7180/ap1/v14/clusters/cluster/parcels/products/STREAMSETS_DATACOLLECTOR/versions/3.2.0.0/commands/deactive can not stop it;

now has solved. use curl -u username:password -X POST "...cm api"

1 Answers1

0

you can use command in linux to execute the api:

curl -u username:password -X POST "http://ip:7180/ap1/v14/clusters/cluster/parcels/products/STREAMSETS_DATACOLLECTOR/versions/3.2.0.0"

to end activing statge .

do not be with web page to execute apis, its not to take effect