Logs
Query parameters
liststring · enumRequiredPossible values:
Must be set to 'true' to retrieve the list
Responses
200
Log list retrieved successfully
application/json
request_idstringOptional
lease_idstringOptional
renewablebooleanOptional
lease_durationintegerOptional
wrap_infonullOptional
warningsnullOptional
authnullOptional
get
/v1/auth/ratls/logs/200
Log list retrieved successfully
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
request_idstringOptional
lease_idstringOptional
renewablebooleanOptional
lease_durationintegerOptional
wrap_infonullOptional
warningsnullOptional
authnullOptional
400
Workload not found
get
/v1/auth/ratls/logs/{workload}/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
authobjectOptional
400
Log entry not found
application/json
get
/v1/auth/ratls/logs/{workload}/{time}_{nonce}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
request_idstringOptional
lease_idstringOptional
renewablebooleanOptional
lease_durationintegerOptional
dataobjectOptional
wrap_infonullOptional
warningsnullOptional
authnullOptional
400
Log entry not found
application/json
delete
/v1/auth/ratls/logs/{workload}/{time}_{nonce}Last updated
Was this helpful?