CreateRuntimeSnapshotRequest
Datalayer Core / CreateRuntimeSnapshotRequest
Interface: CreateRuntimeSnapshotRequest
Defined in: src/models/RuntimeSnapshotDTO.ts:72
Request payload for creating a runtime snapshot CreateRuntimeSnapshotRequest
Properties
description
description:
string
Defined in: src/models/RuntimeSnapshotDTO.ts:78
Description of the snapshot
name
name:
string
Defined in: src/models/RuntimeSnapshotDTO.ts:76
Name for the snapshot
pod_name
pod_name:
string
Defined in: src/models/RuntimeSnapshotDTO.ts:74
Pod name of the runtime to snapshot
stop
stop:
boolean
Defined in: src/models/RuntimeSnapshotDTO.ts:80
Whether to stop the runtime after creating snapshot