StartTestRequest

Request to start a test migration job

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Properties

Name Type Description
sourceServerIDs array Source server IDs to test
tags object Tags for the test job
accountID string Account ID for cross-account access
View JSON Schema on GitHub

JSON Schema

application-migration-service-start-test-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-schema/application-migration-service-start-test-request-schema.json",
  "title": "StartTestRequest",
  "description": "Request to start a test migration job",
  "type": "object",
  "properties": {
    "sourceServerIDs": {
      "type": "array",
      "description": "Source server IDs to test"
    },
    "tags": {
      "type": "object",
      "description": "Tags for the test job"
    },
    "accountID": {
      "type": "string",
      "description": "Account ID for cross-account access"
    }
  }
}