File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -112,12 +112,24 @@ curl -X POST \
112112 "message" :" No valid receipt or free query auth token provided"
113113}
114114```
115- <!-- # Subgraph health check
116- ✗ curl http://localhost:7300/subgraphs/health/QmVhiE4nax9i86UBnBmQCYDzvjWuwHShYh7aspGPQhU5Sj
117- "Subgraph deployment is up to date"%
115+ ## Subgraph health check
116+ ``` bash
117+ curl http://localhost:7600/subgraphs/health/QmVhiE4nax9i86UBnBmQCYDzvjWuwHShYh7aspGPQhU5Sj
118+ ```
119+ ``` json
120+ {
121+ "health" : " healthy"
122+ }
123+ ```
118124## Unfound subgraph
119- ✗ curl http://localhost:7300/subgraphs/health/QmacQnSgia4iDPWHpeY6aWxesRFdb8o5DKZUx96zZqEWrB
120- "Invalid indexing status"% -->
125+ ``` bash
126+ curl http://localhost:7600/subgraphs/health/QmacQnSgia4iDPWHpeY6aWxesRFdb8o5DKZUx96zZqEWrB
127+ ```
128+ ``` json
129+ {
130+ "error" : " Deployment not found"
131+ }
132+ ```
121133
122134# Network queries
123135## Checks for auth and configuration to serve-network-subgraph
You can’t perform that action at this time.
0 commit comments