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

Hyperflex node expansion for a Cluster using API

ShishirDash5204
Level 1
Level 1

Hello ,

Looking at the Hyperflex API documentation I got to know we can expand nodes for a Cluster . Just need to understand the 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"
}
]
}

I got to know the Host details.

What does HXVms section refers to ? Is it refering to controller vm? I'll appreciate your help for explaining the details under hxvms list for the payload.

1 Reply 1

KyoCode
Level 1
Level 1

Hi !

HXVMs section corresponds to SCVM controller on top of Converged node, yes, unless you're not using EAM nor Converged nodes, hence Compute-only nodes won't require that information for an expansion,

what's the concern in that regard? if previous detail satisfied your concern,

AIV