Hi, I'm trying to use the Storm REST API, specifically /api/v1/topology/:id (GET)
My question is, how would I find the topology ID? the only way I could find was to establish a connection to the topology using thrift to get ClusterSummary, which would let me access to TopologySummary, which would eventally give me the ID. Is there a better way? Thanks. Much appreciated. -Hong
