| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- ---
- version: 2
- interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 0
- host: localhost:8200
- form:
- version:
- - "1"
- headers:
- X-Vault-Request:
- - "true"
- X-Vault-Token:
- - root
- url: http://localhost:8200/v1/secret/data/foo?version=1
- method: GET
- response:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 338
- body: |-
- {
- "auth": null,
- "data": {
- "data": {
- "bar": "old_bazz",
- "lorem": "old_ipsum"
- },
- "metadata": {
- "created_time": "2099-09-09T09:09:09.09Z",
- "custom_metadata": null,
- "deletion_time": "",
- "destroyed": false,
- "version": 1
- }
- },
- "lease_duration": 0,
- "lease_id": "",
- "renewable": false,
- "request_id": "00000000-0000-0000-0000-000000000000",
- "warnings": null,
- "wrap_info": null
- }
- headers:
- Cache-Control:
- - no-store
- Content-Length:
- - "338"
- Content-Type:
- - application/json
- Strict-Transport-Security:
- - max-age=31536000; includeSubDomains
- status: 200 OK
- code: 200
- duration: 0s
|