Last updated 6 months ago
Was this helpful?
Must be set to true
true
curl -L \ --url '/v1/auth/ratls/logs/?list=true'
{ "auth": {}, "data": { "keys": [ {} ] } }
UUID of the workload
curl -L \ --url '/v1/auth/ratls/logs/{workload}/?list=true'
Noce for the attestation
Time the log was created, as RFC3339Nano
curl -L \ --url '/v1/auth/ratls/logs/{workload}/{time}_{nonce}'
{ "auth": {}, "data": { "nonce": "text", "request": {}, "response": {}, "time": "text", "workload": "text" } }
curl -L \ --request DELETE \ --url '/v1/auth/ratls/logs/{workload}/{time}_{nonce}'
No body