Skip to content
Docs

Installs

Installs

ModelsExpand Collapse
Install = object { id, created_at, package_id, 9 more }
id: string
created_at: string
formatdate-time
package_id: string
package_slug: string
Accepts one of the following:
"pending"
"active"
"deleting"
"failed"
"deleted"
updated_at: string
formatdate-time
inputs: optional map[unknown]

Install-specific input values that supplement the package's inputs. Merged with the package's input values to form the complete entities.inputs for entity binding evaluation.

org_id: optional string
outputs: optional map[unknown]

Resolved output values produced by the provisioner, conforming to the package's Package.outputs.schema. Flat — the provisioner evaluates Package.outputs.bindings against the resolved entity graph.

package_version: optional number
zone_id: optional string
InstallList = object { items, pagination }
items: array of Install { id, created_at, package_id, 9 more }
id: string
created_at: string
formatdate-time
package_id: string
package_slug: string
Accepts one of the following:
"pending"
"active"
"deleting"
"failed"
"deleted"
updated_at: string
formatdate-time
inputs: optional map[unknown]

Install-specific input values that supplement the package's inputs. Merged with the package's input values to form the complete entities.inputs for entity binding evaluation.

org_id: optional string
outputs: optional map[unknown]

Resolved output values produced by the provisioner, conforming to the package's Package.outputs.schema. Flat — the provisioner evaluates Package.outputs.bindings against the resolved entity graph.

package_version: optional number
zone_id: optional string
InstallStatus = "pending" or "active" or "deleting" or 2 more
Accepts one of the following:
"pending"
"active"
"deleting"
"failed"
"deleted"