BlueprintInstanceCompletionDurations
prepareDurationnumbernullable
The duration in milliseconds for the preparation phase of a blueprint instance deployment to be completed.
Example:
10000
totalDurationnumbernullable
The duration in milliseconds for the blueprint instance to reach the final status.
Example:
20000
BlueprintInstanceCompletionDurations
{
"prepareDuration": 10000,
"totalDuration": 20000
}