[{"label":"Latest (5.0.0)","version":"latest"},{"version":"4.5.1"},{"version":"4.5.0"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1127/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1078/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1033/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1003/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/939/vmware-cloud-foundation","version":"4.0"}]
vcf-for-vxrail

Get Vx Rail Manager

Description

Get a VxRail Manager

Request

Request

URL

URL


get
https://sfo-vcf01.rainpole.io/v1/vxrail-managers/{fqdn}
Copy

Path Parameters

Path Parameters

string
fqdn Required

fqdn


Response

Response

Response Body

Response Body

200 OK

Returns VxRailManager of type(s) application/json
{
	"cluster": {
		"id": "string"
	},
	"domain": {
		"id": "string",
		"name": "string"
	},
	"fqdn": "string",
	"id": "string",
	"ipAddress": "string",
	"name": "string",
	"status": "string",
	"vcenter": {
		"fqdn": "string",
		"id": "string"
	},
	"version": "string"
}
cluster Optional

Information about the cluster this VxRailManager associated with


domain Optional

Information about the domain this VxRailManager is part of


string
fqdn Optional

FQDN of the VxRailManager


string
id Optional

ID of the VxRailManager


string
ipAddress Optional

IP address of the VxRailManager


string
name Optional

Name of the VxRailManager Appliance VM


string
status Optional

Operational status of VxRailManager


vcenter Optional

Information about the vCenter this VxRailManager associated with


string
version Optional

Version of the VxRailManager

Errors

Errors

Error
404

Resource not found


Error
500

InternalServerError

Code Samples

Code Samples

cURL Command

curl https://sfo-vcf01.rainpole.io/v1/vxrail-managers/{fqdn}


[{"label":"Latest (5.0.0)","version":"latest"},{"version":"4.5.1"},{"version":"4.5.0"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1127/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1078/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1033/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1003/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/939/vmware-cloud-foundation","version":"4.0"}]
vcf-for-vxrail
Feedback

Was this page helpful?