1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
interactions:
- request:
body: null
headers:
Connection: [keep-alive]
Content-Length: ['0']
User-Agent: [Azure-Storage/1.4.0-1.4.0 (Python CPython 3.7.0; Darwin 18.2.0)]
x-ms-client-request-id: [94b0ed34-e474-11e8-9ac5-acde48001122]
x-ms-date: ['Fri, 09 Nov 2018 23:09:59 GMT']
x-ms-version: ['2018-03-28']
method: PUT
uri: https://storagename.blob.core.windows.net/b5650c1f?restype=container
response:
body: {string: ''}
headers:
Date: ['Fri, 09 Nov 2018 23:09:59 GMT']
ETag: ['"0x8D6469878F35FED"']
Last-Modified: ['Fri, 09 Nov 2018 23:09:59 GMT']
Server: [Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0]
Transfer-Encoding: [chunked]
x-ms-request-id: [31b4818c-f01e-0012-4e81-78fb37000000]
x-ms-version: ['2018-03-28']
status: {code: 201, message: Created}
- request:
body: null
headers:
Connection: [keep-alive]
Content-Length: ['0']
User-Agent: [Azure-Storage/1.4.0-1.4.0 (Python CPython 3.7.0; Darwin 18.2.0)]
x-ms-client-request-id: [94c98498-e474-11e8-9ac5-acde48001122]
x-ms-date: ['Fri, 09 Nov 2018 23:09:59 GMT']
x-ms-version: ['2018-03-28']
method: DELETE
uri: https://storagename.blob.core.windows.net/b5650c1f?restype=container
response:
body: {string: ''}
headers:
Date: ['Fri, 09 Nov 2018 23:09:59 GMT']
Server: [Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0]
Transfer-Encoding: [chunked]
x-ms-request-id: [31b48197-f01e-0012-5781-78fb37000000]
x-ms-version: ['2018-03-28']
status: {code: 202, message: Accepted}
version: 1
|