occi-api 4.1.1 → 4.2.0.beta.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +9 -0
- data/README.md +37 -11
- data/Rakefile +2 -9
- data/examples/dsl_example.rb +2 -2
- data/examples/x509auth_example.rb +9 -9
- data/lib/occi-api.rb +0 -1
- data/lib/occi/api/client/client_base.rb +102 -92
- data/lib/occi/api/client/client_http.rb +6 -6
- data/lib/occi/api/client/http/authn_plugins/keystone.rb +27 -11
- data/lib/occi/api/dsl.rb +7 -3
- data/lib/occi/api/version.rb +1 -1
- data/occi-api.gemspec +2 -14
- data/{features/cassettes/Create_an_OCCI_Resource/_http_http___141_5_99_69__text_plain_201_.yml → spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/describes_all_available_mixins.yml} +125 -147
- data/{features/cassettes/Miscellaneous_operation_on_an_OCCI_Resource/_http_http___141_5_99_69__text_plain_201_.yml → spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/looks_up_a_mixin_type_identifier_for_os_tpl.yml} +126 -148
- data/{features/cassettes/Delete_an_OCCI_Resource/_http_http___141_5_99_69__text_plain_201_.yml → spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/looks_up_a_mixin_type_identifier_for_resource_tpl.yml} +126 -148
- data/spec/occi/api/client/client_http_spec.rb +52 -28
- data/spec/occi/api/dsl_spec.rb +0 -6
- data/spec/spec_helper.rb +4 -1
- metadata +31 -200
- checksums.yaml +0 -7
- data/features/cassettes/Discovery_Interface/Retrieving_all_OCCI_Categories_supported_by_the_OCCI_Server/_http_http___141_5_99_69__application_json_200_.yml +0 -333
- data/features/cassettes/Discovery_Interface/Retrieving_all_OCCI_Categories_supported_by_the_OCCI_Server/_http_http___141_5_99_69__text_plain_200_.yml +0 -529
- data/features/cassettes/Discovery_Interface/Retrieving_all_OCCI_Categories_supported_by_the_OCCI_Server/_http_http___141_5_99_69__text_plain_200_action_.yml +0 -288
- data/features/cassettes/Read_an_OCCI_Resource/_http_http___141_5_99_69__text_plain_201_.yml +0 -288
- data/features/cassettes/Update_an_OCCI_Resource/_http_http___141_5_99_69__text_plain_201_.yml +0 -288
- data/features/common/step_definitions/common_steps.rb +0 -32
- data/features/occi/core/create/create.feature +0 -18
- data/features/occi/core/create/step_definitions/create_steps.rb +0 -0
- data/features/occi/core/delete/delete.feature +0 -18
- data/features/occi/core/delete/step_definitions/delete_steps.rb +0 -0
- data/features/occi/core/discovery_interface/discovery_interface.feature +0 -37
- data/features/occi/core/discovery_interface/step_definitions/discovery_interface_steps.rb +0 -19
- data/features/occi/core/miscellaneous/miscellaneous.feature +0 -18
- data/features/occi/core/miscellaneous/step_definitions/miscellaneous_steps.rb +0 -0
- data/features/occi/core/read/read.feature +0 -18
- data/features/occi/core/read/step_definitions/read_steps.rb +0 -0
- data/features/occi/core/update/step_definitions/update_steps.rb +0 -0
- data/features/occi/core/update/update.feature +0 -18
- data/features/occi/infrastructure/create/create.feature +0 -18
- data/features/occi/infrastructure/create/step_definitions/create_steps.rb +0 -0
- data/features/support/env.rb +0 -16
- data/lib/occi/api/client/client_amqp.rb +0 -766
- data/spec/occi/api/client/client_amqp_spec.rb +0 -158
checksums.yaml
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
SHA1:
|
3
|
-
metadata.gz: 7ab4f7e0b76d286c626ddd3739c96596b5a93551
|
4
|
-
data.tar.gz: 52df5de2bf3cf6107ab2d358bd654dc539f0e517
|
5
|
-
SHA512:
|
6
|
-
metadata.gz: b82363d8a416e6abb609b4005a492b5c23b24d6fd2b64783f06c64a81539b0059c6ff72e48a603996b0018a3c7fcc9c8693ca770a547b5f736c163fdf0c7646e
|
7
|
-
data.tar.gz: 337f0659ed5e5990ec003f9f08bd124d284f287c30f44f5afa666ed62fa9cb9d25240b68488f57739601e6b06b6c6ce77e046cee850565690c8847677407b813
|
@@ -1,333 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: head
|
5
|
-
uri: http://141.5.99.69/
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: ''
|
9
|
-
headers:
|
10
|
-
Accept:
|
11
|
-
- text/plain
|
12
|
-
response:
|
13
|
-
status:
|
14
|
-
code: 200
|
15
|
-
message: OK
|
16
|
-
headers:
|
17
|
-
Date:
|
18
|
-
- Thu, 10 Jan 2013 13:52:02 GMT
|
19
|
-
Server:
|
20
|
-
- Apache/2.2.22 (Ubuntu)
|
21
|
-
X-Powered-By:
|
22
|
-
- Phusion Passenger (mod_rails/mod_rack) 3.0.18
|
23
|
-
X-Frame-Options:
|
24
|
-
- sameorigin
|
25
|
-
X-Xss-Protection:
|
26
|
-
- 1; mode=block
|
27
|
-
Accept:
|
28
|
-
- application/occi+json,application/json,text/plain,text/uri-list,application/xml,text/xml,application/occi+xml,text/occi
|
29
|
-
Set-Cookie:
|
30
|
-
- rack.session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiJFODAwNTljMDJkODdiNWZjNDNlNjNj%0AZjkzNzAzYzk0YzRhOGM5MTc1MjkxOWRiMGYzYzM3ZWFjMTQxYjY4OTdmZUki%0ADXRyYWNraW5nBjsARnsISSIUSFRUUF9VU0VSX0FHRU5UBjsARiItZGEzOWEz%0AZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUND%0ARVBUX0VOQ09ESU5HBjsARiItZGEzOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2%0AMDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUNDRVBUX0xBTkdVQUdFBjsARiItZGEz%0AOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOQ%3D%3D%0A--fb0918431c668ae2d900279499d0c1960155a763;
|
31
|
-
path=/; HttpOnly
|
32
|
-
Content-Length:
|
33
|
-
- '738'
|
34
|
-
Status:
|
35
|
-
- '200'
|
36
|
-
Vary:
|
37
|
-
- Accept-Encoding
|
38
|
-
Content-Type:
|
39
|
-
- text/plain;charset=utf-8
|
40
|
-
body:
|
41
|
-
encoding: US-ASCII
|
42
|
-
string: ''
|
43
|
-
http_version:
|
44
|
-
recorded_at: Thu, 10 Jan 2013 13:52:41 GMT
|
45
|
-
- request:
|
46
|
-
method: get
|
47
|
-
uri: http://141.5.99.69/-/
|
48
|
-
body:
|
49
|
-
encoding: US-ASCII
|
50
|
-
string: ''
|
51
|
-
headers:
|
52
|
-
Accept:
|
53
|
-
- application/json
|
54
|
-
response:
|
55
|
-
status:
|
56
|
-
code: 200
|
57
|
-
message: OK
|
58
|
-
headers:
|
59
|
-
Date:
|
60
|
-
- Thu, 10 Jan 2013 13:52:02 GMT
|
61
|
-
Server:
|
62
|
-
- Apache/2.2.22 (Ubuntu)
|
63
|
-
X-Powered-By:
|
64
|
-
- Phusion Passenger (mod_rails/mod_rack) 3.0.18
|
65
|
-
X-Frame-Options:
|
66
|
-
- sameorigin
|
67
|
-
X-Xss-Protection:
|
68
|
-
- 1; mode=block
|
69
|
-
Accept:
|
70
|
-
- application/occi+json,application/json,text/plain,text/uri-list,application/xml,text/xml,application/occi+xml,text/occi
|
71
|
-
Set-Cookie:
|
72
|
-
- rack.session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiJFMmQ3ODBmY2JjZmNkMDhiYWJjOWY0%0ANjg2YzA0YTBiYmM2MTFmZTA5ZTFiOWQ4MjQ4NDUyMDkxNGNiOGQ1ZjMxN0ki%0ADXRyYWNraW5nBjsARnsISSIUSFRUUF9VU0VSX0FHRU5UBjsARiItZGEzOWEz%0AZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUND%0ARVBUX0VOQ09ESU5HBjsARiItZGEzOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2%0AMDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUNDRVBUX0xBTkdVQUdFBjsARiItZGEz%0AOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOQ%3D%3D%0A--1dfa99c0a024965c7d38062b7ed677fa1a5751cd;
|
73
|
-
path=/; HttpOnly
|
74
|
-
Content-Length:
|
75
|
-
- '14819'
|
76
|
-
Status:
|
77
|
-
- '200'
|
78
|
-
Content-Type:
|
79
|
-
- application/json;charset=utf-8
|
80
|
-
body:
|
81
|
-
encoding: US-ASCII
|
82
|
-
string: ! '{"kinds":[{"scheme":"http://schemas.ogf.org/occi/core#","term":"entity","title":"Entity","attributes":{"occi":{"core":{"id":{"Type":"string","Required":false,"Mutable":false,"Pattern":"[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}"},"title":{"Type":"string","Required":false,"Mutable":true,"Pattern":".*"}}}}},{"related":["http://schemas.ogf.org/occi/core#entity"],"scheme":"http://schemas.ogf.org/occi/core#","term":"resource","title":"Resource","attributes":{"occi":{"core":{"summary":{"Type":"string","Required":false,"Mutable":true,"Pattern":".*"}}}}},{"related":["http://schemas.ogf.org/occi/core#entity"],"scheme":"http://schemas.ogf.org/occi/core#","term":"link","title":"Link","attributes":{"occi":{"core":{"target":{"Type":"string","Required":false,"Mutable":true,"Pattern":".*"},"source":{"Type":"string","Required":false,"Mutable":true,"Pattern":".*"}}}}},{"related":["http://schemas.ogf.org/occi/core#resource"],"actions":["http://schemas.ogf.org/occi/infrastructure/compute/action#start","http://schemas.ogf.org/occi/infrastructure/compute/action#stop","http://schemas.ogf.org/occi/infrastructure/compute/action#restart","http://schemas.ogf.org/occi/infrastructure/compute/action#suspend"],"scheme":"http://schemas.ogf.org/occi/infrastructure#","term":"compute","title":"Compute
|
83
|
-
Resource","attributes":{"occi":{"compute":{"architecture":{"Mutable":true,"Required":false,"Type":"string","Pattern":"x86|x64"},"cores":{"Mutable":true,"Required":false,"Type":"number","Pattern":".*"},"hostname":{"Mutable":true,"Required":false,"Type":"string","Pattern":"(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*"},"speed":{"Mutable":true,"Required":false,"Type":"number","Pattern":".*"},"memory":{"Mutable":true,"Required":false,"Type":"number","Pattern":".*"},"state":{"Mutable":false,"Required":false,"Type":"string","Pattern":"inactive|active|suspended|error","Default":"inactive"}}}}},{"related":["http://schemas.ogf.org/occi/core#link"],"scheme":"http://schemas.ogf.org/occi/infrastructure#","term":"networkinterface","title":"Networkinterface","attributes":{"occi":{"networkinterface":{"interface":{"Mutable":true,"Required":false,"Type":"string","Pattern":".*"},"mac":{"Mutable":true,"Required":false,"Type":"string","Pattern":"^([0-9a-fA-F]{2}[:-]){5}([0-9a-fA-F]{2})$"},"state":{"Mutable":false,"Required":false,"Type":"string","Pattern":"active|inactive","Default":"inactive"}}}}},{"related":["http://schemas.ogf.org/occi/core#resource"],"actions":["http://schemas.ogf.org/occi/infrastructure/storage/action#online","http://schemas.ogf.org/occi/infrastructure/storage/action#offline","http://schemas.ogf.org/occi/infrastructure/storage/action#backup","http://schemas.ogf.org/occi/infrastructure/storage/action#snapshot","http://schemas.ogf.org/occi/infrastructure/storage/action#resize"],"scheme":"http://schemas.ogf.org/occi/infrastructure#","term":"storage","title":"Storage
|
84
|
-
Resource","attributes":{"occi":{"storage":{"size":{"Mutable":true,"Required":false,"Type":"number","Pattern":".*"},"state":{"Mutable":false,"Required":false,"Type":"string","Pattern":"online|offline|backup|snapshot|resize|degraded","Default":"offline"}}}}},{"related":["http://schemas.ogf.org/occi/core#resource"],"actions":["http://schemas.ogf.org/occi/infrastructure/network/action#up","http://schemas.ogf.org/occi/infrastructure/network/action#down"],"scheme":"http://schemas.ogf.org/occi/infrastructure#","term":"network","title":"Network
|
85
|
-
Resource","attributes":{"occi":{"network":{"vlan":{"Mutable":true,"Required":false,"Type":"number","Minimum":0,"Maximum":4095,"Pattern":".*"},"label":{"Mutable":true,"Required":false,"Type":"string","Pattern":".*"},"state":{"Mutable":false,"Required":false,"Type":"string","Pattern":"active|inactive|error","Default":"inactive"}}}}},{"related":["http://schemas.ogf.org/occi/core#link"],"scheme":"http://schemas.ogf.org/occi/infrastructure#","term":"storagelink","title":"Storage
|
86
|
-
Link","attributes":{"occi":{"storagelink":{"deviceid":{"Mutable":true,"Required":false,"Type":"string","Pattern":".*"},"mountpoint":{"Mutable":true,"Required":false,"Type":"string","Pattern":".*"},"state":{"Mutable":false,"Required":false,"Type":"string","Pattern":"active|inactive","Default":"inactive"}}}}}],"mixins":[{"scheme":"http://schemas.ogf.org/occi/infrastructure/network#","term":"ipnetwork","title":"IP
|
87
|
-
Network Mixin","attributes":{"occi":{"network":{"address":{"Mutable":true,"Required":false,"Type":"string","Pattern":"(^\\s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:)))(%.+)?\\s*(\\/(\\d|\\d\\d|1[0-1]\\d|12[0-8]))$)|(^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\/(\\d|[1-2]\\d|3[0-2]))$)"},"gateway":{"Mutable":true,"Required":false,"Type":"string","Pattern":"(^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$)|(^\\s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:)))(%.+)?\\s*)"},"allocation":{"Mutable":true,"Required":false,"Type":"string","Pattern":"dynamic|static"},"state":{"Mutable":false,"Required":false,"Type":"string","Pattern":"active|inactive","Default":"inactive"}}}}},{"scheme":"http://schemas.ogf.org/occi/infrastructure#","term":"resource_tpl","title":"Resource
|
88
|
-
Template"},{"scheme":"http://schemas.ogf.org/occi/infrastructure#","term":"os_tpl","title":"Operating
|
89
|
-
System Template"},{"scheme":"http://schemas.ogf.org/occi/infrastructure/networkinterface#","term":"ipnetworkinterface","title":"IP
|
90
|
-
Networkinterface Mixin","attributes":{"occi":{"networkinterface":{"address":{"Mutable":true,"Required":false,"Type":"string","Pattern":"(^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$)|(^\\s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:)))(%.+)?\\s*)"},"gateway":{"Mutable":true,"Required":false,"Type":"string","Pattern":"(^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$)|(^\\s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:)))(%.+)?\\s*)"},"allocation":{"Mutable":true,"Required":false,"Type":"string","Pattern":"dynamic|static"},"state":{"Mutable":false,"Required":false,"Type":"string","Pattern":"active|inactive","Default":"inactive"}}}}},{"related":["http://schemas.ogf.org/occi/infrastructure#os_tpl"],"scheme":"http://my.occi.service/occi/infrastructure/os_tpl#","term":"my_os","title":"My
|
91
|
-
OS Template"},{"related":["http://schemas.ogf.org/occi/infrastructure#resource_tpl"],"scheme":"http://my.occi.service/occi/infrastructure/resource_tpl#","term":"large","title":"Large
|
92
|
-
Instance","attributes":{"occi":{"compute":{"architecture":{"Mutable":false,"Type":"string","Default":"x64","Required":false,"Pattern":".*"},"cores":{"Mutable":false,"Type":"number","Default":2,"Required":false,"Pattern":".*"},"speed":{"Mutable":false,"Type":"number","Default":2,"Required":false,"Pattern":".*"},"memory":{"Mutable":false,"Type":"number","Default":7.5,"Required":false,"Pattern":".*"}}}}},{"related":["http://schemas.ogf.org/occi/infrastructure#resource_tpl"],"scheme":"http://my.occi.service/occi/infrastructure/resource_tpl#","term":"small","title":"Small
|
93
|
-
Instance","attributes":{"occi":{"compute":{"architecture":{"Mutable":true,"Required":false,"Type":"string","Pattern":"x86|x64","Default":"x86"},"cores":{"Mutable":false,"Type":"number","Default":1,"Required":false,"Pattern":".*"},"speed":{"Mutable":false,"Type":"number","Default":1,"Required":false,"Pattern":".*"},"memory":{"Mutable":false,"Type":"number","Default":1.7,"Required":false,"Pattern":".*"}}}}},{"related":["http://schemas.ogf.org/occi/infrastructure#resource_tpl"],"scheme":"http://my.occi.service/occi/infrastructure/resource_tpl#","term":"medium","title":"Medium
|
94
|
-
Instance","attributes":{"occi":{"compute":{"architecture":{"Mutable":true,"Required":false,"Type":"string","Pattern":"x86|x64","Default":"x86"},"cores":{"Mutable":false,"Type":"number","Default":2,"Required":false,"Pattern":".*"},"speed":{"Mutable":false,"Type":"number","Default":1,"Required":false,"Pattern":".*"},"memory":{"Mutable":false,"Type":"number","Default":3.75,"Required":false,"Pattern":".*"}}}}},{"related":["http://schemas.ogf.org/occi/infrastructure#resource_tpl"],"scheme":"http://my.occi.service/occi/infrastructure/resource_tpl#","term":"extra_large","title":"Extra
|
95
|
-
Large Instance","attributes":{"occi":{"compute":{"architecture":{"Mutable":false,"Type":"string","Default":"x64","Required":false,"Pattern":".*"},"cores":{"Mutable":false,"Type":"number","Default":4,"Required":false,"Pattern":".*"},"speed":{"Mutable":false,"Type":"number","Default":2,"Required":false,"Pattern":".*"},"memory":{"Mutable":false,"Type":"number","Default":15,"Required":false,"Pattern":".*"}}}}}],"actions":[{"scheme":"http://schemas.ogf.org/occi/infrastructure/compute/action#","term":"start","title":"Start
|
96
|
-
Compute instance"},{"scheme":"http://schemas.ogf.org/occi/infrastructure/compute/action#","term":"stop","title":"Stop
|
97
|
-
Compute instance","attributes":{"method":{"Mutable":true,"Required":false,"Type":"string","Pattern":"graceful|acpioff|poweroff","Default":"poweroff"}}},{"scheme":"http://schemas.ogf.org/occi/infrastructure/compute/action#","term":"restart","title":"Restart
|
98
|
-
Compute instance","attributes":{"method":{"Mutable":true,"Required":false,"Type":"string","Pattern":"graceful|warm|cold","Default":"cold"}}},{"scheme":"http://schemas.ogf.org/occi/infrastructure/compute/action#","term":"suspend","title":"Suspend
|
99
|
-
Compute instance","attributes":{"method":{"Mutable":true,"Required":false,"Type":"string","Pattern":"hibernate|suspend","Default":"suspend"}}},{"scheme":"http://schemas.ogf.org/occi/infrastructure/storage/action#","term":"online","title":"Activate
|
100
|
-
Storage"},{"scheme":"http://schemas.ogf.org/occi/infrastructure/storage/action#","term":"offline","title":"Deactivate
|
101
|
-
Storage"},{"scheme":"http://schemas.ogf.org/occi/infrastructure/storage/action#","term":"backup","title":"Backup
|
102
|
-
Storage"},{"scheme":"http://schemas.ogf.org/occi/infrastructure/storage/action#","term":"snapshot","title":"Snapshot
|
103
|
-
Storage"},{"scheme":"http://schemas.ogf.org/occi/infrastructure/storage/action#","term":"resize","title":"Resize
|
104
|
-
Storage","attributes":{"size":{"Mutable":true,"Required":false,"Type":"number","Pattern":".*"}}},{"scheme":"http://schemas.ogf.org/occi/infrastructure/network/action#","term":"up","title":"Activate
|
105
|
-
network"},{"scheme":"http://schemas.ogf.org/occi/infrastructure/network/action#","term":"down","title":"Activate
|
106
|
-
network"}]}'
|
107
|
-
http_version:
|
108
|
-
recorded_at: Thu, 10 Jan 2013 13:52:41 GMT
|
109
|
-
- request:
|
110
|
-
method: get
|
111
|
-
uri: http://141.5.99.69/-/
|
112
|
-
body:
|
113
|
-
encoding: US-ASCII
|
114
|
-
string: ''
|
115
|
-
headers:
|
116
|
-
Accept:
|
117
|
-
- application/json
|
118
|
-
response:
|
119
|
-
status:
|
120
|
-
code: 200
|
121
|
-
message: OK
|
122
|
-
headers:
|
123
|
-
Date:
|
124
|
-
- Thu, 10 Jan 2013 13:52:02 GMT
|
125
|
-
Server:
|
126
|
-
- Apache/2.2.22 (Ubuntu)
|
127
|
-
X-Powered-By:
|
128
|
-
- Phusion Passenger (mod_rails/mod_rack) 3.0.18
|
129
|
-
X-Frame-Options:
|
130
|
-
- sameorigin
|
131
|
-
X-Xss-Protection:
|
132
|
-
- 1; mode=block
|
133
|
-
Accept:
|
134
|
-
- application/occi+json,application/json,text/plain,text/uri-list,application/xml,text/xml,application/occi+xml,text/occi
|
135
|
-
Set-Cookie:
|
136
|
-
- rack.session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiJFMTMxNDg0MDNmYjcyNzk1ODJkODBh%0AYjRiODBlZDU2NWU1MjBhMjllZDJjNDAyZWRhZmJkZWJmNGNkZDBlZjUzOEki%0ADXRyYWNraW5nBjsARnsISSIUSFRUUF9VU0VSX0FHRU5UBjsARiItZGEzOWEz%0AZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUND%0ARVBUX0VOQ09ESU5HBjsARiItZGEzOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2%0AMDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUNDRVBUX0xBTkdVQUdFBjsARiItZGEz%0AOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOQ%3D%3D%0A--54c35b2052a49ee5dd9b94aa108e42786cc54f69;
|
137
|
-
path=/; HttpOnly
|
138
|
-
Content-Length:
|
139
|
-
- '14819'
|
140
|
-
Status:
|
141
|
-
- '200'
|
142
|
-
Content-Type:
|
143
|
-
- application/json;charset=utf-8
|
144
|
-
body:
|
145
|
-
encoding: US-ASCII
|
146
|
-
string: ! '{"kinds":[{"scheme":"http://schemas.ogf.org/occi/core#","term":"entity","title":"Entity","attributes":{"occi":{"core":{"id":{"Type":"string","Required":false,"Mutable":false,"Pattern":"[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}"},"title":{"Type":"string","Required":false,"Mutable":true,"Pattern":".*"}}}}},{"related":["http://schemas.ogf.org/occi/core#entity"],"scheme":"http://schemas.ogf.org/occi/core#","term":"resource","title":"Resource","attributes":{"occi":{"core":{"summary":{"Type":"string","Required":false,"Mutable":true,"Pattern":".*"}}}}},{"related":["http://schemas.ogf.org/occi/core#entity"],"scheme":"http://schemas.ogf.org/occi/core#","term":"link","title":"Link","attributes":{"occi":{"core":{"target":{"Type":"string","Required":false,"Mutable":true,"Pattern":".*"},"source":{"Type":"string","Required":false,"Mutable":true,"Pattern":".*"}}}}},{"related":["http://schemas.ogf.org/occi/core#resource"],"actions":["http://schemas.ogf.org/occi/infrastructure/compute/action#start","http://schemas.ogf.org/occi/infrastructure/compute/action#stop","http://schemas.ogf.org/occi/infrastructure/compute/action#restart","http://schemas.ogf.org/occi/infrastructure/compute/action#suspend"],"scheme":"http://schemas.ogf.org/occi/infrastructure#","term":"compute","title":"Compute
|
147
|
-
Resource","attributes":{"occi":{"compute":{"architecture":{"Mutable":true,"Required":false,"Type":"string","Pattern":"x86|x64"},"cores":{"Mutable":true,"Required":false,"Type":"number","Pattern":".*"},"hostname":{"Mutable":true,"Required":false,"Type":"string","Pattern":"(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*"},"speed":{"Mutable":true,"Required":false,"Type":"number","Pattern":".*"},"memory":{"Mutable":true,"Required":false,"Type":"number","Pattern":".*"},"state":{"Mutable":false,"Required":false,"Type":"string","Pattern":"inactive|active|suspended|error","Default":"inactive"}}}}},{"related":["http://schemas.ogf.org/occi/core#link"],"scheme":"http://schemas.ogf.org/occi/infrastructure#","term":"networkinterface","title":"Networkinterface","attributes":{"occi":{"networkinterface":{"interface":{"Mutable":true,"Required":false,"Type":"string","Pattern":".*"},"mac":{"Mutable":true,"Required":false,"Type":"string","Pattern":"^([0-9a-fA-F]{2}[:-]){5}([0-9a-fA-F]{2})$"},"state":{"Mutable":false,"Required":false,"Type":"string","Pattern":"active|inactive","Default":"inactive"}}}}},{"related":["http://schemas.ogf.org/occi/core#resource"],"actions":["http://schemas.ogf.org/occi/infrastructure/storage/action#online","http://schemas.ogf.org/occi/infrastructure/storage/action#offline","http://schemas.ogf.org/occi/infrastructure/storage/action#backup","http://schemas.ogf.org/occi/infrastructure/storage/action#snapshot","http://schemas.ogf.org/occi/infrastructure/storage/action#resize"],"scheme":"http://schemas.ogf.org/occi/infrastructure#","term":"storage","title":"Storage
|
148
|
-
Resource","attributes":{"occi":{"storage":{"size":{"Mutable":true,"Required":false,"Type":"number","Pattern":".*"},"state":{"Mutable":false,"Required":false,"Type":"string","Pattern":"online|offline|backup|snapshot|resize|degraded","Default":"offline"}}}}},{"related":["http://schemas.ogf.org/occi/core#resource"],"actions":["http://schemas.ogf.org/occi/infrastructure/network/action#up","http://schemas.ogf.org/occi/infrastructure/network/action#down"],"scheme":"http://schemas.ogf.org/occi/infrastructure#","term":"network","title":"Network
|
149
|
-
Resource","attributes":{"occi":{"network":{"vlan":{"Mutable":true,"Required":false,"Type":"number","Minimum":0,"Maximum":4095,"Pattern":".*"},"label":{"Mutable":true,"Required":false,"Type":"string","Pattern":".*"},"state":{"Mutable":false,"Required":false,"Type":"string","Pattern":"active|inactive|error","Default":"inactive"}}}}},{"related":["http://schemas.ogf.org/occi/core#link"],"scheme":"http://schemas.ogf.org/occi/infrastructure#","term":"storagelink","title":"Storage
|
150
|
-
Link","attributes":{"occi":{"storagelink":{"deviceid":{"Mutable":true,"Required":false,"Type":"string","Pattern":".*"},"mountpoint":{"Mutable":true,"Required":false,"Type":"string","Pattern":".*"},"state":{"Mutable":false,"Required":false,"Type":"string","Pattern":"active|inactive","Default":"inactive"}}}}}],"mixins":[{"scheme":"http://schemas.ogf.org/occi/infrastructure/network#","term":"ipnetwork","title":"IP
|
151
|
-
Network Mixin","attributes":{"occi":{"network":{"address":{"Mutable":true,"Required":false,"Type":"string","Pattern":"(^\\s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:)))(%.+)?\\s*(\\/(\\d|\\d\\d|1[0-1]\\d|12[0-8]))$)|(^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\/(\\d|[1-2]\\d|3[0-2]))$)"},"gateway":{"Mutable":true,"Required":false,"Type":"string","Pattern":"(^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$)|(^\\s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:)))(%.+)?\\s*)"},"allocation":{"Mutable":true,"Required":false,"Type":"string","Pattern":"dynamic|static"},"state":{"Mutable":false,"Required":false,"Type":"string","Pattern":"active|inactive","Default":"inactive"}}}}},{"scheme":"http://schemas.ogf.org/occi/infrastructure#","term":"resource_tpl","title":"Resource
|
152
|
-
Template"},{"scheme":"http://schemas.ogf.org/occi/infrastructure#","term":"os_tpl","title":"Operating
|
153
|
-
System Template"},{"scheme":"http://schemas.ogf.org/occi/infrastructure/networkinterface#","term":"ipnetworkinterface","title":"IP
|
154
|
-
Networkinterface Mixin","attributes":{"occi":{"networkinterface":{"address":{"Mutable":true,"Required":false,"Type":"string","Pattern":"(^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$)|(^\\s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:)))(%.+)?\\s*)"},"gateway":{"Mutable":true,"Required":false,"Type":"string","Pattern":"(^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$)|(^\\s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:)))(%.+)?\\s*)"},"allocation":{"Mutable":true,"Required":false,"Type":"string","Pattern":"dynamic|static"},"state":{"Mutable":false,"Required":false,"Type":"string","Pattern":"active|inactive","Default":"inactive"}}}}},{"related":["http://schemas.ogf.org/occi/infrastructure#os_tpl"],"scheme":"http://my.occi.service/occi/infrastructure/os_tpl#","term":"my_os","title":"My
|
155
|
-
OS Template"},{"related":["http://schemas.ogf.org/occi/infrastructure#resource_tpl"],"scheme":"http://my.occi.service/occi/infrastructure/resource_tpl#","term":"large","title":"Large
|
156
|
-
Instance","attributes":{"occi":{"compute":{"architecture":{"Mutable":false,"Type":"string","Default":"x64","Required":false,"Pattern":".*"},"cores":{"Mutable":false,"Type":"number","Default":2,"Required":false,"Pattern":".*"},"speed":{"Mutable":false,"Type":"number","Default":2,"Required":false,"Pattern":".*"},"memory":{"Mutable":false,"Type":"number","Default":7.5,"Required":false,"Pattern":".*"}}}}},{"related":["http://schemas.ogf.org/occi/infrastructure#resource_tpl"],"scheme":"http://my.occi.service/occi/infrastructure/resource_tpl#","term":"small","title":"Small
|
157
|
-
Instance","attributes":{"occi":{"compute":{"architecture":{"Mutable":true,"Required":false,"Type":"string","Pattern":"x86|x64","Default":"x86"},"cores":{"Mutable":false,"Type":"number","Default":1,"Required":false,"Pattern":".*"},"speed":{"Mutable":false,"Type":"number","Default":1,"Required":false,"Pattern":".*"},"memory":{"Mutable":false,"Type":"number","Default":1.7,"Required":false,"Pattern":".*"}}}}},{"related":["http://schemas.ogf.org/occi/infrastructure#resource_tpl"],"scheme":"http://my.occi.service/occi/infrastructure/resource_tpl#","term":"medium","title":"Medium
|
158
|
-
Instance","attributes":{"occi":{"compute":{"architecture":{"Mutable":true,"Required":false,"Type":"string","Pattern":"x86|x64","Default":"x86"},"cores":{"Mutable":false,"Type":"number","Default":2,"Required":false,"Pattern":".*"},"speed":{"Mutable":false,"Type":"number","Default":1,"Required":false,"Pattern":".*"},"memory":{"Mutable":false,"Type":"number","Default":3.75,"Required":false,"Pattern":".*"}}}}},{"related":["http://schemas.ogf.org/occi/infrastructure#resource_tpl"],"scheme":"http://my.occi.service/occi/infrastructure/resource_tpl#","term":"extra_large","title":"Extra
|
159
|
-
Large Instance","attributes":{"occi":{"compute":{"architecture":{"Mutable":false,"Type":"string","Default":"x64","Required":false,"Pattern":".*"},"cores":{"Mutable":false,"Type":"number","Default":4,"Required":false,"Pattern":".*"},"speed":{"Mutable":false,"Type":"number","Default":2,"Required":false,"Pattern":".*"},"memory":{"Mutable":false,"Type":"number","Default":15,"Required":false,"Pattern":".*"}}}}}],"actions":[{"scheme":"http://schemas.ogf.org/occi/infrastructure/compute/action#","term":"start","title":"Start
|
160
|
-
Compute instance"},{"scheme":"http://schemas.ogf.org/occi/infrastructure/compute/action#","term":"stop","title":"Stop
|
161
|
-
Compute instance","attributes":{"method":{"Mutable":true,"Required":false,"Type":"string","Pattern":"graceful|acpioff|poweroff","Default":"poweroff"}}},{"scheme":"http://schemas.ogf.org/occi/infrastructure/compute/action#","term":"restart","title":"Restart
|
162
|
-
Compute instance","attributes":{"method":{"Mutable":true,"Required":false,"Type":"string","Pattern":"graceful|warm|cold","Default":"cold"}}},{"scheme":"http://schemas.ogf.org/occi/infrastructure/compute/action#","term":"suspend","title":"Suspend
|
163
|
-
Compute instance","attributes":{"method":{"Mutable":true,"Required":false,"Type":"string","Pattern":"hibernate|suspend","Default":"suspend"}}},{"scheme":"http://schemas.ogf.org/occi/infrastructure/storage/action#","term":"online","title":"Activate
|
164
|
-
Storage"},{"scheme":"http://schemas.ogf.org/occi/infrastructure/storage/action#","term":"offline","title":"Deactivate
|
165
|
-
Storage"},{"scheme":"http://schemas.ogf.org/occi/infrastructure/storage/action#","term":"backup","title":"Backup
|
166
|
-
Storage"},{"scheme":"http://schemas.ogf.org/occi/infrastructure/storage/action#","term":"snapshot","title":"Snapshot
|
167
|
-
Storage"},{"scheme":"http://schemas.ogf.org/occi/infrastructure/storage/action#","term":"resize","title":"Resize
|
168
|
-
Storage","attributes":{"size":{"Mutable":true,"Required":false,"Type":"number","Pattern":".*"}}},{"scheme":"http://schemas.ogf.org/occi/infrastructure/network/action#","term":"up","title":"Activate
|
169
|
-
network"},{"scheme":"http://schemas.ogf.org/occi/infrastructure/network/action#","term":"down","title":"Activate
|
170
|
-
network"}]}'
|
171
|
-
http_version:
|
172
|
-
recorded_at: Thu, 10 Jan 2013 13:52:42 GMT
|
173
|
-
- request:
|
174
|
-
method: get
|
175
|
-
uri: http://141.5.99.69/
|
176
|
-
body:
|
177
|
-
encoding: US-ASCII
|
178
|
-
string: ''
|
179
|
-
headers:
|
180
|
-
Accept:
|
181
|
-
- application/json
|
182
|
-
response:
|
183
|
-
status:
|
184
|
-
code: 200
|
185
|
-
message: OK
|
186
|
-
headers:
|
187
|
-
Date:
|
188
|
-
- Tue, 12 Mar 2013 13:29:42 GMT
|
189
|
-
Server:
|
190
|
-
- Apache/2.2.22 (Ubuntu)
|
191
|
-
X-Powered-By:
|
192
|
-
- Phusion Passenger (mod_rails/mod_rack) 3.0.18
|
193
|
-
X-Frame-Options:
|
194
|
-
- sameorigin
|
195
|
-
X-Xss-Protection:
|
196
|
-
- 1; mode=block
|
197
|
-
Accept:
|
198
|
-
- application/occi+json,application/json,text/plain,text/uri-list,application/xml,text/xml,application/occi+xml,text/occi
|
199
|
-
Set-Cookie:
|
200
|
-
- rack.session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiJFN2E4NTRmNjhmNjU1YjJiNjliOGZk%0AYTI2NDhkN2RjMzE1NGY4MmZlYmQzYjI1ZGUzNjcyNDVkOWFiNWUxYzMwOUki%0ADXRyYWNraW5nBjsARnsISSIUSFRUUF9VU0VSX0FHRU5UBjsARiItZGEzOWEz%0AZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUND%0ARVBUX0VOQ09ESU5HBjsARiItZGEzOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2%0AMDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUNDRVBUX0xBTkdVQUdFBjsARiItZGEz%0AOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOQ%3D%3D%0A--f827e521323b9a3df64188e870b7accd57c45170;
|
201
|
-
path=/; HttpOnly
|
202
|
-
Content-Length:
|
203
|
-
- '3444'
|
204
|
-
Status:
|
205
|
-
- '200'
|
206
|
-
Content-Type:
|
207
|
-
- application/json;charset=utf-8
|
208
|
-
body:
|
209
|
-
encoding: US-ASCII
|
210
|
-
string: ! '{"resources":[{"kind":"http://schemas.ogf.org/occi/infrastructure#compute","actions":["http://schemas.ogf.org/occi/infrastructure/compute/action#stop","http://schemas.ogf.org/occi/infrastructure/compute/action#restart","http://schemas.ogf.org/occi/infrastructure/compute/action#suspend"],"attributes":{"occi":{"core":{"id":"48e7c51c-5a7d-11e2-a300-fa163e16d22f"},"compute":{"state":"active"}}}},{"kind":"http://schemas.ogf.org/occi/infrastructure#compute","actions":["http://schemas.ogf.org/occi/infrastructure/compute/action#stop","http://schemas.ogf.org/occi/infrastructure/compute/action#restart","http://schemas.ogf.org/occi/infrastructure/compute/action#suspend"],"attributes":{"occi":{"core":{"id":"6c706278-5a7d-11e2-a300-fa163e16d22f"},"compute":{"state":"active"}}}},{"kind":"http://schemas.ogf.org/occi/infrastructure#compute","actions":["http://schemas.ogf.org/occi/infrastructure/compute/action#stop","http://schemas.ogf.org/occi/infrastructure/compute/action#restart","http://schemas.ogf.org/occi/infrastructure/compute/action#suspend"],"attributes":{"occi":{"core":{"id":"7582ffc4-5a7d-11e2-a300-fa163e16d22f"},"compute":{"state":"active"}}}},{"kind":"http://schemas.ogf.org/occi/infrastructure#compute","actions":["http://schemas.ogf.org/occi/infrastructure/compute/action#stop","http://schemas.ogf.org/occi/infrastructure/compute/action#restart","http://schemas.ogf.org/occi/infrastructure/compute/action#suspend"],"attributes":{"occi":{"core":{"id":"8eb0deb2-5a7d-11e2-a300-fa163e16d22f"},"compute":{"state":"active"}}}},{"kind":"http://schemas.ogf.org/occi/infrastructure#compute","actions":["http://schemas.ogf.org/occi/infrastructure/compute/action#stop","http://schemas.ogf.org/occi/infrastructure/compute/action#restart","http://schemas.ogf.org/occi/infrastructure/compute/action#suspend"],"attributes":{"occi":{"core":{"id":"8efa93e0-5a7d-11e2-a300-fa163e16d22f"},"compute":{"state":"active"}}}},{"kind":"http://schemas.ogf.org/occi/infrastructure#compute","actions":["http://schemas.ogf.org/occi/infrastructure/compute/action#stop","http://schemas.ogf.org/occi/infrastructure/compute/action#restart","http://schemas.ogf.org/occi/infrastructure/compute/action#suspend"],"attributes":{"occi":{"core":{"id":"49cbeaee-5b1d-11e2-a300-fa163e16d22f"},"compute":{"state":"active"}}}},{"kind":"http://schemas.ogf.org/occi/infrastructure#compute","actions":["http://schemas.ogf.org/occi/infrastructure/compute/action#stop","http://schemas.ogf.org/occi/infrastructure/compute/action#restart","http://schemas.ogf.org/occi/infrastructure/compute/action#suspend"],"attributes":{"occi":{"core":{"id":"c87fa76c-5b1e-11e2-a300-fa163e16d22f"},"compute":{"state":"active"}}}},{"kind":"http://schemas.ogf.org/occi/infrastructure#compute","actions":["http://schemas.ogf.org/occi/infrastructure/compute/action#stop","http://schemas.ogf.org/occi/infrastructure/compute/action#restart","http://schemas.ogf.org/occi/infrastructure/compute/action#suspend"],"attributes":{"occi":{"core":{"id":"1cc544b2-5b1f-11e2-a300-fa163e16d22f"},"compute":{"state":"active"}}}},{"kind":"http://schemas.ogf.org/occi/infrastructure#compute","actions":["http://schemas.ogf.org/occi/infrastructure/compute/action#stop","http://schemas.ogf.org/occi/infrastructure/compute/action#restart","http://schemas.ogf.org/occi/infrastructure/compute/action#suspend"],"attributes":{"occi":{"core":{"id":"38e2a6b2-5b1f-11e2-a300-fa163e16d22f"},"compute":{"state":"active"}}}}]}'
|
211
|
-
http_version:
|
212
|
-
recorded_at: Tue, 12 Mar 2013 13:29:35 GMT
|
213
|
-
- request:
|
214
|
-
method: get
|
215
|
-
uri: http://141.5.99.69/
|
216
|
-
body:
|
217
|
-
encoding: US-ASCII
|
218
|
-
string: ''
|
219
|
-
headers:
|
220
|
-
Accept:
|
221
|
-
- application/json
|
222
|
-
response:
|
223
|
-
status:
|
224
|
-
code: 200
|
225
|
-
message: OK
|
226
|
-
headers:
|
227
|
-
Date:
|
228
|
-
- Tue, 12 Mar 2013 13:29:42 GMT
|
229
|
-
Server:
|
230
|
-
- Apache/2.2.22 (Ubuntu)
|
231
|
-
X-Powered-By:
|
232
|
-
- Phusion Passenger (mod_rails/mod_rack) 3.0.18
|
233
|
-
X-Frame-Options:
|
234
|
-
- sameorigin
|
235
|
-
X-Xss-Protection:
|
236
|
-
- 1; mode=block
|
237
|
-
Accept:
|
238
|
-
- application/occi+json,application/json,text/plain,text/uri-list,application/xml,text/xml,application/occi+xml,text/occi
|
239
|
-
Set-Cookie:
|
240
|
-
- rack.session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiJFMDU2MTY4M2VjMjcxMGY1ZGEwOTJi%0AYTI4YWIwZjc1YmIwYTY5ZjE1NmIzYmY4MTA3NjY2MWY0OGMzZTE4MjRhN0ki%0ADXRyYWNraW5nBjsARnsISSIUSFRUUF9VU0VSX0FHRU5UBjsARiItZGEzOWEz%0AZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUND%0ARVBUX0VOQ09ESU5HBjsARiItZGEzOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2%0AMDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUNDRVBUX0xBTkdVQUdFBjsARiItZGEz%0AOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOQ%3D%3D%0A--a0539607471f06a5405858228fc124c1744ee77e;
|
241
|
-
path=/; HttpOnly
|
242
|
-
Content-Length:
|
243
|
-
- '3444'
|
244
|
-
Status:
|
245
|
-
- '200'
|
246
|
-
Content-Type:
|
247
|
-
- application/json;charset=utf-8
|
248
|
-
body:
|
249
|
-
encoding: US-ASCII
|
250
|
-
string: ! '{"resources":[{"kind":"http://schemas.ogf.org/occi/infrastructure#compute","actions":["http://schemas.ogf.org/occi/infrastructure/compute/action#stop","http://schemas.ogf.org/occi/infrastructure/compute/action#restart","http://schemas.ogf.org/occi/infrastructure/compute/action#suspend"],"attributes":{"occi":{"core":{"id":"48e7c51c-5a7d-11e2-a300-fa163e16d22f"},"compute":{"state":"active"}}}},{"kind":"http://schemas.ogf.org/occi/infrastructure#compute","actions":["http://schemas.ogf.org/occi/infrastructure/compute/action#stop","http://schemas.ogf.org/occi/infrastructure/compute/action#restart","http://schemas.ogf.org/occi/infrastructure/compute/action#suspend"],"attributes":{"occi":{"core":{"id":"6c706278-5a7d-11e2-a300-fa163e16d22f"},"compute":{"state":"active"}}}},{"kind":"http://schemas.ogf.org/occi/infrastructure#compute","actions":["http://schemas.ogf.org/occi/infrastructure/compute/action#stop","http://schemas.ogf.org/occi/infrastructure/compute/action#restart","http://schemas.ogf.org/occi/infrastructure/compute/action#suspend"],"attributes":{"occi":{"core":{"id":"7582ffc4-5a7d-11e2-a300-fa163e16d22f"},"compute":{"state":"active"}}}},{"kind":"http://schemas.ogf.org/occi/infrastructure#compute","actions":["http://schemas.ogf.org/occi/infrastructure/compute/action#stop","http://schemas.ogf.org/occi/infrastructure/compute/action#restart","http://schemas.ogf.org/occi/infrastructure/compute/action#suspend"],"attributes":{"occi":{"core":{"id":"8eb0deb2-5a7d-11e2-a300-fa163e16d22f"},"compute":{"state":"active"}}}},{"kind":"http://schemas.ogf.org/occi/infrastructure#compute","actions":["http://schemas.ogf.org/occi/infrastructure/compute/action#stop","http://schemas.ogf.org/occi/infrastructure/compute/action#restart","http://schemas.ogf.org/occi/infrastructure/compute/action#suspend"],"attributes":{"occi":{"core":{"id":"8efa93e0-5a7d-11e2-a300-fa163e16d22f"},"compute":{"state":"active"}}}},{"kind":"http://schemas.ogf.org/occi/infrastructure#compute","actions":["http://schemas.ogf.org/occi/infrastructure/compute/action#stop","http://schemas.ogf.org/occi/infrastructure/compute/action#restart","http://schemas.ogf.org/occi/infrastructure/compute/action#suspend"],"attributes":{"occi":{"core":{"id":"49cbeaee-5b1d-11e2-a300-fa163e16d22f"},"compute":{"state":"active"}}}},{"kind":"http://schemas.ogf.org/occi/infrastructure#compute","actions":["http://schemas.ogf.org/occi/infrastructure/compute/action#stop","http://schemas.ogf.org/occi/infrastructure/compute/action#restart","http://schemas.ogf.org/occi/infrastructure/compute/action#suspend"],"attributes":{"occi":{"core":{"id":"c87fa76c-5b1e-11e2-a300-fa163e16d22f"},"compute":{"state":"active"}}}},{"kind":"http://schemas.ogf.org/occi/infrastructure#compute","actions":["http://schemas.ogf.org/occi/infrastructure/compute/action#stop","http://schemas.ogf.org/occi/infrastructure/compute/action#restart","http://schemas.ogf.org/occi/infrastructure/compute/action#suspend"],"attributes":{"occi":{"core":{"id":"1cc544b2-5b1f-11e2-a300-fa163e16d22f"},"compute":{"state":"active"}}}},{"kind":"http://schemas.ogf.org/occi/infrastructure#compute","actions":["http://schemas.ogf.org/occi/infrastructure/compute/action#stop","http://schemas.ogf.org/occi/infrastructure/compute/action#restart","http://schemas.ogf.org/occi/infrastructure/compute/action#suspend"],"attributes":{"occi":{"core":{"id":"38e2a6b2-5b1f-11e2-a300-fa163e16d22f"},"compute":{"state":"active"}}}}]}'
|
251
|
-
http_version:
|
252
|
-
recorded_at: Tue, 12 Mar 2013 13:29:35 GMT
|
253
|
-
- request:
|
254
|
-
method: head
|
255
|
-
uri: http://141.5.99.69/
|
256
|
-
body:
|
257
|
-
encoding: US-ASCII
|
258
|
-
string: ''
|
259
|
-
headers:
|
260
|
-
Accept:
|
261
|
-
- application/json
|
262
|
-
response:
|
263
|
-
status:
|
264
|
-
code: 200
|
265
|
-
message: OK
|
266
|
-
headers:
|
267
|
-
Date:
|
268
|
-
- Tue, 12 Mar 2013 15:27:53 GMT
|
269
|
-
Server:
|
270
|
-
- Apache/2.2.22 (Ubuntu)
|
271
|
-
X-Powered-By:
|
272
|
-
- Phusion Passenger (mod_rails/mod_rack) 3.0.18
|
273
|
-
X-Frame-Options:
|
274
|
-
- sameorigin
|
275
|
-
X-Xss-Protection:
|
276
|
-
- 1; mode=block
|
277
|
-
Accept:
|
278
|
-
- application/occi+json,application/json,text/plain,text/uri-list,application/xml,text/xml,application/occi+xml,text/occi
|
279
|
-
Set-Cookie:
|
280
|
-
- rack.session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiJFOWU5YjM0OGFmMTc4ODBhMTY1MjYx%0ANTJjZTQ2NzZjMjE4YmY3ODExNDkxZjU5OThmOTRmNDU1NDFjMTZjZmM2ZEki%0ADXRyYWNraW5nBjsARnsISSIUSFRUUF9VU0VSX0FHRU5UBjsARiItZGEzOWEz%0AZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUND%0ARVBUX0VOQ09ESU5HBjsARiItZGEzOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2%0AMDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUNDRVBUX0xBTkdVQUdFBjsARiItZGEz%0AOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOQ%3D%3D%0A--197a67fdc50a0952ca986c13e213ec8892b4beff;
|
281
|
-
path=/; HttpOnly
|
282
|
-
Content-Length:
|
283
|
-
- '3444'
|
284
|
-
Status:
|
285
|
-
- '200'
|
286
|
-
Content-Type:
|
287
|
-
- application/json;charset=utf-8
|
288
|
-
body:
|
289
|
-
encoding: US-ASCII
|
290
|
-
string: ''
|
291
|
-
http_version:
|
292
|
-
recorded_at: Tue, 12 Mar 2013 15:27:46 GMT
|
293
|
-
- request:
|
294
|
-
method: head
|
295
|
-
uri: http://141.5.99.69/
|
296
|
-
body:
|
297
|
-
encoding: US-ASCII
|
298
|
-
string: ''
|
299
|
-
headers:
|
300
|
-
Accept:
|
301
|
-
- application/json
|
302
|
-
response:
|
303
|
-
status:
|
304
|
-
code: 200
|
305
|
-
message: OK
|
306
|
-
headers:
|
307
|
-
Date:
|
308
|
-
- Tue, 12 Mar 2013 15:27:54 GMT
|
309
|
-
Server:
|
310
|
-
- Apache/2.2.22 (Ubuntu)
|
311
|
-
X-Powered-By:
|
312
|
-
- Phusion Passenger (mod_rails/mod_rack) 3.0.18
|
313
|
-
X-Frame-Options:
|
314
|
-
- sameorigin
|
315
|
-
X-Xss-Protection:
|
316
|
-
- 1; mode=block
|
317
|
-
Accept:
|
318
|
-
- application/occi+json,application/json,text/plain,text/uri-list,application/xml,text/xml,application/occi+xml,text/occi
|
319
|
-
Set-Cookie:
|
320
|
-
- rack.session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiJFY2NkMGVmNDI4ZGRmMmEyODIyYjAx%0AOTQ5MDdjZTljZjNjMDIwNDZmMmFhMmVhYjBkZGVlM2EzODhjY2NhNzExOEki%0ADXRyYWNraW5nBjsARnsISSIUSFRUUF9VU0VSX0FHRU5UBjsARiItZGEzOWEz%0AZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUND%0ARVBUX0VOQ09ESU5HBjsARiItZGEzOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2%0AMDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUNDRVBUX0xBTkdVQUdFBjsARiItZGEz%0AOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOQ%3D%3D%0A--199003590da3d7ad28f69a8be2c88e694c6f479c;
|
321
|
-
path=/; HttpOnly
|
322
|
-
Content-Length:
|
323
|
-
- '3444'
|
324
|
-
Status:
|
325
|
-
- '200'
|
326
|
-
Content-Type:
|
327
|
-
- application/json;charset=utf-8
|
328
|
-
body:
|
329
|
-
encoding: US-ASCII
|
330
|
-
string: ''
|
331
|
-
http_version:
|
332
|
-
recorded_at: Tue, 12 Mar 2013 15:27:46 GMT
|
333
|
-
recorded_with: VCR 2.4.0
|
@@ -1,529 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: head
|
5
|
-
uri: http://141.5.99.69/
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: ''
|
9
|
-
headers:
|
10
|
-
Accept:
|
11
|
-
- application/json
|
12
|
-
response:
|
13
|
-
status:
|
14
|
-
code: 200
|
15
|
-
message: OK
|
16
|
-
headers:
|
17
|
-
Date:
|
18
|
-
- Thu, 10 Jan 2013 13:52:02 GMT
|
19
|
-
Server:
|
20
|
-
- Apache/2.2.22 (Ubuntu)
|
21
|
-
X-Powered-By:
|
22
|
-
- Phusion Passenger (mod_rails/mod_rack) 3.0.18
|
23
|
-
X-Frame-Options:
|
24
|
-
- sameorigin
|
25
|
-
X-Xss-Protection:
|
26
|
-
- 1; mode=block
|
27
|
-
Accept:
|
28
|
-
- application/occi+json,application/json,text/plain,text/uri-list,application/xml,text/xml,application/occi+xml,text/occi
|
29
|
-
Set-Cookie:
|
30
|
-
- rack.session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiJFMmE0ZGY3ZmNiOGUyZGU3NGE2MjZm%0ANTljMDExNmY1ZmE5YTk3MDI0MWVkYjE5ODQyMjE0NTQyMzk3NWE4Y2YxYUki%0ADXRyYWNraW5nBjsARnsISSIUSFRUUF9VU0VSX0FHRU5UBjsARiItZGEzOWEz%0AZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUND%0ARVBUX0VOQ09ESU5HBjsARiItZGEzOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2%0AMDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUNDRVBUX0xBTkdVQUdFBjsARiItZGEz%0AOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOQ%3D%3D%0A--6e34cfa704fe7d1dedcc3add897a7081860c1e93;
|
31
|
-
path=/; HttpOnly
|
32
|
-
Content-Length:
|
33
|
-
- '3444'
|
34
|
-
Status:
|
35
|
-
- '200'
|
36
|
-
Content-Type:
|
37
|
-
- application/json;charset=utf-8
|
38
|
-
body:
|
39
|
-
encoding: US-ASCII
|
40
|
-
string: ''
|
41
|
-
http_version:
|
42
|
-
recorded_at: Thu, 10 Jan 2013 13:52:42 GMT
|
43
|
-
- request:
|
44
|
-
method: get
|
45
|
-
uri: http://141.5.99.69/-/
|
46
|
-
body:
|
47
|
-
encoding: US-ASCII
|
48
|
-
string: ''
|
49
|
-
headers:
|
50
|
-
Accept:
|
51
|
-
- text/plain
|
52
|
-
response:
|
53
|
-
status:
|
54
|
-
code: 200
|
55
|
-
message: OK
|
56
|
-
headers:
|
57
|
-
Date:
|
58
|
-
- Thu, 10 Jan 2013 13:52:02 GMT
|
59
|
-
Server:
|
60
|
-
- Apache/2.2.22 (Ubuntu)
|
61
|
-
X-Powered-By:
|
62
|
-
- Phusion Passenger (mod_rails/mod_rack) 3.0.18
|
63
|
-
X-Frame-Options:
|
64
|
-
- sameorigin
|
65
|
-
X-Xss-Protection:
|
66
|
-
- 1; mode=block
|
67
|
-
Accept:
|
68
|
-
- application/occi+json,application/json,text/plain,text/uri-list,application/xml,text/xml,application/occi+xml,text/occi
|
69
|
-
Set-Cookie:
|
70
|
-
- rack.session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiJFNzQ2OWIwNTE3MjIzMWUwODkyYjcw%0AYzZkMjNhOTJjMmI0NDhjY2Y0ZWZhODUyMDdiN2U4NTBiZTkwOGQ0NjA1M0ki%0ADXRyYWNraW5nBjsARnsISSIUSFRUUF9VU0VSX0FHRU5UBjsARiItZGEzOWEz%0AZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUND%0ARVBUX0VOQ09ESU5HBjsARiItZGEzOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2%0AMDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUNDRVBUX0xBTkdVQUdFBjsARiItZGEz%0AOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOQ%3D%3D%0A--d91b46ce052e8e78755a0aefd22b6a3813d14fa9;
|
71
|
-
path=/; HttpOnly
|
72
|
-
Content-Length:
|
73
|
-
- '6397'
|
74
|
-
Status:
|
75
|
-
- '200'
|
76
|
-
Vary:
|
77
|
-
- Accept-Encoding
|
78
|
-
Content-Type:
|
79
|
-
- text/plain;charset=utf-8
|
80
|
-
body:
|
81
|
-
encoding: US-ASCII
|
82
|
-
string: ! 'Category: entity;scheme="http://schemas.ogf.org/occi/core#";class="kind";title="Entity";location="/entity/";attributes="occi.core.id
|
83
|
-
occi.core.title"
|
84
|
-
|
85
|
-
Category: resource;scheme="http://schemas.ogf.org/occi/core#";class="kind";title="Resource";rel="http://schemas.ogf.org/occi/core#entity";location="/resource/";attributes="occi.core.summary"
|
86
|
-
|
87
|
-
Category: link;scheme="http://schemas.ogf.org/occi/core#";class="kind";title="Link";rel="http://schemas.ogf.org/occi/core#entity";location="/link/";attributes="occi.core.target
|
88
|
-
occi.core.source"
|
89
|
-
|
90
|
-
Category: compute;scheme="http://schemas.ogf.org/occi/infrastructure#";class="kind";title="Compute
|
91
|
-
Resource";rel="http://schemas.ogf.org/occi/core#resource";location="/compute/";attributes="occi.compute.architecture
|
92
|
-
occi.compute.cores occi.compute.hostname occi.compute.speed occi.compute.memory
|
93
|
-
occi.compute.state";actions="http://schemas.ogf.org/occi/infrastructure/compute/action#start
|
94
|
-
http://schemas.ogf.org/occi/infrastructure/compute/action#stop http://schemas.ogf.org/occi/infrastructure/compute/action#restart
|
95
|
-
http://schemas.ogf.org/occi/infrastructure/compute/action#suspend"
|
96
|
-
|
97
|
-
Category: networkinterface;scheme="http://schemas.ogf.org/occi/infrastructure#";class="kind";title="Networkinterface";rel="http://schemas.ogf.org/occi/core#link";location="/networkinterface/";attributes="occi.networkinterface.interface
|
98
|
-
occi.networkinterface.mac occi.networkinterface.state"
|
99
|
-
|
100
|
-
Category: storage;scheme="http://schemas.ogf.org/occi/infrastructure#";class="kind";title="Storage
|
101
|
-
Resource";rel="http://schemas.ogf.org/occi/core#resource";location="/storage/";attributes="occi.storage.size
|
102
|
-
occi.storage.state";actions="http://schemas.ogf.org/occi/infrastructure/storage/action#online
|
103
|
-
http://schemas.ogf.org/occi/infrastructure/storage/action#offline http://schemas.ogf.org/occi/infrastructure/storage/action#backup
|
104
|
-
http://schemas.ogf.org/occi/infrastructure/storage/action#snapshot http://schemas.ogf.org/occi/infrastructure/storage/action#resize"
|
105
|
-
|
106
|
-
Category: network;scheme="http://schemas.ogf.org/occi/infrastructure#";class="kind";title="Network
|
107
|
-
Resource";rel="http://schemas.ogf.org/occi/core#resource";location="/network/";attributes="occi.network.vlan
|
108
|
-
occi.network.label occi.network.state";actions="http://schemas.ogf.org/occi/infrastructure/network/action#up
|
109
|
-
http://schemas.ogf.org/occi/infrastructure/network/action#down"
|
110
|
-
|
111
|
-
Category: storagelink;scheme="http://schemas.ogf.org/occi/infrastructure#";class="kind";title="Storage
|
112
|
-
Link";rel="http://schemas.ogf.org/occi/core#link";location="/storagelink/";attributes="occi.storagelink.deviceid
|
113
|
-
occi.storagelink.mountpoint occi.storagelink.state"
|
114
|
-
|
115
|
-
Category: ipnetwork;scheme="http://schemas.ogf.org/occi/infrastructure/network#";class="mixin";title="IP
|
116
|
-
Network Mixin";location="/mixins/ipnetwork/";attributes="occi.network.address
|
117
|
-
occi.network.gateway occi.network.allocation occi.network.state"
|
118
|
-
|
119
|
-
Category: resource_tpl;scheme="http://schemas.ogf.org/occi/infrastructure#";class="mixin";title="Resource
|
120
|
-
Template";location="/mixins/resource_tpl/"
|
121
|
-
|
122
|
-
Category: os_tpl;scheme="http://schemas.ogf.org/occi/infrastructure#";class="mixin";title="Operating
|
123
|
-
System Template";location="/mixins/os_tpl/"
|
124
|
-
|
125
|
-
Category: ipnetworkinterface;scheme="http://schemas.ogf.org/occi/infrastructure/networkinterface#";class="mixin";title="IP
|
126
|
-
Networkinterface Mixin";location="/mixins/ipnetworkinterface/";attributes="occi.networkinterface.address
|
127
|
-
occi.networkinterface.gateway occi.networkinterface.allocation occi.networkinterface.state"
|
128
|
-
|
129
|
-
Category: my_os;scheme="http://my.occi.service/occi/infrastructure/os_tpl#";class="mixin";title="My
|
130
|
-
OS Template";rel="http://schemas.ogf.org/occi/infrastructure#os_tpl";location="/mixins/my_os/"
|
131
|
-
|
132
|
-
Category: large;scheme="http://my.occi.service/occi/infrastructure/resource_tpl#";class="mixin";title="Large
|
133
|
-
Instance";rel="http://schemas.ogf.org/occi/infrastructure#resource_tpl";location="/mixins/large/";attributes="occi.compute.architecture
|
134
|
-
occi.compute.cores occi.compute.speed occi.compute.memory"
|
135
|
-
|
136
|
-
Category: small;scheme="http://my.occi.service/occi/infrastructure/resource_tpl#";class="mixin";title="Small
|
137
|
-
Instance";rel="http://schemas.ogf.org/occi/infrastructure#resource_tpl";location="/mixins/small/";attributes="occi.compute.architecture
|
138
|
-
occi.compute.cores occi.compute.speed occi.compute.memory"
|
139
|
-
|
140
|
-
Category: medium;scheme="http://my.occi.service/occi/infrastructure/resource_tpl#";class="mixin";title="Medium
|
141
|
-
Instance";rel="http://schemas.ogf.org/occi/infrastructure#resource_tpl";location="/mixins/medium/";attributes="occi.compute.architecture
|
142
|
-
occi.compute.cores occi.compute.speed occi.compute.memory"
|
143
|
-
|
144
|
-
Category: extra_large;scheme="http://my.occi.service/occi/infrastructure/resource_tpl#";class="mixin";title="Extra
|
145
|
-
Large Instance";rel="http://schemas.ogf.org/occi/infrastructure#resource_tpl";location="/mixins/extra_large/";attributes="occi.compute.architecture
|
146
|
-
occi.compute.cores occi.compute.speed occi.compute.memory"
|
147
|
-
|
148
|
-
Category: start;scheme="http://schemas.ogf.org/occi/infrastructure/compute/action#";class="action";title="Start
|
149
|
-
Compute instance"
|
150
|
-
|
151
|
-
Category: stop;scheme="http://schemas.ogf.org/occi/infrastructure/compute/action#";class="action";title="Stop
|
152
|
-
Compute instance";attributes="method"
|
153
|
-
|
154
|
-
Category: restart;scheme="http://schemas.ogf.org/occi/infrastructure/compute/action#";class="action";title="Restart
|
155
|
-
Compute instance";attributes="method"
|
156
|
-
|
157
|
-
Category: suspend;scheme="http://schemas.ogf.org/occi/infrastructure/compute/action#";class="action";title="Suspend
|
158
|
-
Compute instance";attributes="method"
|
159
|
-
|
160
|
-
Category: online;scheme="http://schemas.ogf.org/occi/infrastructure/storage/action#";class="action";title="Activate
|
161
|
-
Storage"
|
162
|
-
|
163
|
-
Category: offline;scheme="http://schemas.ogf.org/occi/infrastructure/storage/action#";class="action";title="Deactivate
|
164
|
-
Storage"
|
165
|
-
|
166
|
-
Category: backup;scheme="http://schemas.ogf.org/occi/infrastructure/storage/action#";class="action";title="Backup
|
167
|
-
Storage"
|
168
|
-
|
169
|
-
Category: snapshot;scheme="http://schemas.ogf.org/occi/infrastructure/storage/action#";class="action";title="Snapshot
|
170
|
-
Storage"
|
171
|
-
|
172
|
-
Category: resize;scheme="http://schemas.ogf.org/occi/infrastructure/storage/action#";class="action";title="Resize
|
173
|
-
Storage";attributes="size"
|
174
|
-
|
175
|
-
Category: up;scheme="http://schemas.ogf.org/occi/infrastructure/network/action#";class="action";title="Activate
|
176
|
-
network"
|
177
|
-
|
178
|
-
Category: down;scheme="http://schemas.ogf.org/occi/infrastructure/network/action#";class="action";title="Activate
|
179
|
-
network"
|
180
|
-
|
181
|
-
'
|
182
|
-
http_version:
|
183
|
-
recorded_at: Thu, 10 Jan 2013 13:52:42 GMT
|
184
|
-
- request:
|
185
|
-
method: get
|
186
|
-
uri: http://141.5.99.69/-/
|
187
|
-
body:
|
188
|
-
encoding: US-ASCII
|
189
|
-
string: ''
|
190
|
-
headers:
|
191
|
-
Accept:
|
192
|
-
- text/plain
|
193
|
-
response:
|
194
|
-
status:
|
195
|
-
code: 200
|
196
|
-
message: OK
|
197
|
-
headers:
|
198
|
-
Date:
|
199
|
-
- Thu, 10 Jan 2013 13:52:03 GMT
|
200
|
-
Server:
|
201
|
-
- Apache/2.2.22 (Ubuntu)
|
202
|
-
X-Powered-By:
|
203
|
-
- Phusion Passenger (mod_rails/mod_rack) 3.0.18
|
204
|
-
X-Frame-Options:
|
205
|
-
- sameorigin
|
206
|
-
X-Xss-Protection:
|
207
|
-
- 1; mode=block
|
208
|
-
Accept:
|
209
|
-
- application/occi+json,application/json,text/plain,text/uri-list,application/xml,text/xml,application/occi+xml,text/occi
|
210
|
-
Set-Cookie:
|
211
|
-
- rack.session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiJFZDE0N2Q2M2ZiODE3ZjJkZGQwNjIw%0AMjRhYmJhMTQ4YTQxZDllMjYyNDRhY2FmZmM1MDNmMTE2YWYxYmIxM2UzY0ki%0ADXRyYWNraW5nBjsARnsISSIUSFRUUF9VU0VSX0FHRU5UBjsARiItZGEzOWEz%0AZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUND%0ARVBUX0VOQ09ESU5HBjsARiItZGEzOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2%0AMDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUNDRVBUX0xBTkdVQUdFBjsARiItZGEz%0AOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOQ%3D%3D%0A--bd0c6671c631552cc4d1780b11596739118cc30e;
|
212
|
-
path=/; HttpOnly
|
213
|
-
Content-Length:
|
214
|
-
- '6397'
|
215
|
-
Status:
|
216
|
-
- '200'
|
217
|
-
Vary:
|
218
|
-
- Accept-Encoding
|
219
|
-
Content-Type:
|
220
|
-
- text/plain;charset=utf-8
|
221
|
-
body:
|
222
|
-
encoding: US-ASCII
|
223
|
-
string: ! 'Category: entity;scheme="http://schemas.ogf.org/occi/core#";class="kind";title="Entity";location="/entity/";attributes="occi.core.id
|
224
|
-
occi.core.title"
|
225
|
-
|
226
|
-
Category: resource;scheme="http://schemas.ogf.org/occi/core#";class="kind";title="Resource";rel="http://schemas.ogf.org/occi/core#entity";location="/resource/";attributes="occi.core.summary"
|
227
|
-
|
228
|
-
Category: link;scheme="http://schemas.ogf.org/occi/core#";class="kind";title="Link";rel="http://schemas.ogf.org/occi/core#entity";location="/link/";attributes="occi.core.target
|
229
|
-
occi.core.source"
|
230
|
-
|
231
|
-
Category: compute;scheme="http://schemas.ogf.org/occi/infrastructure#";class="kind";title="Compute
|
232
|
-
Resource";rel="http://schemas.ogf.org/occi/core#resource";location="/compute/";attributes="occi.compute.architecture
|
233
|
-
occi.compute.cores occi.compute.hostname occi.compute.speed occi.compute.memory
|
234
|
-
occi.compute.state";actions="http://schemas.ogf.org/occi/infrastructure/compute/action#start
|
235
|
-
http://schemas.ogf.org/occi/infrastructure/compute/action#stop http://schemas.ogf.org/occi/infrastructure/compute/action#restart
|
236
|
-
http://schemas.ogf.org/occi/infrastructure/compute/action#suspend"
|
237
|
-
|
238
|
-
Category: networkinterface;scheme="http://schemas.ogf.org/occi/infrastructure#";class="kind";title="Networkinterface";rel="http://schemas.ogf.org/occi/core#link";location="/networkinterface/";attributes="occi.networkinterface.interface
|
239
|
-
occi.networkinterface.mac occi.networkinterface.state"
|
240
|
-
|
241
|
-
Category: storage;scheme="http://schemas.ogf.org/occi/infrastructure#";class="kind";title="Storage
|
242
|
-
Resource";rel="http://schemas.ogf.org/occi/core#resource";location="/storage/";attributes="occi.storage.size
|
243
|
-
occi.storage.state";actions="http://schemas.ogf.org/occi/infrastructure/storage/action#online
|
244
|
-
http://schemas.ogf.org/occi/infrastructure/storage/action#offline http://schemas.ogf.org/occi/infrastructure/storage/action#backup
|
245
|
-
http://schemas.ogf.org/occi/infrastructure/storage/action#snapshot http://schemas.ogf.org/occi/infrastructure/storage/action#resize"
|
246
|
-
|
247
|
-
Category: network;scheme="http://schemas.ogf.org/occi/infrastructure#";class="kind";title="Network
|
248
|
-
Resource";rel="http://schemas.ogf.org/occi/core#resource";location="/network/";attributes="occi.network.vlan
|
249
|
-
occi.network.label occi.network.state";actions="http://schemas.ogf.org/occi/infrastructure/network/action#up
|
250
|
-
http://schemas.ogf.org/occi/infrastructure/network/action#down"
|
251
|
-
|
252
|
-
Category: storagelink;scheme="http://schemas.ogf.org/occi/infrastructure#";class="kind";title="Storage
|
253
|
-
Link";rel="http://schemas.ogf.org/occi/core#link";location="/storagelink/";attributes="occi.storagelink.deviceid
|
254
|
-
occi.storagelink.mountpoint occi.storagelink.state"
|
255
|
-
|
256
|
-
Category: ipnetwork;scheme="http://schemas.ogf.org/occi/infrastructure/network#";class="mixin";title="IP
|
257
|
-
Network Mixin";location="/mixins/ipnetwork/";attributes="occi.network.address
|
258
|
-
occi.network.gateway occi.network.allocation occi.network.state"
|
259
|
-
|
260
|
-
Category: resource_tpl;scheme="http://schemas.ogf.org/occi/infrastructure#";class="mixin";title="Resource
|
261
|
-
Template";location="/mixins/resource_tpl/"
|
262
|
-
|
263
|
-
Category: os_tpl;scheme="http://schemas.ogf.org/occi/infrastructure#";class="mixin";title="Operating
|
264
|
-
System Template";location="/mixins/os_tpl/"
|
265
|
-
|
266
|
-
Category: ipnetworkinterface;scheme="http://schemas.ogf.org/occi/infrastructure/networkinterface#";class="mixin";title="IP
|
267
|
-
Networkinterface Mixin";location="/mixins/ipnetworkinterface/";attributes="occi.networkinterface.address
|
268
|
-
occi.networkinterface.gateway occi.networkinterface.allocation occi.networkinterface.state"
|
269
|
-
|
270
|
-
Category: my_os;scheme="http://my.occi.service/occi/infrastructure/os_tpl#";class="mixin";title="My
|
271
|
-
OS Template";rel="http://schemas.ogf.org/occi/infrastructure#os_tpl";location="/mixins/my_os/"
|
272
|
-
|
273
|
-
Category: large;scheme="http://my.occi.service/occi/infrastructure/resource_tpl#";class="mixin";title="Large
|
274
|
-
Instance";rel="http://schemas.ogf.org/occi/infrastructure#resource_tpl";location="/mixins/large/";attributes="occi.compute.architecture
|
275
|
-
occi.compute.cores occi.compute.speed occi.compute.memory"
|
276
|
-
|
277
|
-
Category: small;scheme="http://my.occi.service/occi/infrastructure/resource_tpl#";class="mixin";title="Small
|
278
|
-
Instance";rel="http://schemas.ogf.org/occi/infrastructure#resource_tpl";location="/mixins/small/";attributes="occi.compute.architecture
|
279
|
-
occi.compute.cores occi.compute.speed occi.compute.memory"
|
280
|
-
|
281
|
-
Category: medium;scheme="http://my.occi.service/occi/infrastructure/resource_tpl#";class="mixin";title="Medium
|
282
|
-
Instance";rel="http://schemas.ogf.org/occi/infrastructure#resource_tpl";location="/mixins/medium/";attributes="occi.compute.architecture
|
283
|
-
occi.compute.cores occi.compute.speed occi.compute.memory"
|
284
|
-
|
285
|
-
Category: extra_large;scheme="http://my.occi.service/occi/infrastructure/resource_tpl#";class="mixin";title="Extra
|
286
|
-
Large Instance";rel="http://schemas.ogf.org/occi/infrastructure#resource_tpl";location="/mixins/extra_large/";attributes="occi.compute.architecture
|
287
|
-
occi.compute.cores occi.compute.speed occi.compute.memory"
|
288
|
-
|
289
|
-
Category: start;scheme="http://schemas.ogf.org/occi/infrastructure/compute/action#";class="action";title="Start
|
290
|
-
Compute instance"
|
291
|
-
|
292
|
-
Category: stop;scheme="http://schemas.ogf.org/occi/infrastructure/compute/action#";class="action";title="Stop
|
293
|
-
Compute instance";attributes="method"
|
294
|
-
|
295
|
-
Category: restart;scheme="http://schemas.ogf.org/occi/infrastructure/compute/action#";class="action";title="Restart
|
296
|
-
Compute instance";attributes="method"
|
297
|
-
|
298
|
-
Category: suspend;scheme="http://schemas.ogf.org/occi/infrastructure/compute/action#";class="action";title="Suspend
|
299
|
-
Compute instance";attributes="method"
|
300
|
-
|
301
|
-
Category: online;scheme="http://schemas.ogf.org/occi/infrastructure/storage/action#";class="action";title="Activate
|
302
|
-
Storage"
|
303
|
-
|
304
|
-
Category: offline;scheme="http://schemas.ogf.org/occi/infrastructure/storage/action#";class="action";title="Deactivate
|
305
|
-
Storage"
|
306
|
-
|
307
|
-
Category: backup;scheme="http://schemas.ogf.org/occi/infrastructure/storage/action#";class="action";title="Backup
|
308
|
-
Storage"
|
309
|
-
|
310
|
-
Category: snapshot;scheme="http://schemas.ogf.org/occi/infrastructure/storage/action#";class="action";title="Snapshot
|
311
|
-
Storage"
|
312
|
-
|
313
|
-
Category: resize;scheme="http://schemas.ogf.org/occi/infrastructure/storage/action#";class="action";title="Resize
|
314
|
-
Storage";attributes="size"
|
315
|
-
|
316
|
-
Category: up;scheme="http://schemas.ogf.org/occi/infrastructure/network/action#";class="action";title="Activate
|
317
|
-
network"
|
318
|
-
|
319
|
-
Category: down;scheme="http://schemas.ogf.org/occi/infrastructure/network/action#";class="action";title="Activate
|
320
|
-
network"
|
321
|
-
|
322
|
-
'
|
323
|
-
http_version:
|
324
|
-
recorded_at: Thu, 10 Jan 2013 13:52:42 GMT
|
325
|
-
- request:
|
326
|
-
method: get
|
327
|
-
uri: http://141.5.99.69/
|
328
|
-
body:
|
329
|
-
encoding: US-ASCII
|
330
|
-
string: ''
|
331
|
-
headers:
|
332
|
-
Accept:
|
333
|
-
- text/plain
|
334
|
-
response:
|
335
|
-
status:
|
336
|
-
code: 200
|
337
|
-
message: OK
|
338
|
-
headers:
|
339
|
-
Date:
|
340
|
-
- Tue, 12 Mar 2013 13:29:43 GMT
|
341
|
-
Server:
|
342
|
-
- Apache/2.2.22 (Ubuntu)
|
343
|
-
X-Powered-By:
|
344
|
-
- Phusion Passenger (mod_rails/mod_rack) 3.0.18
|
345
|
-
X-Frame-Options:
|
346
|
-
- sameorigin
|
347
|
-
X-Xss-Protection:
|
348
|
-
- 1; mode=block
|
349
|
-
Accept:
|
350
|
-
- application/occi+json,application/json,text/plain,text/uri-list,application/xml,text/xml,application/occi+xml,text/occi
|
351
|
-
Set-Cookie:
|
352
|
-
- rack.session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiJFY2Y2ZDQxNTBkNmY3YmUwNDQ3YzI5%0AZmJmYjNjZGJiMTM1NmMwMDkzNjUzN2UxNGQ5ODMxYTBhMTVkMWI2NDU3ZUki%0ADXRyYWNraW5nBjsARnsISSIUSFRUUF9VU0VSX0FHRU5UBjsARiItZGEzOWEz%0AZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUND%0ARVBUX0VOQ09ESU5HBjsARiItZGEzOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2%0AMDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUNDRVBUX0xBTkdVQUdFBjsARiItZGEz%0AOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOQ%3D%3D%0A--28b0beea7802c8083337ceb6e63b1ade57e418db;
|
353
|
-
path=/; HttpOnly
|
354
|
-
Content-Length:
|
355
|
-
- '738'
|
356
|
-
Status:
|
357
|
-
- '200'
|
358
|
-
Vary:
|
359
|
-
- Accept-Encoding
|
360
|
-
Content-Type:
|
361
|
-
- text/plain;charset=utf-8
|
362
|
-
body:
|
363
|
-
encoding: US-ASCII
|
364
|
-
string: ! 'X-OCCI-Location: http://141.5.99.69/compute/48e7c51c-5a7d-11e2-a300-fa163e16d22f
|
365
|
-
|
366
|
-
X-OCCI-Location: http://141.5.99.69/compute/6c706278-5a7d-11e2-a300-fa163e16d22f
|
367
|
-
|
368
|
-
X-OCCI-Location: http://141.5.99.69/compute/7582ffc4-5a7d-11e2-a300-fa163e16d22f
|
369
|
-
|
370
|
-
X-OCCI-Location: http://141.5.99.69/compute/8eb0deb2-5a7d-11e2-a300-fa163e16d22f
|
371
|
-
|
372
|
-
X-OCCI-Location: http://141.5.99.69/compute/8efa93e0-5a7d-11e2-a300-fa163e16d22f
|
373
|
-
|
374
|
-
X-OCCI-Location: http://141.5.99.69/compute/49cbeaee-5b1d-11e2-a300-fa163e16d22f
|
375
|
-
|
376
|
-
X-OCCI-Location: http://141.5.99.69/compute/c87fa76c-5b1e-11e2-a300-fa163e16d22f
|
377
|
-
|
378
|
-
X-OCCI-Location: http://141.5.99.69/compute/1cc544b2-5b1f-11e2-a300-fa163e16d22f
|
379
|
-
|
380
|
-
X-OCCI-Location: http://141.5.99.69/compute/38e2a6b2-5b1f-11e2-a300-fa163e16d22f
|
381
|
-
|
382
|
-
'
|
383
|
-
http_version:
|
384
|
-
recorded_at: Tue, 12 Mar 2013 13:29:35 GMT
|
385
|
-
- request:
|
386
|
-
method: get
|
387
|
-
uri: http://141.5.99.69/
|
388
|
-
body:
|
389
|
-
encoding: US-ASCII
|
390
|
-
string: ''
|
391
|
-
headers:
|
392
|
-
Accept:
|
393
|
-
- text/plain
|
394
|
-
response:
|
395
|
-
status:
|
396
|
-
code: 200
|
397
|
-
message: OK
|
398
|
-
headers:
|
399
|
-
Date:
|
400
|
-
- Tue, 12 Mar 2013 13:29:43 GMT
|
401
|
-
Server:
|
402
|
-
- Apache/2.2.22 (Ubuntu)
|
403
|
-
X-Powered-By:
|
404
|
-
- Phusion Passenger (mod_rails/mod_rack) 3.0.18
|
405
|
-
X-Frame-Options:
|
406
|
-
- sameorigin
|
407
|
-
X-Xss-Protection:
|
408
|
-
- 1; mode=block
|
409
|
-
Accept:
|
410
|
-
- application/occi+json,application/json,text/plain,text/uri-list,application/xml,text/xml,application/occi+xml,text/occi
|
411
|
-
Set-Cookie:
|
412
|
-
- rack.session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiJFMGUwMmJhMzkwNzllNmY3MjI4Zjkz%0AN2VkMDAzY2E0ZDIwNGE4NDk3YzhkZjc2NDU3YTFhZDllNjQ3MTQ5YjU5Nkki%0ADXRyYWNraW5nBjsARnsISSIUSFRUUF9VU0VSX0FHRU5UBjsARiItZGEzOWEz%0AZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUND%0ARVBUX0VOQ09ESU5HBjsARiItZGEzOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2%0AMDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUNDRVBUX0xBTkdVQUdFBjsARiItZGEz%0AOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOQ%3D%3D%0A--0662384d0128610634d8cdc9bc75698b26d7aa66;
|
413
|
-
path=/; HttpOnly
|
414
|
-
Content-Length:
|
415
|
-
- '738'
|
416
|
-
Status:
|
417
|
-
- '200'
|
418
|
-
Vary:
|
419
|
-
- Accept-Encoding
|
420
|
-
Content-Type:
|
421
|
-
- text/plain;charset=utf-8
|
422
|
-
body:
|
423
|
-
encoding: US-ASCII
|
424
|
-
string: ! 'X-OCCI-Location: http://141.5.99.69/compute/48e7c51c-5a7d-11e2-a300-fa163e16d22f
|
425
|
-
|
426
|
-
X-OCCI-Location: http://141.5.99.69/compute/6c706278-5a7d-11e2-a300-fa163e16d22f
|
427
|
-
|
428
|
-
X-OCCI-Location: http://141.5.99.69/compute/7582ffc4-5a7d-11e2-a300-fa163e16d22f
|
429
|
-
|
430
|
-
X-OCCI-Location: http://141.5.99.69/compute/8eb0deb2-5a7d-11e2-a300-fa163e16d22f
|
431
|
-
|
432
|
-
X-OCCI-Location: http://141.5.99.69/compute/8efa93e0-5a7d-11e2-a300-fa163e16d22f
|
433
|
-
|
434
|
-
X-OCCI-Location: http://141.5.99.69/compute/49cbeaee-5b1d-11e2-a300-fa163e16d22f
|
435
|
-
|
436
|
-
X-OCCI-Location: http://141.5.99.69/compute/c87fa76c-5b1e-11e2-a300-fa163e16d22f
|
437
|
-
|
438
|
-
X-OCCI-Location: http://141.5.99.69/compute/1cc544b2-5b1f-11e2-a300-fa163e16d22f
|
439
|
-
|
440
|
-
X-OCCI-Location: http://141.5.99.69/compute/38e2a6b2-5b1f-11e2-a300-fa163e16d22f
|
441
|
-
|
442
|
-
'
|
443
|
-
http_version:
|
444
|
-
recorded_at: Tue, 12 Mar 2013 13:29:36 GMT
|
445
|
-
- request:
|
446
|
-
method: head
|
447
|
-
uri: http://141.5.99.69/
|
448
|
-
body:
|
449
|
-
encoding: US-ASCII
|
450
|
-
string: ''
|
451
|
-
headers:
|
452
|
-
Accept:
|
453
|
-
- text/plain
|
454
|
-
response:
|
455
|
-
status:
|
456
|
-
code: 200
|
457
|
-
message: OK
|
458
|
-
headers:
|
459
|
-
Date:
|
460
|
-
- Tue, 12 Mar 2013 15:27:54 GMT
|
461
|
-
Server:
|
462
|
-
- Apache/2.2.22 (Ubuntu)
|
463
|
-
X-Powered-By:
|
464
|
-
- Phusion Passenger (mod_rails/mod_rack) 3.0.18
|
465
|
-
X-Frame-Options:
|
466
|
-
- sameorigin
|
467
|
-
X-Xss-Protection:
|
468
|
-
- 1; mode=block
|
469
|
-
Accept:
|
470
|
-
- application/occi+json,application/json,text/plain,text/uri-list,application/xml,text/xml,application/occi+xml,text/occi
|
471
|
-
Set-Cookie:
|
472
|
-
- rack.session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiJFYzFmM2UxZTlmYzBhM2U4OWYzNDM3%0AZjZhOWVkNTkxNjdkMDBmMGQyMTlhNjg0Njc0ZmUyZTEwYzJjYjhkYjhkOEki%0ADXRyYWNraW5nBjsARnsISSIUSFRUUF9VU0VSX0FHRU5UBjsARiItZGEzOWEz%0AZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUND%0ARVBUX0VOQ09ESU5HBjsARiItZGEzOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2%0AMDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUNDRVBUX0xBTkdVQUdFBjsARiItZGEz%0AOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOQ%3D%3D%0A--e4f3ebb5a4f67c116d365f9d2d48507f6140ab98;
|
473
|
-
path=/; HttpOnly
|
474
|
-
Content-Length:
|
475
|
-
- '738'
|
476
|
-
Status:
|
477
|
-
- '200'
|
478
|
-
Vary:
|
479
|
-
- Accept-Encoding
|
480
|
-
Content-Type:
|
481
|
-
- text/plain;charset=utf-8
|
482
|
-
body:
|
483
|
-
encoding: US-ASCII
|
484
|
-
string: ''
|
485
|
-
http_version:
|
486
|
-
recorded_at: Tue, 12 Mar 2013 15:27:47 GMT
|
487
|
-
- request:
|
488
|
-
method: head
|
489
|
-
uri: http://141.5.99.69/
|
490
|
-
body:
|
491
|
-
encoding: US-ASCII
|
492
|
-
string: ''
|
493
|
-
headers:
|
494
|
-
Accept:
|
495
|
-
- text/plain
|
496
|
-
response:
|
497
|
-
status:
|
498
|
-
code: 200
|
499
|
-
message: OK
|
500
|
-
headers:
|
501
|
-
Date:
|
502
|
-
- Tue, 12 Mar 2013 15:27:54 GMT
|
503
|
-
Server:
|
504
|
-
- Apache/2.2.22 (Ubuntu)
|
505
|
-
X-Powered-By:
|
506
|
-
- Phusion Passenger (mod_rails/mod_rack) 3.0.18
|
507
|
-
X-Frame-Options:
|
508
|
-
- sameorigin
|
509
|
-
X-Xss-Protection:
|
510
|
-
- 1; mode=block
|
511
|
-
Accept:
|
512
|
-
- application/occi+json,application/json,text/plain,text/uri-list,application/xml,text/xml,application/occi+xml,text/occi
|
513
|
-
Set-Cookie:
|
514
|
-
- rack.session=BAh7B0kiD3Nlc3Npb25faWQGOgZFRiJFYWE4ZGQ1ODg3MmY4YmY0MWU5Njk1%0ANDViM2I1N2M0MTM5ZjQzMTcyZWQzNjNhYzg3MzJjNTE1NTkzNWM3Y2QyOEki%0ADXRyYWNraW5nBjsARnsISSIUSFRUUF9VU0VSX0FHRU5UBjsARiItZGEzOWEz%0AZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUND%0ARVBUX0VOQ09ESU5HBjsARiItZGEzOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2%0AMDE4OTBhZmQ4MDcwOUkiGUhUVFBfQUNDRVBUX0xBTkdVQUdFBjsARiItZGEz%0AOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2MDE4OTBhZmQ4MDcwOQ%3D%3D%0A--0fdb677cfa381297340297b5f143116fb5171ff5;
|
515
|
-
path=/; HttpOnly
|
516
|
-
Content-Length:
|
517
|
-
- '738'
|
518
|
-
Status:
|
519
|
-
- '200'
|
520
|
-
Vary:
|
521
|
-
- Accept-Encoding
|
522
|
-
Content-Type:
|
523
|
-
- text/plain;charset=utf-8
|
524
|
-
body:
|
525
|
-
encoding: US-ASCII
|
526
|
-
string: ''
|
527
|
-
http_version:
|
528
|
-
recorded_at: Tue, 12 Mar 2013 15:27:47 GMT
|
529
|
-
recorded_with: VCR 2.4.0
|