Application Migration Service Vcenter Client Structure

A VMware vCenter client registered with the Application Migration Service

Type: record Properties: 0
Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Application Migration Service Vcenter Client Structure is a JSON Structure definition published by Amazon Application Migration Service. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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"
    }
  }
}