Get Information About a Resource
METHOD | URL |
---|---|
GET | https://zcm_ip:port/v1/resources/{resourceIdentifier} |
Where:
zcm_ip | The IP address of the Zerto Cloud Manager where the API is run. |
port | The port to access the Zerto Cloud Manager. The default port is 9989. |
resourceIdentifier | Internal identifier of a resource. |
Request
The request body is empty.
Response
The following is an example response Json body.
[{
"CloudSiteName": "London",
"Identifier": "datastore-11.621941a3-d220-4fd3-92de-3f9d7472b9e4",
"Link": {
"href": "https://10.10.1.115:9672/v1/resources/datastore-11.621941a3-d220-4fd3-92de-3f9d74",
"identifier": "datastore-11.621941a3-d220-4fd3-92de-3f9d7472b9e4",
"rel": null,
"type": "ResourceApi",
"MaskedName": "datastore1",
"MaxStorageGB": 0,
"MaxVms": 0,
"OwnerVCDOrgName": null,
"ResourceName": "datastore1",
"SiteIdentifier": "eda3d8a4-5c2b-481a-9144-23c59375dd6b",
"Type": "VCenterDatastore",
"VirtualizationSite": "Hypervisor"
}]
RESPONSE | TYPE | DESCRIPTION |
---|---|---|
CloudSiteName | String | Cloud site name. |
Identifier | String | Internal identifier of resource. |
Link | Link information for the URL. | |
href | String | URL for API call(s) to the resource. |
identifier | String | The unique internal identifier of the resource. |
rel | String | Next path level for the API relative to the current path. |
type | String | API interface type. |
MaskedName | String | Alternate name of the resource. |
MaxStorageGB | Number | Maximum size in Gigabytes. |
MaxVms | Number | Maximum number of VMs. |
OwnerVCDOrgName | String | Name of the owner of the VCD organization. |
ResourceName | String | Name of the resource. |
SiteIdentifier | String | Internal site identifier. |
Type | String | Resource type |
VirtualizationSite | String | Type of resource origin. |
Back to List of APIs
See also Starting and Ending a Session