mirror of https://github.com/apache/jclouds.git
strip out curl data + 2 new exemplar xml
This commit is contained in:
parent
9d64aa5ae7
commit
2a88eaba72
|
@ -1,8 +1,2 @@
|
|||
HTTP/1.1 400 Bad Request
|
||||
Date: Mon, 13 Feb 2012 14:52:25 GMT
|
||||
Content-Type: application/vnd.vmware.vcloud.error+xml;version=1.5
|
||||
Date: Mon, 13 Feb 2012 14:52:25 GMT
|
||||
Content-Length: 401
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Error xmlns="http://www.vmware.com/vcloud/v1.5" minorErrorCode="BAD_REQUEST" message="validation error on field 'id': String value has invalid format or length" majorErrorCode="400" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://mycloud.greenhousedata.com/api/v1.5/schema/master.xsd"></Error>
|
||||
|
|
|
@ -1,8 +1,2 @@
|
|||
HTTP/1.1 403 Forbidden
|
||||
Date: Mon, 13 Feb 2012 14:51:28 GMT
|
||||
Content-Type: application/vnd.vmware.vcloud.error+xml;version=1.5
|
||||
Date: Mon, 13 Feb 2012 14:51:28 GMT
|
||||
Content-Length: 450
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Error xmlns="http://www.vmware.com/vcloud/v1.5" minorErrorCode="ACCESS_TO_RESOURCE_IS_FORBIDDEN" message="No access to entity "(com.vmware.vcloud.entity.media:e9cd3387-ac57-4d27-a481-9bee75e0690f)"." majorErrorCode="403" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://mycloud.greenhousedata.com/api/v1.5/schema/master.xsd"></Error>
|
||||
|
|
|
@ -1,8 +1,2 @@
|
|||
HTTP/1.1 403 Forbidden
|
||||
Date: Mon, 13 Feb 2012 14:54:07 GMT
|
||||
Content-Type: application/vnd.vmware.vcloud.error+xml;version=1.5
|
||||
Date: Mon, 13 Feb 2012 14:54:07 GMT
|
||||
Content-Length: 450
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Error xmlns="http://www.vmware.com/vcloud/v1.5" minorErrorCode="ACCESS_TO_RESOURCE_IS_FORBIDDEN" message="No access to entity "(com.vmware.vcloud.entity.media:aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee)"." majorErrorCode="403" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://mycloud.greenhousedata.com/api/v1.5/schema/master.xsd"></Error>
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Metadata xmlns="http://www.vmware.com/vcloud/v1.5" type="application/vnd.vmware.vcloud.metadata+xml" href="https://vcloudbeta.bluelock.com/api/media/794eb334-754e-4917-b5a0-5df85cbd61d1/metadata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://vcloudbeta.bluelock.com/api/v1.5/schema/master.xsd">
|
||||
<Link rel="up" type="application/vnd.vmware.vcloud.media+xml" href="https://vcloudbeta.bluelock.com/api/media/794eb334-754e-4917-b5a0-5df85cbd61d1"/>
|
||||
</Metadata>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Owner xmlns="http://www.vmware.com/vcloud/v1.5" type="application/vnd.vmware.vcloud.owner+xml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://mycloud.greenhousedata.com/api/v1.5/schema/master.xsd">
|
||||
<Link rel="up" type="application/vnd.vmware.vcloud.media+xml" href="https://mycloud.greenhousedata.com/api/media/794eb334-754e-4917-b5a0-5df85cbd61d1"/>
|
||||
<User type="application/vnd.vmware.admin.user+xml" name="acole" href="https://mycloud.greenhousedata.com/api/admin/user/c090335b-708c-4c1c-9e3d-89560d002120"/>
|
||||
</Owner>
|
Loading…
Reference in New Issue