2011-09-28 00:27:00 +02:00
. \" DO NOT MODIFY THIS FILE! It was generated by help2man 1.37.1.
2012-10-04 11:58:17 +02:00
.TH OPENNEBULA "1" "October 2012" "OpenNebula 3.7.80" "User Commands"
2011-09-28 00:27:00 +02:00
.SH NAME
OpenNebula \- OpenNebula occi-storage
.SH SYNOPSIS
.B occi-storage
\fI <COMMAND> \fR [\fI OPTIONS\fR ] [\fI PARAMETERS\fR ]
.SH DESCRIPTION
occi\- storage \- Manages OCCI storage resource
.SH OPTIONS
\fB \- \- help\fR , \fB \- h\fR
.IP
Show help
.PP
\fB \- \- username\fR <id>, \fB \- U\fR <id>
.IP
The username of the user
.PP
\fB \- \- password\fR <key>, \fB \- P\fR <key>
.IP
The password of the user
.PP
\fB \- \- url\fR <url>, \fB \- R\fR <url>
.IP
Set url as the web service url to use
.PP
\fB \- \- timeout\fR <seconds>, \fB \- T\fR <seconds>
.IP
Sets a timeout for the http connection
.PP
\fB \- \- debug\fR , \fB \- D\fR
.IP
Enables verbosity
.PP
\fB \- \- multipart\fR , \fB \- M\fR
.IP
Use 'multipart\- post' library instead of Curb/Curl
2012-06-22 16:05:02 +02:00
.PP
\fB \- \- verbose\fR
.IP
Show resources in verbose mode
.PP
\fB \- \- plain\fR
.IP
The password provided will not be hashed
2011-09-28 00:27:00 +02:00
.SH COMMANDS
.TP
\fB create\fR <occi xml file>
.IP
creates a new storage resource described by the provided
<occi xml file>
.TP
\fB list\fR
.IP
lists available storage resources
.TP
\fB show\fR <storage id>
.IP
retrieves the OCCI XML representation of the storage resource
identified by <storage id>
.TP
\fB update\fR <occi xml file>
.IP
updates the representation of the storage resource represented by the
provided <occi xml file>
.TP
\fB delete\fR <storage id>
.IP
deletes the storage resource idenfitied by <storage id>
2012-10-04 11:58:17 +02:00
.TP
\fB clone\fR <storage id> <name>
.IP
clones the storage resource idenfitied by <storage id> in a new one
using the given <name>
2011-09-28 00:27:00 +02:00
.SH COPYRIGHT
2012-01-12 12:29:18 +01:00
Copyright 2002\- 2012, OpenNebula Project Leads (OpenNebula.org)
2011-09-28 00:27:00 +02:00
.PP
Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License. You may obtain
a copy of the License at http://www.apache.org/licenses/LICENSE\- 2.0