| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- ---
- version: 2
- interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 0
- host: localhost:8200
- form:
- list:
- - "true"
- headers:
- X-Vault-Request:
- - "true"
- X-Vault-Token:
- - root
- url: http://localhost:8200/v1/secret/metadata/empty?list=true
- method: GET
- response:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 14
- body: |-
- {
- "errors": []
- }
- headers:
- Cache-Control:
- - no-store
- Content-Length:
- - "14"
- Content-Type:
- - application/json
- Strict-Transport-Security:
- - max-age=31536000; includeSubDomains
- status: 404 Not Found
- code: 404
- duration: 0s
|