Describe Job log Items
| drs_describe_job_log_items | R Documentation |
Retrieves a detailed Job log with pagination¶
Description¶
Retrieves a detailed Job log with pagination.
Usage¶
Arguments¶
jobID[required] The ID of the Job for which Job log items will be retrieved.
maxResultsMaximum number of Job log items to retrieve.
nextTokenThe token of the next Job log items to retrieve.
Value¶
A list with the following syntax:
list(
items = list(
list(
event = "JOB_START"|"SERVER_SKIPPED"|"CLEANUP_START"|"CLEANUP_END"|"CLEANUP_FAIL"|"SNAPSHOT_START"|"SNAPSHOT_END"|"SNAPSHOT_FAIL"|"USING_PREVIOUS_SNAPSHOT"|"USING_PREVIOUS_SNAPSHOT_FAILED"|"CONVERSION_START"|"CONVERSION_END"|"CONVERSION_FAIL"|"LAUNCH_START"|"LAUNCH_FAILED"|"JOB_CANCEL"|"JOB_END"|"DEPLOY_NETWORK_CONFIGURATION_START"|"DEPLOY_NETWORK_CONFIGURATION_END"|"DEPLOY_NETWORK_CONFIGURATION_FAILED"|"UPDATE_NETWORK_CONFIGURATION_START"|"UPDATE_NETWORK_CONFIGURATION_END"|"UPDATE_NETWORK_CONFIGURATION_FAILED"|"UPDATE_LAUNCH_TEMPLATE_START"|"UPDATE_LAUNCH_TEMPLATE_END"|"UPDATE_LAUNCH_TEMPLATE_FAILED"|"NETWORK_RECOVERY_FAIL",
eventData = list(
conversionProperties = list(
dataTimestamp = "string",
forceUefi = TRUE|FALSE,
rootVolumeName = "string",
volumeToConversionMap = list(
list(
"string"
)
),
volumeToProductCodes = list(
list(
list(
productCodeId = "string",
productCodeMode = "ENABLED"|"DISABLED"
)
)
),
volumeToVolumeSize = list(
123
)
),
conversionServerID = "string",
eventResourceData = list(
sourceNetworkData = list(
sourceNetworkID = "string",
sourceVpc = "string",
stackName = "string",
targetVpc = "string"
)
),
rawError = "string",
sourceServerID = "string",
targetInstanceID = "string"
),
logDateTime = "string"
)
),
nextToken = "string"
)