Warning | |
---|---|
DEPRECATED - This method will be removed in Akeeba Backup for Joomla 10, Akeeba Backup for WordPress 8, and Akeeba Solo 8. Versions of our software released after September 2023 may no longer include this method even if their major version is below those specified in this message. |
Returns the database entities exclusion filters for the chosen backup profile. Available since API version 340.
All fields are MANDATORY.
Integer. The profile ID you want to list.
string. The UUID of the database root, default [SITEDB] (the main site database definition). See getDBRoots
A JSON object is returned with the keys
The UUID of the database root.
A list of database entities. This is a JSON object. The property keys of the object are the database entity (table, view, function, trigger, procedure) names. The property values are JSON objects with the following keys:
The type of the database entity. One of:
Regular table
Regular VIEW
Merge table (MySQL only, means MRG_MYISAM table type)
Temporary table. For MySQL that includes MEMORY, EXAMPLE, BLACKHOLE and FEDERATED.
Database procedure.
Database function.
Database trigger
Is this table excluded? 0: No. 1: Yes. 2: Always (excluded by a RegEx, conditional, algorithmic or platform-specific filter).
Note | |
---|---|
In the Akeeba Backup / Solo interface these values are rendered with the following color coding 0: white 1: yellow 2: red. |
Is the table data excluded? 0: No. 1: Yes. 2: Always (not a regular table; or excluded by a RegEx, conditional, algorithmic or platform-specific filter).
Note | |
---|---|
In the Akeeba Backup / Solo interface these values are rendered with the following color coding 0: white 1: yellow 2: red. |