Skip to content

ServiceOrchestrationJobResponse

Field Type Description
id UUID Unique job identifier.
status ServiceOrchestrationJobStatus Actual working state of the job.
type ServiceOrchestrationType Type of orchestration.
requesterSystem SystemName Name of the system that started the orchestration process.
targetSystem SystemName Name of the system for which the orchestration is executed.
serviceDefinition ServiceName Name of the service that the orchestration job is targeting.
subscriptionId UUID Unique identifier of associated subscription record.
message String Additional error or warning information.
createdAt DateTime The job was created at this timestamp.
startedAt DateTime The job was started at this timestamp.
finishedAt DateTime The job was finished at this timestamp.