Last updated 19 days ago
Path that the backend was mounted at
OK
const response = await fetch('/auth/{ratls_mount_path}/logs/{workload}/{time}_{nonce}', { method: 'DELETE', headers: {}, }); const data = await response.json();
const response = await fetch('/auth/{ratls_mount_path}/logs/{workload}/{time}_{nonce}', { method: 'GET', headers: {}, }); const data = await response.json();
const response = await fetch('/auth/{ratls_mount_path}/logs/', { method: 'GET', headers: {}, }); const data = await response.json();
const response = await fetch('/auth/{ratls_mount_path}/logs/{workload}/', { method: 'GET', headers: {}, }); const data = await response.json();