deploymentsRestlet
Tracks Restlet endpoints used during deployments, allowing for integration between systems through RESTful APIs.
Columns
| Name | Type | References | Description |
| id [KEY] | String | The unique identifier for the deployment, used to track and reference the specific deployment instance within the system. | |
| isdeployed | Boolean | Indicates whether the deployment has been successfully completed and is currently live or active in the system. | |
| loglevel | String | Specifies the level of logging detail for the deployment, such as 'Debug', 'Info', 'Warning', or 'Error', used to manage log verbosity. | |
| oldrecordtype | String | The type of record that existed before the deployment, used to track changes and updates to records during deployment. | |
| owner | String | The individual, team, or system responsible for overseeing and managing the deployment process. | |
| primarykey | String | The primary key that uniquely identifies each record in the deployment, ensuring distinct identification of data. | |
| scriptid | String | The unique identifier for the script associated with the deployment, used to automate tasks and processes related to the deployment. | |
| seqnum | Double | A sequence number used to organize and maintain the order of deployment tasks or steps when multiple actions are involved. | |
| status | String | The current status of the deployment, which could be 'Pending', 'In Progress', 'Completed', or 'Failed', reflecting the state of the deployment. | |
| title | String | The title or name of the deployment, used for identification and categorization of the deployment within the system. |