Learn about the technical details of Private Apps
v1
, v2
, etc. These are automatically generated by Tempest.app connect
CLI command or app.connect
API method.
Properties Schema
.Operation | Description |
---|---|
Create | Called when users create resources in Tempest (typically via recipes). Handles initial provisioning and setup. |
Read & List | Called when Tempest syncs your resource metadata. Frequency determined by your plan. |
Update | Handles state changes and configuration updates for existing resources. |
Delete | Called when users delete resources. Handles cleanup and deprovisioning. |
Operation | Description |
---|---|
Healthchecks | Service discovery and healthchecks for the resources managed by your Private App. |
Instructions | Custom installation instructions for your Private App resources. |
Links | Add links to your Private App resources for documentation, dashboards, endpoints, and more. |
Taxonomy | Define how your Private App resources are categorized and organized. |
Actions | Custom user-triggerable actions for your Private App resources. |