---
title: "POST /#X-Amz-Target=AWSServerMigrationService_V2016_10_24.GetAppValidationOutput"
method: POST
path: "/#X-Amz-Target=AWSServerMigrationService_V2016_10_24.GetAppValidationOutput"
---

# POST /#X-Amz-Target=AWSServerMigrationService_V2016_10_24.GetAppValidationOutput

`POST /#X-Amz-Target=AWSServerMigrationService_V2016_10_24.GetAppValidationOutput`

Retrieves output from validating an application.

## Headers

- `X-Amz-Target` 'AWSServerMigrationService_V2016_10_24.GetAppValidationOutput', required

## Request body

- GetAppValidationOutputRequest
  - `appId` string, required — The ID of the application.

## Response `200`

Success

- GetAppValidationOutputResponse
  - `validationOutputList` ValidationOutput[] — The validation output.
    - `validationId` string — The ID of the validation.
    - `name` string — The name of the validation.
    - `status` 'READY_FOR_VALIDATION' | 'PENDING' | 'IN_PROGRESS' | 'SUCCEEDED' | 'FAILED' — The status of the validation.
    - `statusMessage` string — The status message.
    - `latestValidationTime` string, date-time — The latest time that the validation was performed.
    - `appValidationOutput` object — The output from validating an application.
      - `ssmOutput` object — Output from using SSM to validate the application.
        - `s3Location` S3Location — Location of an Amazon S3 object.
          - `bucket` string — The Amazon S3 bucket name.
          - `key` string — The Amazon S3 bucket key.
    - `serverValidationOutput` object — The output from validation an instance.
      - `server` Server — Represents a server.
        - `serverId` string — The ID of the server.
        - `serverType` 'VIRTUAL_MACHINE' — The type of server.
        - `vmServer` object — Information about the VM server.
          - `vmServerAddress` object — The VM server location.
            - `vmManagerId` string — The ID of the VM manager.
            - `vmId` string — The ID of the VM.
          - `vmName` string — The name of the VM.
          - `vmManagerName` string — The name of the VM manager.
          - `vmManagerType` 'VSPHERE' | 'SCVMM' | 'HYPERV-MANAGER' — The type of VM management product.
          - `vmPath` string — The VM folder path in the vCenter Server virtual machine inventory tree.
        - `replicationJobId` string — The ID of the replication job.
        - `replicationJobTerminated` boolean — Indicates whether the replication job is deleted or failed.

## Other responses

- `480` — UnauthorizedOperationException
- `481` — InvalidParameterException
- `482` — MissingRequiredParameterException
- `483` — InternalError
- `484` — OperationNotPermittedException

---

[API](https://skmtc.net/aws/apis/sms.md) · [All operations](https://skmtc.net/aws/apis/sms/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/sms/versions/b93b64b4502e/schema)
