File: ec2-describe-export-tasks.xml

package info (click to toggle)
python-botocore 1.12.103%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 41,552 kB
  • sloc: python: 43,119; xml: 15,052; makefile: 131
file content (22 lines) | stat: -rw-r--r-- 797 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<DescribeExportTasksResponse xmlns="http://ec2.amazonaws.com/doc/2014-06-15/">
  <requestId>59dbff89-35bd-4eac-99ed-be587EXAMPLE</requestId>
  <exportTaskSet>
    <item>
      <exportTaskId>export-i-1234wxyz</exportTaskId>
      <description>Example for docs</description>
      <state>active</state>
      <statusMessage>Running</statusMessage>
      <instanceExport>
	<instanceId>i-12345678</instanceId>
	<targetEnvironment>VMWare</targetEnvironment>
      </instanceExport>
      <exportToS3>
	<diskImageFormat>VMDK</diskImageFormat>
	<containerFormat>OVA</containerFormat>
	<s3Bucket>my-bucket-for-exported-vm</s3Bucket>
	<s3Key>my-exports/ export-i-1234wxyz .ova</s3Key>
      </exportToS3>
    </item>
  </exportTaskSet>
</DescribeExportTasksResponse>