Sign in
apache
/
cloudstack-ec2stack
/
55834cff83a132398410fd6f6b4e134dfcc1d559
/
.
/
ec2stack
/
templates
/
create_snapshot.xml
blob: 91ca1cbb7a299db1695867bf33915b110bd4f60f [
file
] [
log
] [
blame
]
{% extends "response.xml" %}
{% block response_content %}
<snapshot>
<snapshotId>
{{ response.id }}
</snapshotId>
<volumeId>
{{ response.volumeid }}
</volumeId>
<status>
{{ response.state }}
</status>
</snapshot>
{% endblock %}