mirror of https://github.com/apache/jclouds.git
Issue 112: fixed catalog and orgs to be plural; added error to task
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2606 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
e2235e48f8
commit
cdac09e973
|
@ -0,0 +1,9 @@
|
|||
<Task href="http://10.150.4.49/api/v0.8/task/23" type="application/vnd.vmware.vcloud.task+xml"
|
||||
status="error" startTime="2009-12-07T19:05:02" endTime="2009-12-10T14:40:32">
|
||||
<Owner href="http://10.150.4.49/api/v0.8/org/1" type="application/vnd.vmware.vcloud.org+xml"
|
||||
name="APIOrg" />
|
||||
<Result href="http://10.150.4.49/api/v0.8/vapp/1" type="application/vnd.vmware.vcloud.vApp+xml"
|
||||
name="testapp1" />
|
||||
<Error message="Error processing job" majorErrorCode="500"
|
||||
minorErrorCode=" Error in runDailySummaries date used:2009-12-09 19:40:30.577326+00:00" />
|
||||
</Task>
|
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Vdc href="http://10.150.4.49/api/v0.8/vdc/4" name="DWPCloud"
|
||||
xsi:schemaLocation="http://www.vmware.com/vcloud/v0.8 http://10.150.4.49/api/v0.8/schemas/vcloud/vcloud/vdc.xsd"
|
||||
xmlns="http://www.vmware.com/vcloud/v0.8" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<Link rel="add" href="http://10.150.4.49/api/v0.8/vdc/4/vApps"
|
||||
type="application/vnd.vmware.vcloud.vApp+xml" />
|
||||
<Link rel="add" href="http://10.150.4.49/api/v0.8/vdc/4/vAppTemplates"
|
||||
type="application/vnd.vmware.vcloud.vAppTemplate+xml" />
|
||||
<Link rel="add" href="http://10.150.4.49/api/v0.8/vdc/4/media"
|
||||
type="application/vnd.vmware.vcloud.media+xml" />
|
||||
<Description>Workand Pension Apps</Description>
|
||||
<ResourceEntities>
|
||||
<ResourceEntity href="http://10.150.4.49/api/v0.8/vAppTemplate/1"
|
||||
type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="ttylinux-4-ESX3" />
|
||||
<ResourceEntity href="http://10.150.4.49/api/v0.8/vAppTemplate/3"
|
||||
type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="Win2K3" />
|
||||
<ResourceEntity href="http://10.150.4.49/api/v0.8/vApp/7"
|
||||
type="application/vnd.vmware.vcloud.vApp+xml" name="OracleRAC" />
|
||||
<ResourceEntity href="http://10.150.4.49/api/v0.8/vApp/4"
|
||||
type="application/vnd.vmware.vcloud.vApp+xml" name="Oracle" />
|
||||
</ResourceEntities>
|
||||
</Vdc>
|
Loading…
Reference in New Issue