Last updated 7 months ago
Was this helpful?
Must be set to true
true
GET /v1/auth/ratls/logs/?list=true HTTP/1.1 Host: Accept: */*
OK
{ "auth": {}, "data": { "keys": [ {} ] } }
UUID of the workload
GET /v1/auth/ratls/logs/{workload}/?list=true HTTP/1.1 Host: Accept: */*
Noce for the attestation
Time the log was created, as RFC3339Nano
GET /v1/auth/ratls/logs/{workload}/{time}_{nonce} HTTP/1.1 Host: Accept: */*
{ "auth": {}, "data": { "nonce": "text", "request": {}, "response": {}, "time": "text", "workload": "text" } }
DELETE /v1/auth/ratls/logs/{workload}/{time}_{nonce} HTTP/1.1 Host: Accept: */*
No content