APIGen · Schema

APIGen Deployment

A deployment record representing an API deployed to a target environment.

CodeDocumentationGenerationOpen SourcePHP

Properties

Name Type Description
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.
View JSON Schema on GitHub