[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

Get Cell

Description

Retrieve a cell. Read only.

Request

Request

URL

URL


get
https://{api_host}/cloudapi/1.0.0/cells/{cellUrn}
Copy

Path Parameters

Path Parameters

string
cellUrn Required

cellUrn


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns Cell of type(s) application/json;version=37.2
{
	"id": "string",
	"isActive": false,
	"name": "string",
	"primaryIP": "string",
	"productBuildDate": "string",
	"productVersion": "string"
}
string
id Optional

The unique id of the cell.


boolean
isActive Optional

Cell active state.


string
name Optional

The name of the cell.


string
primaryIP Optional

The primary ip address of the cell.


string as date-time
productBuildDate Optional

The build date for the version of the product installed on this cell.


string
productVersion Optional

The product version of the cell.

Errors

Errors

Error
400

Invalid configuration.

Code Samples

Code Samples

cURL Command

curl https://{api_host}/cloudapi/1.0.0/cells/{cellUrn}
Vendor Extensions

Vendor Extensions

This operation contains the following vendor extensions defined in the spec:
x-vcloud-multisite: true


[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Feedback

Was this page helpful?