Skip to main content

Type Alias: FunctionDeployment

type FunctionDeployment: components["schemas"]["FunctionDeployment"];

Properties

PropertyTypeRequiredDescription
idstringYesDeployment UUID
functionIdstringYesFunction ID
versionIdstringYesDeployed version ID
status"pending" | "deploying" | "running" | "stopped" | "failed"YesDeployment status
fleetServiceIdstringNoFleet service ID
fleetDeploymentIdstringNoFleet deployment ID
serviceIpstringNoService IP address (internal)
servicePortnumberNoService port (internal)
invokeUrlstringNoInvoke URL (external via Cortex proxy)
lastErrorstringNoLast error message
requestCountnumberYesTotal request count (example: 0)
lastInvokedAtstringNoLast invocation timestamp
createdAtstringYesCreation timestamp
updatedAtstringYesLast update timestamp

Defined in

4Players/cortex-typescript-sdk/src/resources/functions.ts:29