Last modified November 7, 2024

getAccountExcludeList

This function returns the Account Specific Exclude Lists.
Parameter name Value Description Possible values Example
_id String REQUIRED The Account ID.   _id=5fc96deeac61ab0bc3020323

This API call returns the Account Exclude List Object

Example Call JETAPI

jetbackup5api -F getAccountExcludeList -D "_id={$ACCOUNT_ID}"
success: 1
message:
system:
version: 5.3.3
version_panel: 5.3.3
tier: EDGE
type: cPanel
retry_ms: 0
disableui:
dr:
agreement_panel:
agreement:
licenseIssue:
data:
global:
        0: trash/*
6503e8275054a26ac301ef02:
        0: public_html/*
6504c79fd4b57d536c05bbe2:

Example Call HTTP

https://hostname.example.com:2087/cpsess##########/cgi/addons/jetbackup5/api.cgi?function=getAccountExcludeList&_id={$ACCOUNT_ID}