Experimental
Schema
EffectiveCoreLifecycle
Type:
object
EffectiveCoreLifecycle is persisted at admission and cannot silently degrade.
canCaptureMemory
Type:
boolean
can_capture_memory is this sandbox's ALL snapshot support, independently set.
All schema constraints and annotations
{
"description": "can_capture_memory is this sandbox's ALL snapshot support, independently set.",
"type": "boolean"
}stopMemoryOutcome
· required
Schema:
StopMemoryOutcome
stop_memory_outcome is the selected stop/start guarantee for this sandbox.
All schema constraints and annotations
{
"$ref": "#/components/schemas/StopMemoryOutcome",
"description": "stop_memory_outcome is the selected stop/start guarantee for this sandbox.",
"not": {
"enum": [
"unspecified"
]
}
}All schema constraints and annotations
{
"description": "EffectiveCoreLifecycle is persisted at admission and cannot silently degrade.",
"properties": {
"canCaptureMemory": {
"description": "can_capture_memory is this sandbox's ALL snapshot support, independently set.",
"type": "boolean"
},
"stopMemoryOutcome": {
"$ref": "#/components/schemas/StopMemoryOutcome",
"description": "stop_memory_outcome is the selected stop/start guarantee for this sandbox.",
"not": {
"enum": [
"unspecified"
]
}
}
},
"required": [
"stopMemoryOutcome"
],
"title": "EffectiveCoreLifecycle",
"type": "object"
}