Create the edge host device
POST/v1/edgehosts
Create the edge host device
Request
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
Body
metadata
object
Object identity meta with tags
labels
object
property name*string
namestring
uidstring
spec
object
Edge host device spec
archTypestring
Possible values: [amd64
, arm64
]
Default value: amd64
hostPairingKeypassword
Responses
- 201
Created successfully
Response Headers
AuditUid
string
Audit uid for the request
- application/json
- Schema
- Example (from schema)
Schema
uidstringrequired
{
"uid": "string"
}
Loading...