{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-structure/application-migration-service-vcenter-client-structure.json", "title": "VcenterClient", "description": "A VMware vCenter client registered with the Application Migration Service", "type": "record", "fields": { "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" } } }