cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
995
Views
0
Helpful
0
Replies

Hyperflex API support for Cluster expansion.

ShishirDash5204
Level 1
Level 1

Hello, I want some clarification regarding the Hyperflex API called cluster expansion which is a Post Request and has the following as payload:
{
 "hosts": [
  {
   "uuid": "string",
   "role": "UNKNOWN",
   "serialnumber": "string",
   "model": "string",
   "fqdn": "string",
   "managementip": "string",
   "dataip": "string",
   "livemigrationip": "string"
  }
 ],
 "hxvms": [
  {
   "uuid": "string",
   "vmid": "string",
   "hostuuid": "string",
   "fqdn": "string",
   "managementip": "string",
   "dataip": "string"
  }
 ]
}

While expanding the cluster with a node we need lots of credential information for UCSM , Vcenter, Controller VM while doing manually but in the API its only asking hosts details and Hxvms. So how does it identifies the credentials and What does the HXVMS refers to here ?

0 Replies 0