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.
The duration in milliseconds for the link component change to reach the final status.
20000
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.
The duration in milliseconds for the link component change to reach the final status.
20000
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.
The duration in milliseconds for the link component change to reach the final status.
20000
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.
{
"resourceAUpdate": {
"totalDuration": 20000,
"attemptDurations": [
20000
]
},
"resourceBUpdate": {
"totalDuration": 20000,
"attemptDurations": [
20000
]
},
"intermediaryResources": {
"totalDuration": 20000,
"attemptDurations": [
20000
]
}
}