get_app_validation_output
(**kwargs)¶Retrieves output from validating an application.
See also: AWS API Documentation
Request Syntax
response = client.get_app_validation_output(
appId='string'
)
[REQUIRED]
The ID of the application.
{
'validationOutputList': [
{
'validationId': 'string',
'name': 'string',
'status': 'READY_FOR_VALIDATION'|'PENDING'|'IN_PROGRESS'|'SUCCEEDED'|'FAILED',
'statusMessage': 'string',
'latestValidationTime': datetime(2015, 1, 1),
'appValidationOutput': {
'ssmOutput': {
's3Location': {
'bucket': 'string',
'key': 'string'
}
}
},
'serverValidationOutput': {
'server': {
'serverId': 'string',
'serverType': 'VIRTUAL_MACHINE',
'vmServer': {
'vmServerAddress': {
'vmManagerId': 'string',
'vmId': 'string'
},
'vmName': 'string',
'vmManagerName': 'string',
'vmManagerType': 'VSPHERE'|'SCVMM'|'HYPERV-MANAGER',
'vmPath': 'string'
},
'replicationJobId': 'string',
'replicationJobTerminated': True|False
}
}
},
]
}
Response Structure
The validation output.
Contains validation output.
The ID of the validation.
The name of the validation.
The status of the validation.
The status message.
The latest time that the validation was performed.
The output from validating an application.
Output from using SSM to validate the application.
Location of an Amazon S3 object.
The Amazon S3 bucket name.
The Amazon S3 bucket key.
The output from validation an instance.
Represents a server.
The ID of the server.
The type of server.
Information about the VM server.
The VM server location.
The ID of the VM manager.
The ID of the VM.
The name of the VM.
The name of the VM manager.
The type of VM management product.
The VM folder path in the vCenter Server virtual machine inventory tree.
The ID of the replication job.
Indicates whether the replication job is deleted or failed.
Exceptions
SMS.Client.exceptions.UnauthorizedOperationException
SMS.Client.exceptions.InvalidParameterException
SMS.Client.exceptions.MissingRequiredParameterException
SMS.Client.exceptions.InternalError
SMS.Client.exceptions.OperationNotPermittedException