Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Path ParametersTypeNote
idUUIDNode id


6. Get Config

GET api/v1/nodes/{id}/config/

...

Path ParametersTypeNote
idUUIDNode id


7. Update Config

POST api/v1/nodes/{id}/config/

Get the config file of a node

Path ParametersTypeNote
idUUIDNode 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 ParametersTypeNote
idUUIDNode id