ServiceOrchestrationLockResponse
| Field | Type | Description |
|---|---|---|
| id | Number | Lock record unique ID. |
| orchestrationJobId | UUID | ID of the associated orchestration job if any. |
| serviceInstanceId | ServiceInstanceID | ID of the locked service instance. |
| owner | SystemName | The system the lock belongs to. |
| expiresAt | DateTime | The lock is active until this timestamp. |
| temporary | Boolean | If true, the lock was made during an orchestration process and possibly will be released automatically within a short time (if service instance is not chosen to be reserved). |