GetLicenseConversionTask - AWS License Manager

GetLicenseConversionTask

Gets information about the specified license type conversion task.

Request Syntax

{ "LicenseConversionTaskId": "string" }

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters.

The request accepts the following data in JSON format.

LicenseConversionTaskId

ID of the license type conversion task to retrieve information on.

Type: String

Length Constraints: Maximum length of 50.

Pattern: ^lct-[a-zA-Z0-9]*

Required: Yes

Response Syntax

{ "DestinationLicenseContext": { "UsageOperation": "string" }, "EndTime": number, "LicenseConversionTaskId": "string", "LicenseConversionTime": number, "ResourceArn": "string", "SourceLicenseContext": { "UsageOperation": "string" }, "StartTime": number, "Status": "string", "StatusMessage": "string" }

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

DestinationLicenseContext

Information about the license type converted to.

Type: LicenseConversionContext object

EndTime

Time at which the license type conversion task was completed.

Type: Timestamp

LicenseConversionTaskId

ID of the license type conversion task.

Type: String

Length Constraints: Maximum length of 50.

Pattern: ^lct-[a-zA-Z0-9]*

LicenseConversionTime

Amount of time to complete the license type conversion.

Type: Timestamp

ResourceArn

Amazon Resource Names (ARN) of the resources the license conversion task is associated with.

Type: String

SourceLicenseContext

Information about the license type converted from.

Type: LicenseConversionContext object

StartTime

Time at which the license type conversion task was started .

Type: Timestamp

Status

Status of the license type conversion task.

Type: String

Valid Values: IN_PROGRESS | SUCCEEDED | FAILED

StatusMessage

The status message for the conversion task.

Type: String

Errors

For information about the errors that are common to all actions, see Common Errors.

AccessDeniedException

Access to resource denied.

HTTP Status Code: 400

AuthorizationException

The AWS user account does not have permission to perform the action. Check the IAM policy associated with this account.

HTTP Status Code: 400

InvalidParameterValueException

One or more parameter values are not valid.

HTTP Status Code: 400

RateLimitExceededException

Too many requests have been submitted. Try again after a brief wait.

HTTP Status Code: 400

ServerInternalException

The server experienced an internal error. Try again.

HTTP Status Code: 500

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: