vCloud SDK for PHP Developer’s Guide
16
VMware, Inc.
item
is
value
of
the
name
attribute
of
a
CatalogItem
element
that
references
the
vApp
template
you
plan
to
instantiate.
This
CatalogItem
must
be
contained
by
the
catalog
specified
by
catalogName
.
vAppName
is
the
name
to
give
to
the
vApp
that
this
sample
creates.
All
options
but
-s
,
-u
,
and
-p
must
be
separated
from
their
arguments
by
an
equals
sign.
For
example:
php helloVCloud.php -s vcloud.example.com -u user@exampleOrg -p Pa55w0rd -o=exampleOrg
-d=exampleVdc -g=exampleCatalog -i=exampleTemplate -a=MyVapp
You
can
use
the
vCloud
Director
Web
Console
or
the
vCloud
REST
API
to
find
appropriate
values
in
your
vCloud
for
orgName,
vdcName,
catalogName
,
and
item
.
See
the
Cloud
Director
User
ʹ
s
Guide
,
or
the
chapter
on
browsing
in
the
vCloud
API
Programming
Guide.