Skip to main content

LinkCompletionDurations

resourceAUpdate objectnullable

Duration information for the update of resource A in the link. This will only be present if the link has reached resource A updated status.

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.

resourceBUpdate objectnullable

Duration information for the update of resource B in the link. This will only be present if the link has reached resource B updated status.

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.

intermediaryResources objectnullable

Duration information for the update, creation or removal of intermediary resources in the link. This will only be present if the link has reached intermediary resources updated status.

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.

LinkCompletionDurations
{
"resourceAUpdate": {
"totalDuration": 20000,
"attemptDurations": [
20000
]
},
"resourceBUpdate": {
"totalDuration": 20000,
"attemptDurations": [
20000
]
},
"intermediaryResources": {
"totalDuration": 20000,
"attemptDurations": [
20000
]
}
}