Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.2 KB

File metadata and controls

31 lines (20 loc) · 1.2 KB

SecondaryDeployment

The record of the secondary deployment.

Properties

Name Type Description Notes
id Long Unique ID for this entity. Not to be confused with the Integration ID, which is set by your integration layer and used in most endpoints.
name String The name of the deployment. Used as subdomain, e.g. experimental.your-company.europe-west1.talon.one
userId Long The ID of the user who created the deployment.
status StatusEnum The status of the deployment.
createdAt OffsetDateTime Timestamp when the deployment was created.
activeAt OffsetDateTime Timestamp when the deployment became active. [optional]
failedAt OffsetDateTime Timestamp when the deployment failed. [optional]
deletedAt OffsetDateTime Timestamp when the deployment was deleted. [optional]

Enum: StatusEnum

Name Value
CREATED "created"
ACTIVE "active"
FAILED "failed"
DELETED "deleted"