Create an unprotected single-node edge device given an admin password.
Parameters
This resource has no parameters.
Request
Schema
{"description":"api_cluster_creation_unprotected_request_v2","type":"object","properties":{"eula_accepted":{"description":"The user accepts the End User License Agreement","type":"boolean"},"name":{"description":"The name of the Edge Device","type":"string"},"admin_password":{"description":"The administrator password","type":"string","format":"password"}}}