Amazon Application Migration Service · Schema
VcenterClient
A VMware vCenter client registered with the Application Migration Service
Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration
Properties
| Name | Type | Description |
|---|---|---|
| vcenterClientID | string | vCenter client ID |
| arn | string | ARN of the vCenter client |
| hostname | string | vCenter server hostname |
| vcenterUUID | string | vCenter UUID |
| datacenterName | string | Datacenter name |
| lastSeenDatetime | string | Date/time client was last seen |
| sourceServerTags | object | Tags applied to source servers discovered by this client |
| tags | object | Tags on the vCenter client |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-schema/application-migration-service-vcenter-client-schema.json",
"title": "VcenterClient",
"description": "A VMware vCenter client registered with the Application Migration Service",
"type": "object",
"properties": {
"vcenterClientID": {
"type": "string",
"description": "vCenter client ID"
},
"arn": {
"type": "string",
"description": "ARN of the vCenter client"
},
"hostname": {
"type": "string",
"description": "vCenter server hostname"
},
"vcenterUUID": {
"type": "string",
"description": "vCenter UUID"
},
"datacenterName": {
"type": "string",
"description": "Datacenter name"
},
"lastSeenDatetime": {
"type": "string",
"description": "Date/time client was last seen"
},
"sourceServerTags": {
"type": "object",
"description": "Tags applied to source servers discovered by this client"
},
"tags": {
"type": "object",
"description": "Tags on the vCenter client"
}
}
}