Last updated 2 months ago
Noce for the attestation
Time the log was created, as RFC3339Nano
UUID of the workload
empty body
OK
const response = await fetch('/v1/auth/ratls/logs/{workload}/{time}_{nonce}', { method: 'DELETE', headers: {}, }); const data = await response.json();
const response = await fetch('/v1/auth/ratls/logs/?list=true', { method: 'GET', headers: {}, }); const data = await response.json();
{ "data": { "keys": [] } }
const response = await fetch('/v1/auth/ratls/logs/{workload}/?list=true', { method: 'GET', headers: {}, }); const data = await response.json();
const response = await fetch('/v1/auth/ratls/logs/{workload}/{time}_{nonce}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "data": { "nonce": "text", "time": "text", "workload": "text" } }