You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Raw snapshot artifacts, unpublished: client.snapshots.files(snapshot_id)
lists every file Forward stored for a snapshot, and .file(snapshot_id, file_name) reads one -- unlike a device's own files, these need not belong
to a modeled device, useful for cloud integrations needing artifacts such as
GCP's cloud_instances.gen. Closes a gap docs/snapshots.md had documented
by name (client.snapshots.files/.file) since it was written; verified
live by listing and reading a real collected file, and confirming an unknown
name 404s as ForwardNotFoundError.