Skip to main content

LinkComponentCompletionDurations

totalDurationnumbernullable

The duration in milliseconds for the link component change to reach the final status.

Example: 20000
attemptDurationsnumber[]

The durations in milliseconds for each attempt to deploy the link component. Attempt durations are in order as per the "attempt" field in a status update event.

LinkComponentCompletionDurations
{
"totalDuration": 20000,
"attemptDurations": [
20000
]
}