Get a snapshot name and every tag under it, with the snapshot each tag resolves.
func (
r *SandboxSnapshotService) GetByName(ctx context.Context,
name string,
opts ...option.RequestOption) (res *SandboxSnapshotGetByNameResponse,
err error
)Get a snapshot name and every tag under it, with the snapshot each tag resolves to. To fetch one snapshot, use /api/v2/sandboxes/snapshots/{snapshot_id}.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
name* | string | |
opts* | ...option.RequestOption |