Logs
Retrieves logs for a specific workload
Path parameters
workloadstring · uuidRequired
Unique workload identifier (UUID)
Query parameters
liststring · enumRequiredPossible values:
Must be set to 'true' to retrieve the list
Responses
200
Workload logs retrieved successfully
application/json
400
Workload not found
get
/v1/auth/ratls/logs/{workload}/Retrieves detailed information about a specific log entry
Path parameters
workloadstring · uuidRequired
Unique workload identifier (UUID)
timestring · date-timeRequired
Log creation time (RFC3339Nano format)
noncestringRequired
Attestation nonce value
Responses
200
Log entry retrieved successfully
application/json
400
Log entry not found
application/json
get
/v1/auth/ratls/logs/{workload}/{time}_{nonce}Removes a specific log entry
Path parameters
workloadstring · uuidRequired
Unique workload identifier (UUID)
timestring · date-timeRequired
Log creation time (RFC3339Nano format)
noncestringRequired
Attestation nonce value
Responses
200
Log entry deleted successfully
application/json
400
Log entry not found
application/json
delete
/v1/auth/ratls/logs/{workload}/{time}_{nonce}Last updated
Was this helpful?