- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`ancestors
Type: UNORDERED_LIST_STRING
blockchain_type
Type: STRING
Provider name: blockchainType
Description: Immutable. The blockchain type of the node.
Possible values:
BLOCKCHAIN_TYPE_UNSPECIFIED
- Blockchain type has not been specified, but should be.ETHEREUM
- The blockchain type is Ethereum.connection_info
Type: STRUCT
Provider name: connectionInfo
Description: Output only. The connection information used to interact with a blockchain node.
endpoint_info
STRUCT
endpointInfo
json_rpc_api_endpoint
STRING
jsonRpcApiEndpoint
websockets_api_endpoint
STRING
websocketsApiEndpoint
service_attachment
STRING
serviceAttachment
create_time
Type: TIMESTAMP
Provider name: createTime
Description: Output only. The timestamp at which the blockchain node was first created.
ethereum_details
Type: STRUCT
Provider name: ethereumDetails
Description: Ethereum-specific blockchain node details.
additional_endpoints
STRUCT
additionalEndpoints
beacon_api_endpoint
STRING
beaconApiEndpoint
beacon_prometheus_metrics_api_endpoint
STRING
beaconPrometheusMetricsApiEndpoint
execution_client_prometheus_metrics_api_endpoint
STRING
executionClientPrometheusMetricsApiEndpoint
api_enable_admin
BOOLEAN
apiEnableAdmin
admin
namespace. Defaults to false
.api_enable_debug
BOOLEAN
apiEnableDebug
debug
namespace. Defaults to false
.consensus_client
STRING
consensusClient
CONSENSUS_CLIENT_UNSPECIFIED
- Consensus client has not been specified, but should be.LIGHTHOUSE
- Consensus client implementation written in Rust, maintained by Sigma Prime. See Lighthouse - Sigma Prime for details.ERIGON_EMBEDDED_CONSENSUS_LAYER
- Erigon’s embedded consensus client embedded in the execution client. Note this option is not currently available when creating new blockchain nodes. See Erigon on GitHub for details.execution_client
STRING
executionClient
EXECUTION_CLIENT_UNSPECIFIED
- Execution client has not been specified, but should be.GETH
- Official Go implementation of the Ethereum protocol. See go-ethereum for details.ERIGON
- An implementation of Ethereum (execution client), on the efficiency frontier, written in Go. See Erigon on GitHub for details.geth_details
STRUCT
gethDetails
garbage_collection_mode
STRING
garbageCollectionMode
GARBAGE_COLLECTION_MODE_UNSPECIFIED
- The garbage collection has not been specified.FULL
- Configures Geth’s garbage collection so that older data not needed for a full node is deleted. This is the default mode when creating a full node.ARCHIVE
- Configures Geth’s garbage collection so that old data is never deleted. This is the default mode when creating an archive node. This value can also be chosen when creating a full node in order to create a partial/recent archive node. See Sync modes for more details.network
STRING
network
NETWORK_UNSPECIFIED
- The network has not been specified, but should be.MAINNET
- The Ethereum Mainnet.TESTNET_GOERLI_PRATER
- Deprecated: The Ethereum Testnet based on Goerli protocol. Please use another test network.TESTNET_SEPOLIA
- The Ethereum Testnet based on Sepolia/Bepolia protocol. See https://github.com/eth-clients/sepolia.TESTNET_HOLESKY
- The Ethereum Testnet based on Holesky specification. See https://github.com/eth-clients/holesky.node_type
STRING
nodeType
NODE_TYPE_UNSPECIFIED
- Node type has not been specified, but should be.LIGHT
- An Ethereum node that only downloads Ethereum block headers.FULL
- Keeps a complete copy of the blockchain data, and contributes to the network by receiving, validating, and forwarding transactions.ARCHIVE
- Holds the same data as full node as well as all of the blockchain’s history state data dating back to the Genesis Block.validator_config
STRUCT
validatorConfig
beacon_fee_recipient
STRING
beaconFeeRecipient
managed_validator_client
BOOLEAN
managedValidatorClient
mev_relay_urls
UNORDERED_LIST_STRING
mevRelayUrls
labels
Type: UNORDERED_LIST_STRING
name
Type: STRING
Provider name: name
Description: Output only. The fully qualified name of the blockchain node. e.g. projects/my-project/locations/us-central1/blockchainNodes/my-node
.
organization_id
Type: STRING
parent
Type: STRING
private_service_connect_enabled
Type: BOOLEAN
Provider name: privateServiceConnectEnabled
Description: Optional. When true, the node is only accessible via Private Service Connect; no public endpoints are exposed. Otherwise, the node is only accessible via public endpoints. Warning: These nodes are deprecated, please use public endpoints instead.
project_id
Type: STRING
project_number
Type: STRING
resource_name
Type: STRING
state
Type: STRING
Provider name: state
Description: Output only. A status representing the state of the node.
Possible values:
STATE_UNSPECIFIED
- The state has not been specified.CREATING
- The node has been requested and is in the process of being created.DELETING
- The existing node is undergoing deletion, but is not yet finished.RUNNING
- The node is running and ready for use.ERROR
- The node is in an unexpected or errored state.UPDATING
- The node is currently being updated.REPAIRING
- The node is currently being repaired.RECONCILING
- The node is currently being reconciled.SYNCING
- The node is syncing, which is the process by which it obtains the latest block and current global state.tags
Type: UNORDERED_LIST_STRING
update_time
Type: TIMESTAMP
Provider name: updateTime
Description: Output only. The timestamp at which the blockchain node was last updated.