Laravel Cloud integration (Developer Tools, Storage). Imported from open-connector.
https://cloud.laravel.com/api/meta/organization
/meta/regions
/applications
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | optional | Filter applications by name. |
| region | string | optional | Filter applications by region identifier. |
| slug | string | optional | Filter applications by slug. |
| include | array | optional | Related application resources to include. |
/applications/{applicationId}
| Param | Type | Required | Description |
|---|---|---|---|
| applicationId | string | required | The Laravel Cloud application identifier. |
| include | array | optional | Related application resources to include. |
/applications/{applicationId}/environments
| Param | Type | Required | Description |
|---|---|---|---|
| applicationId | string | required | The Laravel Cloud application identifier. |
| name | string | optional | Filter environments by name. |
| status | string | optional | Filter environments by status. |
| slug | string | optional | Filter environments by slug. |
| include | array | optional | Related environment resources to include. |
/environments/{environmentId}
| Param | Type | Required | Description |
|---|---|---|---|
| environmentId | string | required | The Laravel Cloud environment identifier. |
| include | array | optional | Related environment resources to include. |
/environments/{environmentId}/deployments
| Param | Type | Required | Description |
|---|---|---|---|
| environmentId | string | required | The Laravel Cloud environment identifier. |
| status | string | optional | Filter deployments by status. |
| branchName | string | optional | Filter deployments by branch name. |
| commitHash | string | optional | Filter deployments by commit hash. |
| include | array | optional | Related deployment resources to include. |
/deployments/{deploymentId}
| Param | Type | Required | Description |
|---|---|---|---|
| deploymentId | string | required | The Laravel Cloud deployment identifier. |
| include | array | optional | Related deployment resources to include. |