Example 1: Creating an Ethereum Mainnet Node
- Call the IAM API to obtain a user token.
- Call the API for obtaining the network type to choose a proper network type ID (network_id).
- Create a node.
Request example
URI
https://your_request_endpoint/v1/your_project_id/node-provider/networks/your_network_id/nodes
Header
X-Auth-Token: your_token
Body
{
"cpu": 2,
"ram": 8192,
"node_type": "Full node",
"charge_mode": "postPaid",
"node_mode": "single",
"node_num": 1
}
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot