Blockchain Node Engine API

Service: blockchainnodeengine.googleapis.com

Service endpoint

A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:

  • https://blockchainnodeengine.googleapis.com

REST Resource: v1.projects.locations

REST Resource: v1.projects.locations.blockchainNodes

Methods
create POST /v1/{parent=projects/*/locations/*}/blockchainNodes
Creates a new blockchain node in a given project and location.
delete DELETE /v1/{name=projects/*/locations/*/blockchainNodes/*}
Deletes a single blockchain node.
get GET /v1/{name=projects/*/locations/*/blockchainNodes/*}
Gets details of a single blockchain node.
list GET /v1/{parent=projects/*/locations/*}/blockchainNodes
Lists blockchain nodes in a given project and location.

REST Resource: v1.projects.locations.operations