...
| Path Parameters | Type | Note |
|---|---|---|
| id | UUID | Node id |
6. Get Config
GET api/v1/nodes/{id}/config/
...
| Path Parameters | Type | Note |
|---|---|---|
| id | UUID | Node id |
7. Update Config
POST api/v1/nodes/{id}/config/
Get the config file of a node
| Path Parameters | Type | Note |
|---|---|---|
| id | UUID | Node id |
Example Request Body
| Code Block |
|---|
Required Content-Type: "multipart/form-data"
{
"file": /xxx/xxx/orderer.yaml
} |
8. Query
GET api/v1/nodes/{id}/
Get the node status
| Path Parameters | Type | Note |
|---|---|---|
| id | UUID | Node id |