Skip to main content

InstanceUpdateDeploymentEvent

instanceIdstringrequired

The ID of the blueprint instance.

Example: 16ef8989-af00-4a4a-8164-72493ceb1aa0
statusintegerrequired

The status of the blueprint instance deployment. See the BlueprintInstance schema definition for more information on what each status means.

Possible values: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]

Example: 2
updateTimestampintegerrequired

The unix timestamp of the event in seconds.

Example: 1678901234
InstanceUpdateDeploymentEvent
{
"instanceId": "16ef8989-af00-4a4a-8164-72493ceb1aa0",
"status": 2,
"updateTimestamp": 1678901234
}