python-cratonclient/cratonclient/tests/cassettes/TestCells-test_manual_pagination.yaml
Ian Cordasco 4f0b316244 Add tests for our cells integration
Using our new Betamax testing integration, this adds tests to verify how
our cells management behaves against a real Craton API.

The majority of this commit lies in the cassettes. These contain the
real requests and responses for each of the tests. The cassette names
are generated from the tests themselves (combination of test class name
and test method).

Implements: bp testing-plan
Change-Id: I6c029f6ad1408508c61d3363f5ee709e9b8210d2
2017-03-21 10:28:36 -05:00

4775 lines
170 KiB
YAML

http_interactions:
- recorded_at: '2017-03-21T15:21:20'
request:
body:
encoding: utf-8
string: "{\n \"name\": \"cells-cloud-TestCells-test_manual_pagination\"\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '56'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/clouds
response:
body:
encoding: null
string: "{\n \"created_at\": \"2017-03-21T00:11:44.760770\",\n \"id\": 17,\n\
\ \"name\": \"cells-cloud-TestCells-test_manual_pagination\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": null,\n\
\ \"variables\": {}\n}"
headers:
Content-Length: '232'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:44 GMT
Location: <craton-url>/clouds/17
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-212887b1-3870-4120-ac77-a5bcd94c40e0
status:
code: 201
message: CREATED
url: <craton-url>/clouds
- recorded_at: '2017-03-21T15:21:20'
request:
body:
encoding: utf-8
string: "{\n \"name\": \"cells-region-TestCells-test_manual_pagination\",\n\
\ \"cloud_id\": 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '73'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/regions
response:
body:
encoding: null
string: "{\n \"created_at\": \"2017-03-21T00:11:44.811887\",\n \"id\": 13,\n\
\ \"name\": \"cells-region-TestCells-test_manual_pagination\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": null,\n\
\ \"variables\": {},\n \"cloud_id\": 17\n}"
headers:
Content-Length: '251'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:44 GMT
Location: <craton-url>/regions/13
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-90476243-11d9-4689-bf1f-5aba10f5a7ee
status:
code: 201
message: CREATED
url: <craton-url>/regions
- recorded_at: '2017-03-21T15:21:20'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (0/63)\",\n \"name\": \"pagination-cell-0\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '127'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:44.855422\"\
,\n \"id\": 130,\n \"name\": \"pagination-cell-0\",\n \"updated_at\": null,\n\
\ \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This was created\
\ automatically for pagination. (0/63)\",\n \"variables\": {},\n \"cloud_id\"\
: 17\n}"
headers:
Content-Length: '294'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:44 GMT
Location: <craton-url>/cells/130
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-09bdfe6c-c01e-422f-9bc8-cc4853ea04bd
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:20'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (1/63)\",\n \"name\": \"pagination-cell-1\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '127'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:44.898459\"\
,\n \"id\": 131,\n \"name\": \"pagination-cell-1\",\n \"updated_at\": null,\n\
\ \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This was created\
\ automatically for pagination. (1/63)\",\n \"variables\": {},\n \"cloud_id\"\
: 17\n}"
headers:
Content-Length: '294'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:44 GMT
Location: <craton-url>/cells/131
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-a974e0bc-7465-4641-b3e5-b14c8a95b973
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:20'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (2/63)\",\n \"name\": \"pagination-cell-2\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '127'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:44.953045\"\
,\n \"id\": 132,\n \"name\": \"pagination-cell-2\",\n \"updated_at\": null,\n\
\ \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This was created\
\ automatically for pagination. (2/63)\",\n \"variables\": {},\n \"cloud_id\"\
: 17\n}"
headers:
Content-Length: '294'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:44 GMT
Location: <craton-url>/cells/132
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-66e9fee9-6335-455b-84e8-e81bd79cc33f
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:21'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (3/63)\",\n \"name\": \"pagination-cell-3\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '127'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.001138\"\
,\n \"id\": 133,\n \"name\": \"pagination-cell-3\",\n \"updated_at\": null,\n\
\ \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This was created\
\ automatically for pagination. (3/63)\",\n \"variables\": {},\n \"cloud_id\"\
: 17\n}"
headers:
Content-Length: '294'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:45 GMT
Location: <craton-url>/cells/133
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-b6696e73-13fb-459e-9555-b446d1f1d1a1
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:21'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (4/63)\",\n \"name\": \"pagination-cell-4\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '127'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.048789\"\
,\n \"id\": 134,\n \"name\": \"pagination-cell-4\",\n \"updated_at\": null,\n\
\ \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This was created\
\ automatically for pagination. (4/63)\",\n \"variables\": {},\n \"cloud_id\"\
: 17\n}"
headers:
Content-Length: '294'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:45 GMT
Location: <craton-url>/cells/134
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-117eecb6-17da-4c31-b661-41f5cb1552b1
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:21'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (5/63)\",\n \"name\": \"pagination-cell-5\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '127'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.095088\"\
,\n \"id\": 135,\n \"name\": \"pagination-cell-5\",\n \"updated_at\": null,\n\
\ \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This was created\
\ automatically for pagination. (5/63)\",\n \"variables\": {},\n \"cloud_id\"\
: 17\n}"
headers:
Content-Length: '294'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:45 GMT
Location: <craton-url>/cells/135
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-45c8e831-c876-43cf-a198-9350c5300fcf
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:21'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (6/63)\",\n \"name\": \"pagination-cell-6\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '127'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.141102\"\
,\n \"id\": 136,\n \"name\": \"pagination-cell-6\",\n \"updated_at\": null,\n\
\ \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This was created\
\ automatically for pagination. (6/63)\",\n \"variables\": {},\n \"cloud_id\"\
: 17\n}"
headers:
Content-Length: '294'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:45 GMT
Location: <craton-url>/cells/136
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-d954e7e3-eca3-4db4-adbe-cc5af83b20af
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:21'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (7/63)\",\n \"name\": \"pagination-cell-7\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '127'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.189456\"\
,\n \"id\": 137,\n \"name\": \"pagination-cell-7\",\n \"updated_at\": null,\n\
\ \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This was created\
\ automatically for pagination. (7/63)\",\n \"variables\": {},\n \"cloud_id\"\
: 17\n}"
headers:
Content-Length: '294'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:45 GMT
Location: <craton-url>/cells/137
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-689b8faf-1189-4673-b4e7-778c870ccf20
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:21'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (8/63)\",\n \"name\": \"pagination-cell-8\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '127'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.233405\"\
,\n \"id\": 138,\n \"name\": \"pagination-cell-8\",\n \"updated_at\": null,\n\
\ \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This was created\
\ automatically for pagination. (8/63)\",\n \"variables\": {},\n \"cloud_id\"\
: 17\n}"
headers:
Content-Length: '294'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:45 GMT
Location: <craton-url>/cells/138
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-23a25971-74ab-471d-98bc-6e5c64a6a5f2
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:21'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (9/63)\",\n \"name\": \"pagination-cell-9\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '127'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.276607\"\
,\n \"id\": 139,\n \"name\": \"pagination-cell-9\",\n \"updated_at\": null,\n\
\ \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This was created\
\ automatically for pagination. (9/63)\",\n \"variables\": {},\n \"cloud_id\"\
: 17\n}"
headers:
Content-Length: '294'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:45 GMT
Location: <craton-url>/cells/139
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-c28ee9f2-9531-4622-b284-144af3ff056d
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:21'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (10/63)\",\n \"name\": \"pagination-cell-10\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.316302\"\
,\n \"id\": 140,\n \"name\": \"pagination-cell-10\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (10/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:45 GMT
Location: <craton-url>/cells/140
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-cfe69d2f-56a2-4a2c-9ad4-1f92f799c7eb
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:21'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (11/63)\",\n \"name\": \"pagination-cell-11\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.359118\"\
,\n \"id\": 141,\n \"name\": \"pagination-cell-11\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (11/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:45 GMT
Location: <craton-url>/cells/141
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-fb1690a7-a964-4d10-a93d-cbc8e28a6c30
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:21'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (12/63)\",\n \"name\": \"pagination-cell-12\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.399918\"\
,\n \"id\": 142,\n \"name\": \"pagination-cell-12\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (12/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:45 GMT
Location: <craton-url>/cells/142
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-b72e468a-b91c-4214-a578-6ac1a2382656
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:21'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (13/63)\",\n \"name\": \"pagination-cell-13\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.441053\"\
,\n \"id\": 143,\n \"name\": \"pagination-cell-13\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (13/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:45 GMT
Location: <craton-url>/cells/143
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-b7c22f57-5881-47dc-9711-44f9213813be
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:21'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (14/63)\",\n \"name\": \"pagination-cell-14\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.488615\"\
,\n \"id\": 144,\n \"name\": \"pagination-cell-14\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (14/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:45 GMT
Location: <craton-url>/cells/144
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-473942fa-e89d-4bd0-b8a4-b40df06e4d20
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:21'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (15/63)\",\n \"name\": \"pagination-cell-15\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.569455\"\
,\n \"id\": 145,\n \"name\": \"pagination-cell-15\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (15/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:45 GMT
Location: <craton-url>/cells/145
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-e31e991b-6d3f-4a99-8b0f-6257138c8508
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:21'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (16/63)\",\n \"name\": \"pagination-cell-16\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.612294\"\
,\n \"id\": 146,\n \"name\": \"pagination-cell-16\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (16/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:45 GMT
Location: <craton-url>/cells/146
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-d94db533-3173-4290-90b6-ca499fb63164
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:21'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (17/63)\",\n \"name\": \"pagination-cell-17\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.658928\"\
,\n \"id\": 147,\n \"name\": \"pagination-cell-17\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (17/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:45 GMT
Location: <craton-url>/cells/147
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-2966f612-5550-4f8d-8889-0a18d117b766
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:21'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (18/63)\",\n \"name\": \"pagination-cell-18\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.702364\"\
,\n \"id\": 148,\n \"name\": \"pagination-cell-18\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (18/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:45 GMT
Location: <craton-url>/cells/148
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-d56bd759-9480-457a-9b2f-6f25440adca5
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:21'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (19/63)\",\n \"name\": \"pagination-cell-19\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.747052\"\
,\n \"id\": 149,\n \"name\": \"pagination-cell-19\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (19/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:45 GMT
Location: <craton-url>/cells/149
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-0cf313c2-a988-413f-94a3-c95dcbcc7304
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:21'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (20/63)\",\n \"name\": \"pagination-cell-20\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.790316\"\
,\n \"id\": 150,\n \"name\": \"pagination-cell-20\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (20/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:45 GMT
Location: <craton-url>/cells/150
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-f16d8afc-558c-4f27-80c1-a92373c12d61
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:21'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (21/63)\",\n \"name\": \"pagination-cell-21\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.838985\"\
,\n \"id\": 151,\n \"name\": \"pagination-cell-21\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (21/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:45 GMT
Location: <craton-url>/cells/151
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-206c45ea-01f9-41fd-8c87-b33997f8e349
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:21'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (22/63)\",\n \"name\": \"pagination-cell-22\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.887272\"\
,\n \"id\": 152,\n \"name\": \"pagination-cell-22\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (22/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:45 GMT
Location: <craton-url>/cells/152
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-1e562852-1518-447a-89cf-0066258ed0c5
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:21'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (23/63)\",\n \"name\": \"pagination-cell-23\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.931777\"\
,\n \"id\": 153,\n \"name\": \"pagination-cell-23\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (23/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:45 GMT
Location: <craton-url>/cells/153
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-48dfb409-266d-4278-9ce4-2bf98aa07c43
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:21'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (24/63)\",\n \"name\": \"pagination-cell-24\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.975129\"\
,\n \"id\": 154,\n \"name\": \"pagination-cell-24\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (24/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:45 GMT
Location: <craton-url>/cells/154
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-a7f8f642-d95f-495a-98bc-4e4c5b198d72
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:22'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (25/63)\",\n \"name\": \"pagination-cell-25\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.020460\"\
,\n \"id\": 155,\n \"name\": \"pagination-cell-25\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (25/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:46 GMT
Location: <craton-url>/cells/155
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-372c7af9-3d58-43cd-a047-ad11476c433a
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:22'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (26/63)\",\n \"name\": \"pagination-cell-26\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.062414\"\
,\n \"id\": 156,\n \"name\": \"pagination-cell-26\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (26/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:46 GMT
Location: <craton-url>/cells/156
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-debdf012-7d0c-49d5-90e5-d580f6f72f7e
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:22'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (27/63)\",\n \"name\": \"pagination-cell-27\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.103256\"\
,\n \"id\": 157,\n \"name\": \"pagination-cell-27\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (27/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:46 GMT
Location: <craton-url>/cells/157
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-3ade3171-23ce-415f-98f0-601488193616
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:22'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (28/63)\",\n \"name\": \"pagination-cell-28\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.141206\"\
,\n \"id\": 158,\n \"name\": \"pagination-cell-28\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (28/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:46 GMT
Location: <craton-url>/cells/158
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-73b046b9-4762-42f3-a071-de1261ca4fa0
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:22'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (29/63)\",\n \"name\": \"pagination-cell-29\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.184364\"\
,\n \"id\": 159,\n \"name\": \"pagination-cell-29\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (29/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:46 GMT
Location: <craton-url>/cells/159
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-fb5c8136-4392-43d1-90ad-5c6af03eea0c
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:22'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (30/63)\",\n \"name\": \"pagination-cell-30\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.226149\"\
,\n \"id\": 160,\n \"name\": \"pagination-cell-30\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (30/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:46 GMT
Location: <craton-url>/cells/160
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-a8e9e8a7-43ca-43b8-9c25-9f8c131d585b
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:22'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (31/63)\",\n \"name\": \"pagination-cell-31\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.269044\"\
,\n \"id\": 161,\n \"name\": \"pagination-cell-31\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (31/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:46 GMT
Location: <craton-url>/cells/161
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-7fe5a53d-9cff-44d9-bf90-af71c861871a
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:22'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (32/63)\",\n \"name\": \"pagination-cell-32\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.308023\"\
,\n \"id\": 162,\n \"name\": \"pagination-cell-32\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (32/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:46 GMT
Location: <craton-url>/cells/162
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-59400cbd-ceb7-4f14-85c7-e6bb509ef53a
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:22'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (33/63)\",\n \"name\": \"pagination-cell-33\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.342293\"\
,\n \"id\": 163,\n \"name\": \"pagination-cell-33\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (33/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:46 GMT
Location: <craton-url>/cells/163
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-224cc9b8-6133-4d2a-860b-30f33708bc39
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:22'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (34/63)\",\n \"name\": \"pagination-cell-34\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.374302\"\
,\n \"id\": 164,\n \"name\": \"pagination-cell-34\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (34/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:46 GMT
Location: <craton-url>/cells/164
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-cad057e4-3465-4986-b9d8-f826c8493fc3
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:22'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (35/63)\",\n \"name\": \"pagination-cell-35\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.409729\"\
,\n \"id\": 165,\n \"name\": \"pagination-cell-35\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (35/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:46 GMT
Location: <craton-url>/cells/165
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-3e57c2bb-b3e5-47e3-a03f-0f8b40fea1ab
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:22'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (36/63)\",\n \"name\": \"pagination-cell-36\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.444986\"\
,\n \"id\": 166,\n \"name\": \"pagination-cell-36\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (36/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:46 GMT
Location: <craton-url>/cells/166
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-8286b5db-9048-4802-8d0e-02e5ec258643
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:22'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (37/63)\",\n \"name\": \"pagination-cell-37\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.472542\"\
,\n \"id\": 167,\n \"name\": \"pagination-cell-37\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (37/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:46 GMT
Location: <craton-url>/cells/167
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-8325d196-d111-4a1b-96c4-4879288441fc
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:22'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (38/63)\",\n \"name\": \"pagination-cell-38\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.506208\"\
,\n \"id\": 168,\n \"name\": \"pagination-cell-38\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (38/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:46 GMT
Location: <craton-url>/cells/168
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-0929a290-7826-4ddd-903a-80bab0c507f3
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:22'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (39/63)\",\n \"name\": \"pagination-cell-39\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.537674\"\
,\n \"id\": 169,\n \"name\": \"pagination-cell-39\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (39/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:46 GMT
Location: <craton-url>/cells/169
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-33a89533-e9e7-4a75-8ce1-5efc16b39fbe
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:22'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (40/63)\",\n \"name\": \"pagination-cell-40\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.565153\"\
,\n \"id\": 170,\n \"name\": \"pagination-cell-40\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (40/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:46 GMT
Location: <craton-url>/cells/170
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-911c999d-b95c-4e5b-b6d8-1390ac0ee5d9
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:22'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (41/63)\",\n \"name\": \"pagination-cell-41\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.592966\"\
,\n \"id\": 171,\n \"name\": \"pagination-cell-41\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (41/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:46 GMT
Location: <craton-url>/cells/171
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-4680a5ee-b6ec-451d-ac0e-9a2195c01f61
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:22'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (42/63)\",\n \"name\": \"pagination-cell-42\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.626220\"\
,\n \"id\": 172,\n \"name\": \"pagination-cell-42\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (42/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:46 GMT
Location: <craton-url>/cells/172
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-981244ea-d082-4555-8107-1b0df8d297d4
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:22'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (43/63)\",\n \"name\": \"pagination-cell-43\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.656889\"\
,\n \"id\": 173,\n \"name\": \"pagination-cell-43\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (43/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:46 GMT
Location: <craton-url>/cells/173
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-c7268d95-a73a-4456-a385-9d360cba20a8
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:22'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (44/63)\",\n \"name\": \"pagination-cell-44\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.687821\"\
,\n \"id\": 174,\n \"name\": \"pagination-cell-44\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (44/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:46 GMT
Location: <craton-url>/cells/174
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-d3e46baa-1138-4cf7-906e-fde53d4c61a4
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:22'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (45/63)\",\n \"name\": \"pagination-cell-45\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.714834\"\
,\n \"id\": 175,\n \"name\": \"pagination-cell-45\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (45/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:46 GMT
Location: <craton-url>/cells/175
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-ec5c9fae-260d-469e-9c36-3796ed73778b
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:22'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (46/63)\",\n \"name\": \"pagination-cell-46\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.746735\"\
,\n \"id\": 176,\n \"name\": \"pagination-cell-46\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (46/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:46 GMT
Location: <craton-url>/cells/176
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-2a70d692-cf3e-40ae-aa3d-d82b8b659515
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:22'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (47/63)\",\n \"name\": \"pagination-cell-47\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.778771\"\
,\n \"id\": 177,\n \"name\": \"pagination-cell-47\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (47/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:46 GMT
Location: <craton-url>/cells/177
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-2b91e975-d8a5-4ccc-9ea4-b57f8de9d76f
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:22'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (48/63)\",\n \"name\": \"pagination-cell-48\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.807479\"\
,\n \"id\": 178,\n \"name\": \"pagination-cell-48\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (48/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:46 GMT
Location: <craton-url>/cells/178
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-1a91617f-93ed-4967-aba5-7a0bed90ca41
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:22'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (49/63)\",\n \"name\": \"pagination-cell-49\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.837685\"\
,\n \"id\": 179,\n \"name\": \"pagination-cell-49\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (49/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:46 GMT
Location: <craton-url>/cells/179
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-75239158-08a6-40bd-84af-0799462ab624
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:22'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (50/63)\",\n \"name\": \"pagination-cell-50\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.866932\"\
,\n \"id\": 180,\n \"name\": \"pagination-cell-50\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (50/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:46 GMT
Location: <craton-url>/cells/180
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-65358054-9b0f-450d-81bc-8f478adf2b66
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:22'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (51/63)\",\n \"name\": \"pagination-cell-51\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.898344\"\
,\n \"id\": 181,\n \"name\": \"pagination-cell-51\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (51/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:46 GMT
Location: <craton-url>/cells/181
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-25f62ba2-329b-4be8-8a51-db900a5eac12
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:22'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (52/63)\",\n \"name\": \"pagination-cell-52\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.928735\"\
,\n \"id\": 182,\n \"name\": \"pagination-cell-52\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (52/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:46 GMT
Location: <craton-url>/cells/182
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-0b9c2dea-c6c9-4db9-b799-ec9bcca28f52
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:22'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (53/63)\",\n \"name\": \"pagination-cell-53\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.958895\"\
,\n \"id\": 183,\n \"name\": \"pagination-cell-53\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (53/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:46 GMT
Location: <craton-url>/cells/183
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-027b9b82-a7cf-471f-9217-984c813c0ef4
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:22'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (54/63)\",\n \"name\": \"pagination-cell-54\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.990107\"\
,\n \"id\": 184,\n \"name\": \"pagination-cell-54\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (54/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:47 GMT
Location: <craton-url>/cells/184
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-ad82938d-13bd-4bf1-ad0b-f25d52c0b9a4
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:23'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (55/63)\",\n \"name\": \"pagination-cell-55\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:47.018311\"\
,\n \"id\": 185,\n \"name\": \"pagination-cell-55\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (55/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:47 GMT
Location: <craton-url>/cells/185
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-0169ab53-940f-43ae-93d6-945244616f6b
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:23'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (56/63)\",\n \"name\": \"pagination-cell-56\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:47.048981\"\
,\n \"id\": 186,\n \"name\": \"pagination-cell-56\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (56/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:47 GMT
Location: <craton-url>/cells/186
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-2cd350d5-5b99-47e0-bf56-8c93e7affb29
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:23'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (57/63)\",\n \"name\": \"pagination-cell-57\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:47.079510\"\
,\n \"id\": 187,\n \"name\": \"pagination-cell-57\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (57/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:47 GMT
Location: <craton-url>/cells/187
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-608b2641-3fd7-491d-922f-b1d0fe055897
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:23'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (58/63)\",\n \"name\": \"pagination-cell-58\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:47.112391\"\
,\n \"id\": 188,\n \"name\": \"pagination-cell-58\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (58/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:47 GMT
Location: <craton-url>/cells/188
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-d5c41598-ad93-4340-acd9-57abae751662
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:23'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (59/63)\",\n \"name\": \"pagination-cell-59\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:47.145521\"\
,\n \"id\": 189,\n \"name\": \"pagination-cell-59\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (59/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:47 GMT
Location: <craton-url>/cells/189
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-fc3ecf19-f9bf-40ba-98d8-175076437a71
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:23'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (60/63)\",\n \"name\": \"pagination-cell-60\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:47.177062\"\
,\n \"id\": 190,\n \"name\": \"pagination-cell-60\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (60/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:47 GMT
Location: <craton-url>/cells/190
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-b5f164db-d00e-4740-9d81-aff19955c180
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:23'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (61/63)\",\n \"name\": \"pagination-cell-61\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:47.208948\"\
,\n \"id\": 191,\n \"name\": \"pagination-cell-61\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (61/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:47 GMT
Location: <craton-url>/cells/191
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-86e66e6a-ca48-49ed-a9d6-597c2c9abcb5
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:23'
request:
body:
encoding: utf-8
string: "{\n \"region_id\": 13,\n \"note\": \"This was created automatically\
\ for pagination. (62/63)\",\n \"name\": \"pagination-cell-62\",\n \"cloud_id\"\
: 17\n}"
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '129'
Content-Type: application/json
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: POST
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:47.243223\"\
,\n \"id\": 192,\n \"name\": \"pagination-cell-62\",\n \"updated_at\":\
\ null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\": \"This\
\ was created automatically for pagination. (62/63)\",\n \"variables\": {},\n\
\ \"cloud_id\": 17\n}"
headers:
Content-Length: '296'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:47 GMT
Location: <craton-url>/cells/192
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-34f28206-5a32-4969-8301-0debfc4dd9b3
status:
code: 201
message: CREATED
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:23'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: GET
uri: <craton-url>/cells
response:
body:
encoding: null
string: "{\n \"links\": [\n {\n \"rel\": \"first\",\n \"href\"\
: \"<craton-url>/cells?sort_dir=asc&sort_keys=created_at%2Cid&resolved-values=True&limit=30\"\
\n },\n {\n \"rel\": \"prev\",\n \"href\": \"<craton-url>/cells?sort_dir=asc&sort_keys=created_at%2Cid&resolved-values=True&limit=30\"\
\n },\n {\n \"rel\": \"self\",\n \"href\": \"<craton-url>/cells?sort_dir=asc&sort_keys=created_at%2Cid&resolved-values=True&limit=30\"\
\n },\n {\n \"rel\": \"next\",\n \"href\": \"<craton-url>/cells?sort_dir=asc&sort_keys=created_at%2Cid&resolved-values=True&limit=30&marker=159\"\
\n }\n ],\n \"cells\": [\n {\n \"region_id\": 13,\n \"created_at\"\
: \"2017-03-21T00:11:44.000000\",\n \"id\": 130,\n \"name\": \"\
pagination-cell-0\",\n \"updated_at\": null,\n \"project_id\": \"\
<craton-demo-project>\",\n \"note\": \"This was created automatically\
\ for pagination. (0/63)\",\n \"cloud_id\": 17\n },\n {\n \
\ \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:44.000000\"\
,\n \"id\": 131,\n \"name\": \"pagination-cell-1\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (1/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:44.000000\"\
,\n \"id\": 132,\n \"name\": \"pagination-cell-2\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (2/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.000000\"\
,\n \"id\": 133,\n \"name\": \"pagination-cell-3\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (3/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.000000\"\
,\n \"id\": 134,\n \"name\": \"pagination-cell-4\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (4/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.000000\"\
,\n \"id\": 135,\n \"name\": \"pagination-cell-5\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (5/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.000000\"\
,\n \"id\": 136,\n \"name\": \"pagination-cell-6\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (6/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.000000\"\
,\n \"id\": 137,\n \"name\": \"pagination-cell-7\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (7/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.000000\"\
,\n \"id\": 138,\n \"name\": \"pagination-cell-8\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (8/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.000000\"\
,\n \"id\": 139,\n \"name\": \"pagination-cell-9\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (9/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.000000\"\
,\n \"id\": 140,\n \"name\": \"pagination-cell-10\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (10/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.000000\"\
,\n \"id\": 141,\n \"name\": \"pagination-cell-11\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (11/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.000000\"\
,\n \"id\": 142,\n \"name\": \"pagination-cell-12\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (12/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.000000\"\
,\n \"id\": 143,\n \"name\": \"pagination-cell-13\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (13/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.000000\"\
,\n \"id\": 144,\n \"name\": \"pagination-cell-14\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (14/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.000000\"\
,\n \"id\": 145,\n \"name\": \"pagination-cell-15\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (15/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.000000\"\
,\n \"id\": 146,\n \"name\": \"pagination-cell-16\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (16/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.000000\"\
,\n \"id\": 147,\n \"name\": \"pagination-cell-17\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (17/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.000000\"\
,\n \"id\": 148,\n \"name\": \"pagination-cell-18\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (18/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.000000\"\
,\n \"id\": 149,\n \"name\": \"pagination-cell-19\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (19/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.000000\"\
,\n \"id\": 150,\n \"name\": \"pagination-cell-20\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (20/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.000000\"\
,\n \"id\": 151,\n \"name\": \"pagination-cell-21\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (21/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.000000\"\
,\n \"id\": 152,\n \"name\": \"pagination-cell-22\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (22/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.000000\"\
,\n \"id\": 153,\n \"name\": \"pagination-cell-23\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (23/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:45.000000\"\
,\n \"id\": 154,\n \"name\": \"pagination-cell-24\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (24/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.000000\"\
,\n \"id\": 155,\n \"name\": \"pagination-cell-25\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (25/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.000000\"\
,\n \"id\": 156,\n \"name\": \"pagination-cell-26\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (26/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.000000\"\
,\n \"id\": 157,\n \"name\": \"pagination-cell-27\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (27/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.000000\"\
,\n \"id\": 158,\n \"name\": \"pagination-cell-28\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (28/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.000000\"\
,\n \"id\": 159,\n \"name\": \"pagination-cell-29\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (29/63)\",\n \"cloud_id\"\
: 17\n }\n ]\n}"
headers:
Content-Length: '10169'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:47 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-846cceb4-388b-46f4-9960-fee04779f195
status:
code: 200
message: OK
url: <craton-url>/cells
- recorded_at: '2017-03-21T15:21:23'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: GET
uri: <craton-url>/cells?marker=159
response:
body:
encoding: null
string: "{\n \"links\": [\n {\n \"rel\": \"first\",\n \"href\"\
: \"<craton-url>/cells?sort_dir=asc&sort_keys=created_at%2Cid&resolved-values=True&limit=30\"\
\n },\n {\n \"rel\": \"prev\",\n \"href\": \"<craton-url>/cells?sort_dir=asc&sort_keys=created_at%2Cid&resolved-values=True&limit=30&marker=130\"\
\n },\n {\n \"rel\": \"self\",\n \"href\": \"<craton-url>/cells?sort_dir=asc&sort_keys=created_at%2Cid&resolved-values=True&limit=30&marker=159\"\
\n },\n {\n \"rel\": \"next\",\n \"href\": \"<craton-url>/cells?sort_dir=asc&sort_keys=created_at%2Cid&resolved-values=True&limit=30&marker=189\"\
\n }\n ],\n \"cells\": [\n {\n \"region_id\": 13,\n \"created_at\"\
: \"2017-03-21T00:11:46.000000\",\n \"id\": 160,\n \"name\": \"\
pagination-cell-30\",\n \"updated_at\": null,\n \"project_id\":\
\ \"<craton-demo-project>\",\n \"note\": \"This was created automatically\
\ for pagination. (30/63)\",\n \"cloud_id\": 17\n },\n {\n \
\ \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.000000\"\
,\n \"id\": 161,\n \"name\": \"pagination-cell-31\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (31/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.000000\"\
,\n \"id\": 162,\n \"name\": \"pagination-cell-32\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (32/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.000000\"\
,\n \"id\": 163,\n \"name\": \"pagination-cell-33\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (33/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.000000\"\
,\n \"id\": 164,\n \"name\": \"pagination-cell-34\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (34/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.000000\"\
,\n \"id\": 165,\n \"name\": \"pagination-cell-35\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (35/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.000000\"\
,\n \"id\": 166,\n \"name\": \"pagination-cell-36\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (36/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.000000\"\
,\n \"id\": 167,\n \"name\": \"pagination-cell-37\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (37/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.000000\"\
,\n \"id\": 168,\n \"name\": \"pagination-cell-38\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (38/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.000000\"\
,\n \"id\": 169,\n \"name\": \"pagination-cell-39\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (39/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.000000\"\
,\n \"id\": 170,\n \"name\": \"pagination-cell-40\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (40/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.000000\"\
,\n \"id\": 171,\n \"name\": \"pagination-cell-41\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (41/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.000000\"\
,\n \"id\": 172,\n \"name\": \"pagination-cell-42\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (42/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.000000\"\
,\n \"id\": 173,\n \"name\": \"pagination-cell-43\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (43/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.000000\"\
,\n \"id\": 174,\n \"name\": \"pagination-cell-44\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (44/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.000000\"\
,\n \"id\": 175,\n \"name\": \"pagination-cell-45\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (45/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.000000\"\
,\n \"id\": 176,\n \"name\": \"pagination-cell-46\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (46/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.000000\"\
,\n \"id\": 177,\n \"name\": \"pagination-cell-47\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (47/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.000000\"\
,\n \"id\": 178,\n \"name\": \"pagination-cell-48\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (48/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.000000\"\
,\n \"id\": 179,\n \"name\": \"pagination-cell-49\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (49/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.000000\"\
,\n \"id\": 180,\n \"name\": \"pagination-cell-50\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (50/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.000000\"\
,\n \"id\": 181,\n \"name\": \"pagination-cell-51\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (51/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.000000\"\
,\n \"id\": 182,\n \"name\": \"pagination-cell-52\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (52/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.000000\"\
,\n \"id\": 183,\n \"name\": \"pagination-cell-53\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (53/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:46.000000\"\
,\n \"id\": 184,\n \"name\": \"pagination-cell-54\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (54/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:47.000000\"\
,\n \"id\": 185,\n \"name\": \"pagination-cell-55\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (55/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:47.000000\"\
,\n \"id\": 186,\n \"name\": \"pagination-cell-56\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (56/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:47.000000\"\
,\n \"id\": 187,\n \"name\": \"pagination-cell-57\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (57/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:47.000000\"\
,\n \"id\": 188,\n \"name\": \"pagination-cell-58\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (58/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:47.000000\"\
,\n \"id\": 189,\n \"name\": \"pagination-cell-59\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (59/63)\",\n \"cloud_id\"\
: 17\n }\n ]\n}"
headers:
Content-Length: '10211'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:47 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-e6d03b23-f7e8-4656-a792-1ead32bf856e
status:
code: 200
message: OK
url: <craton-url>/cells?marker=159
- recorded_at: '2017-03-21T15:21:23'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: GET
uri: <craton-url>/cells?marker=189
response:
body:
encoding: null
string: "{\n \"links\": [\n {\n \"rel\": \"first\",\n \"href\"\
: \"<craton-url>/cells?sort_dir=asc&sort_keys=created_at%2Cid&resolved-values=True&limit=30\"\
\n },\n {\n \"rel\": \"prev\",\n \"href\": \"<craton-url>/cells?sort_dir=asc&sort_keys=created_at%2Cid&resolved-values=True&limit=30&marker=159\"\
\n },\n {\n \"rel\": \"self\",\n \"href\": \"<craton-url>/cells?sort_dir=asc&sort_keys=created_at%2Cid&resolved-values=True&limit=30&marker=189\"\
\n },\n {\n \"rel\": \"next\",\n \"href\": \"<craton-url>/cells?sort_dir=asc&sort_keys=created_at%2Cid&resolved-values=True&limit=30&marker=192\"\
\n }\n ],\n \"cells\": [\n {\n \"region_id\": 13,\n \"created_at\"\
: \"2017-03-21T00:11:47.000000\",\n \"id\": 190,\n \"name\": \"\
pagination-cell-60\",\n \"updated_at\": null,\n \"project_id\":\
\ \"<craton-demo-project>\",\n \"note\": \"This was created automatically\
\ for pagination. (60/63)\",\n \"cloud_id\": 17\n },\n {\n \
\ \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:47.000000\"\
,\n \"id\": 191,\n \"name\": \"pagination-cell-61\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (61/63)\",\n \"cloud_id\"\
: 17\n },\n {\n \"region_id\": 13,\n \"created_at\": \"2017-03-21T00:11:47.000000\"\
,\n \"id\": 192,\n \"name\": \"pagination-cell-62\",\n \"updated_at\"\
: null,\n \"project_id\": \"<craton-demo-project>\",\n \"note\"\
: \"This was created automatically for pagination. (62/63)\",\n \"cloud_id\"\
: 17\n }\n ]\n}"
headers:
Content-Length: '1625'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:47 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-4b31ae78-4648-4fe9-9092-dbb43b68c142
status:
code: 200
message: OK
url: <craton-url>/cells?marker=189
- recorded_at: '2017-03-21T15:21:23'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/192
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:47 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-b8054f96-ff7a-4c69-b6f6-a62c6a0e3678
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/192
- recorded_at: '2017-03-21T15:21:23'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/191
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:47 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-6a40349f-73c4-47e3-aa49-508cf25fe4dd
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/191
- recorded_at: '2017-03-21T15:21:23'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/190
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:47 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-0a387ee6-81d2-4f31-9956-8334ef3542c3
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/190
- recorded_at: '2017-03-21T15:21:23'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/189
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:47 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-6aa42822-1e10-4da9-93b0-216a634f2c8f
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/189
- recorded_at: '2017-03-21T15:21:23'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/188
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:47 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-cc9c6e92-a443-48ce-aea9-7bc52095dac3
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/188
- recorded_at: '2017-03-21T15:21:23'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/187
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:47 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-470186d8-388c-4d58-af5f-d0a91d3559be
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/187
- recorded_at: '2017-03-21T15:21:23'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/186
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:47 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-5d5967d3-9bcb-4918-a15f-d4310f2ca9ff
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/186
- recorded_at: '2017-03-21T15:21:23'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/185
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:47 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-6cea0d87-e9bb-4cf2-8129-2f2ca77e50bf
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/185
- recorded_at: '2017-03-21T15:21:23'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/184
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:47 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-f3f4143f-07df-4f5e-aaf5-cd7e0aee030f
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/184
- recorded_at: '2017-03-21T15:21:23'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/183
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:47 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-853ffd2e-34f5-454f-8d0a-daa6ed67585a
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/183
- recorded_at: '2017-03-21T15:21:23'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/182
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:47 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-541a4e8c-2ea1-4d9c-9d22-06dcd38b04e5
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/182
- recorded_at: '2017-03-21T15:21:23'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/181
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:47 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-b2e1fe08-215a-474b-8c2d-59b55769ec32
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/181
- recorded_at: '2017-03-21T15:21:23'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/180
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:47 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-5a2588bb-c785-4c7f-ab46-f52a36669506
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/180
- recorded_at: '2017-03-21T15:21:23'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/179
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:47 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-3a96e0ae-135d-4bd9-bcfe-50f72ff3a620
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/179
- recorded_at: '2017-03-21T15:21:23'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/178
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:47 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-ba203aca-a106-4078-843c-8f6e75596bc7
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/178
- recorded_at: '2017-03-21T15:21:23'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/177
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:47 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-e72e84af-8ced-476f-8e49-a722284d8859
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/177
- recorded_at: '2017-03-21T15:21:23'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/176
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:47 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-fe7bd54d-eec5-4fae-acf2-a2cb137afd31
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/176
- recorded_at: '2017-03-21T15:21:23'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/175
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:47 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-c5f1d8fb-3edf-4d41-9209-3d6f8001c0e1
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/175
- recorded_at: '2017-03-21T15:21:23'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/174
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:47 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-97e19b86-df8b-49e1-adcc-d1616d741450
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/174
- recorded_at: '2017-03-21T15:21:23'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/173
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:47 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-53998264-6b89-419b-a019-891d52ae179b
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/173
- recorded_at: '2017-03-21T15:21:23'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/172
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:47 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-bcb77d9d-c035-4e0b-9596-c93cd81bb248
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/172
- recorded_at: '2017-03-21T15:21:23'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/171
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:47 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-651df405-c0ec-40d5-ad53-b4e429c7f038
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/171
- recorded_at: '2017-03-21T15:21:23'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/170
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:47 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-7e82318c-b86c-437f-8ca3-812c0f5d5da2
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/170
- recorded_at: '2017-03-21T15:21:23'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/169
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-52f4a21a-2908-43c8-8309-b6d1a76ea37e
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/169
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/168
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-94cf195e-55ba-4b7f-9276-4958a4e0bc68
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/168
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/167
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-ca1a17fd-2f07-4e93-9d58-4c69f22aa5f6
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/167
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/166
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-e4b8a477-b7a6-4ef3-b64a-7896ee149cd9
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/166
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/165
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-d5aca01d-6880-41da-bfb0-3609bfda3882
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/165
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/164
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-2cb5acc4-bba2-4036-a087-a8ff44b5be69
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/164
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/163
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-96f0bf14-10f8-46be-b31f-7ccbbe40da5c
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/163
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/162
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-a9a3c024-ed38-4d34-8c54-690962b5cdea
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/162
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/161
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-c527042d-3a95-49e2-88aa-6e69846caa3b
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/161
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/160
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-23618126-2518-40dc-94ac-eb3fb8a5e7f4
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/160
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/159
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-c2a98d41-69a9-45b2-a1c4-37b33ca23f5a
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/159
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/158
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-b2d7a712-587b-4bd0-8919-31e3a807d979
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/158
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/157
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-06981baa-4aee-4bbc-8e16-73e81fc76f44
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/157
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/156
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-829d9670-b293-44a7-ab1e-f707f1f6c502
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/156
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/155
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-4e3d71e5-ce70-4191-b985-b61efa564df1
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/155
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/154
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-0794027e-9a97-4260-b99e-3847c7888ba4
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/154
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/153
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-76be5182-9ead-4ef1-8b08-da009b9a9c18
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/153
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/152
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-02a2e7d0-317d-4940-b7fc-f051b6eec336
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/152
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/151
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-b7c5f96e-a4bc-46b5-9423-5e4d26e667e4
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/151
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/150
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-3570e278-ded4-4523-b14d-1fdbffd7d2d7
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/150
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/149
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-ee2c7a59-151f-4a62-bbe2-d9b79fd951ec
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/149
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/148
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-b92657b2-f68c-4d20-a5dd-cadd9f6e4d9e
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/148
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/147
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-8ac063c8-53ce-4383-b2ca-67ec08f60693
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/147
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/146
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-792abd90-c57f-4646-99fb-f22655ceb707
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/146
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/145
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-480fc353-f95b-4189-8737-b79984554a5e
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/145
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/144
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-c6bf7a67-8dc5-4e5f-ad13-3f60fb2bf62d
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/144
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/143
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-0bd3f956-2f96-4c54-9202-1419bba3911a
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/143
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/142
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-8b01e7bb-8e31-47e4-9600-58019c46feef
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/142
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/141
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-0d96c6f7-365f-4ac3-b9f3-c03f5fb2a47b
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/141
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/140
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-ef206046-4fa8-4af8-9697-afec4ee5ebd0
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/140
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/139
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-ac852015-7072-491e-884e-a06109a1867e
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/139
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/138
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-7cd79877-9f37-471c-a546-aae0192d11f9
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/138
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/137
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-a8603f77-48ad-475f-ad0b-1d3fd288da78
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/137
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/136
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-f417da74-8fdd-4e5a-9c0c-3271bd9aa777
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/136
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/135
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-2906db8d-ea71-4ff7-8b6d-830c19ec6d98
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/135
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/134
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-08ad3e15-7cbf-44ff-98f4-035c00c3038c
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/134
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/133
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-2bac159d-f0ef-4840-a09e-c9f471a2f22a
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/133
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/132
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-2e09e421-708a-487f-91df-922af10a152c
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/132
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/131
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-a89237aa-1cec-483e-8f14-d80b8bd2c033
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/131
- recorded_at: '2017-03-21T15:21:24'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/cells/130
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:48 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-e5fdf7f4-5c08-4a5c-a4fc-366db4e426cf
status:
code: 204
message: NO CONTENT
url: <craton-url>/cells/130
- recorded_at: '2017-03-21T15:21:25'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/regions/13
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:49 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-07fbb0c1-2ca1-4cad-8393-a536717270bd
status:
code: 204
message: NO CONTENT
url: <craton-url>/regions/13
- recorded_at: '2017-03-21T15:21:25'
request:
body:
encoding: utf-8
string: ''
headers:
Accept: '*/*'
Accept-Encoding: gzip, deflate
Connection: keep-alive
Content-Length: '0'
User-Agent: python-cratonclient/0.0.1
X-Auth-Project: <craton-demo-project>
X-Auth-Token: <craton-demo-token>
X-Auth-User: <craton-demo-username>
method: DELETE
uri: <craton-url>/clouds/17
response:
body:
encoding: null
string: ''
headers:
Content-Length: '0'
Content-Type: application/json
Date: Tue, 21 Mar 2017 00:11:49 GMT
Server: WSGIServer/0.2 CPython/3.5.2
x-openstack-request-id: req-78935189-abad-4729-a6c6-a3cc9caa1ef0
status:
code: 204
message: NO CONTENT
url: <craton-url>/clouds/17
recorded_with: betamax/0.8.0