Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/cloudlinuxos/control_panel_integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,18 @@ E.g. if the control panel has two domains: <span class="notranslate">`user1.com`
|<span class="notranslate">--name, -n</span>|False|Used for filtering output; set a name of the domain, to display information about it|
|<span class="notranslate">--with-php</span>|False (X-Ray support only)|Used for extending output with PHP configuration, required by X-Ray (available since API v1.2, see [versioning](./#versioning))|

:::warning IMPORTANT
Do not add the **--with-php** flag to the **integration.ini** file.
The integration script must only support it as optional parameter.
All logic of running the script with or without this parameter is handled on the CloudLinux side.

✅ Correct:
`domains = /opt/cpvendor/bin/vendor_integration_script domains`

❌ Not allowed:
`domains = /opt/cpvendor/bin/vendor_integration_script domains --with-php`
:::

**Output example**

<div class="notranslate">
Expand Down