ComponentSnapshotCreateSpec
ComponentSnapshotCreateSpec
Spec for creation of a Snapshot of a Component.
JSON Example
{
"actionType": "string",
"snapshotPrefix": "string",
"snapshotDescription": "string",
"shouldSnapshotWithMemory": false,
"shouldShutdownBeforeSnapshot": false
}
string
actionType
Required
actionType
string
snapshotPrefix
Required
User friendly prefix used for the Snapshot name.
string
snapshotDescription
Optional
User friendly description of the Snapshot.
boolean
shouldSnapshotWithMemory
Optional
Flag that indicates if the Snapshot has to be taken along with memory of the Component.
boolean
shouldShutdownBeforeSnapshot
Optional
Flag that indicates if the Component has to be gracefully shutdown before taking the Snapshot.