Add expected outputs

This commit is contained in:
Prathamesh Musale 2024-05-09 12:24:32 +05:30
parent 2c85935af4
commit cb4f0d6fe8
3 changed files with 12 additions and 2 deletions

View File

@ -64,6 +64,9 @@
# Get the deployment URL(s)
laconic registry record list --all --type WatcherDeploymentRecord watcher $WATCHER_RECORD_ID | jq -r '.[].attributes.url'
# Expected output:
https://ajna-watcher-endpoint.example.com
```
* Query for `sushiswap-v3-subgraph` deployment(s):
@ -81,6 +84,9 @@
# Get the deployment URL(s)
laconic registry record list --all --type SubgraphDeploymentRecord subgraph $SUBGRAPH_RECORD_ID | jq -r '.[].attributes.url'
# Expected output:
# https://sushiswap-v3-subgraph-endpoint.example.com
```
* Query for `geth` service deployment(s):
@ -98,4 +104,8 @@
# Get the deployment URL(s)
laconic registry record list --all --type ServiceDeploymentRecord service $SERVICE_RECORD_ID | jq -r '.[].attributes.url'
# Expected output:
# https://geth-rpc-endpoint-1.example.com
# https://geth-rpc-endpoint-2.example.com
```

View File

@ -5,7 +5,7 @@
"request": "",
"name": "geth",
"service": "<service-record-id>",
"url": "https://geth-rpc-endpoint.example.com",
"url": "https://geth-rpc-endpoint-2.example.com",
"needs_auth": false,
"meta": {
"machine_name": "gibbon",

View File

@ -5,7 +5,7 @@
"request": "",
"name": "geth",
"service": "<service-record-id>",
"url": "https://geth-rpc-endpoint.example.com",
"url": "https://geth-rpc-endpoint-1.example.com",
"needs_auth": false,
"meta": {
"machine_name": "kindred",