The record of the secondary deployment.
| 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] |
| Name | Value |
|---|---|
| CREATED | "created" |
| ACTIVE | "active" |
| FAILED | "failed" |
| DELETED | "deleted" |