Type Alias: FunctionDeployment
Properties
| Property | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Deployment UUID |
functionId | string | Yes | Function ID |
versionId | string | Yes | Deployed version ID |
status | "pending" | "deploying" | "running" | "stopped" | "failed" | Yes | Deployment status |
fleetServiceId | string | No | Fleet service ID |
fleetDeploymentId | string | No | Fleet deployment ID |
serviceIp | string | No | Service IP address (internal) |
servicePort | number | No | Service port (internal) |
invokeUrl | string | No | Invoke URL (external via Cortex proxy) |
lastError | string | No | Last error message |
requestCount | number | Yes | Total request count (example: 0) |
lastInvokedAt | string | No | Last invocation timestamp |
createdAt | string | Yes | Creation timestamp |
updatedAt | string | Yes | Last update timestamp |
Defined in
4Players/cortex-typescript-sdk/src/resources/functions.ts:29