Skip to content
Docs

Installs

Installs

ModelsExpand Collapse
class Install:
id: str
created_at: datetime
formatdate-time
package_id: str
package_slug: str
Accepts one of the following:
"pending"
"active"
"deleting"
"failed"
"deleted"
updated_at: datetime
formatdate-time
inputs: Optional[Dict[str, object]]

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[str]
outputs: Optional[Dict[str, object]]

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[int]
zone_id: Optional[str]
class InstallList:
items: List[Install]
id: str
created_at: datetime
formatdate-time
package_id: str
package_slug: str
Accepts one of the following:
"pending"
"active"
"deleting"
"failed"
"deleted"
updated_at: datetime
formatdate-time
inputs: Optional[Dict[str, object]]

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[str]
outputs: Optional[Dict[str, object]]

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[int]
zone_id: Optional[str]
Literal["pending", "active", "deleting", 2 more]
Accepts one of the following:
"pending"
"active"
"deleting"
"failed"
"deleted"