| id |
string |
Unique identifier for the deployment. |
| apiId |
string |
ID of the deployed API. |
| projectId |
string |
ID of the parent project. |
| environment |
string |
Target environment for the deployment. |
| status |
string |
Current status of the deployment. |
| url |
stringnull |
Live URL of the deployed API, available once deployment succeeds. |
| version |
string |
Version of the API that was deployed. |
| region |
string |
Cloud region where the API is deployed. |
| replicas |
integer |
Number of running instances. |
| logs |
array |
Deployment log entries. |
| deployedBy |
string |
User ID of the person who initiated the deployment. |
| createdAt |
string |
Timestamp when the deployment was initiated. |
| updatedAt |
string |
Timestamp when the deployment record was last updated. |