LightningWeb.API.ProvisioningController (Lightning v2.13.4)

View Source

Summary

Functions

Creates or updates a project based on a JSON payload that may or may not contain UUIDs for existing resources.

Returns a project "state.json", complete with UUIDs to enable idempotent project deployments and updates to existing projects via the CLI.

Returns a description of the project as yaml. Same as the export project to yaml button (see Downloads Controller) but made for the API.

Functions

create(conn, params)

Creates or updates a project based on a JSON payload that may or may not contain UUIDs for existing resources.

show(conn, params)

Returns a project "state.json", complete with UUIDs to enable idempotent project deployments and updates to existing projects via the CLI.

show_yaml(conn, params)

Returns a description of the project as yaml. Same as the export project to yaml button (see Downloads Controller) but made for the API.