deploymentsScheduled
Contains data about scheduled deployments, used for planning and automating the timing of deployment tasks.
Columns
| Name | Type | References | Description |
| id [KEY] | String | The unique identifier for the deployment, used to track and reference the specific deployment event within the system. | |
| isdeployed | Boolean | Indicates whether the deployment has been successfully completed and is currently live or active in the system. | |
| loglevel | String | The level of detail for logging during the deployment process, such as 'Debug', 'Info', 'Warning', or 'Error', to control the verbosity of logs. | |
| oldrecordtype | String | The type of record that existed before the deployment, used to track and manage changes made during the deployment process. | |
| owner | String | The individual, team, or system responsible for overseeing and managing the deployment from start to finish. | |
| primarykey | String | The primary key used to uniquely identify each record in the deployment, ensuring the integrity and distinctness of the data. | |
| processorpool | String | The pool of processors or resources allocated for handling the deployment tasks, used for efficient resource management during deployment. | |
| queueid | String | The identifier for the queue associated with the deployment (deprecated). This field is no longer used for newer deployments. | |
| scriptid | String | The unique identifier for the script associated with the deployment, typically used to automate and manage tasks during the deployment process. | |
| seqnum | Double | A sequence number used to maintain the order of deployment tasks or actions, ensuring proper execution in a series of steps. | |
| status | String | The current status of the deployment, such as 'Pending', 'In Progress', 'Completed', or 'Failed', which reflects the deployment's progress. | |
| title | String | The title or name of the deployment, used to describe and categorize the deployment for easy identification. |