Zubair Shaikh
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Zubair Shaikh-
Zubair Shaikh commented,
uapi --output=jsonpretty --user=toolrave Backup list_backups{ "apiversion" : 3, "func" : "list_backups", "module" : "Backup", "result" : { "data" : [], "errors" : null, ...
-
Zubair Shaikh commented,
y[DEBUG] Starting backup download process[DEBUG] Listing available backups...[DEBUG] Sending request to: https://srv1.my-cloud-server.com:2083/execute/Backup/list_backups[DEBUG] Headers: {'Authoriz...
-
Zubair Shaikh commented,
import requestsimport jsonimport timefrom urllib.parse import urlencode # Disable SSL warningsimport urllib3urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) # cPanel API credenti...
-
Zubair Shaikh commented,
I want to do generate the backup and check the backup status then download the back-up using remote server
-
Zubair Shaikh commented,
But I want to use api list backup using api not cli
-
Zubair Shaikh created a post,
Issue with Backup/list_backups Endpoint Returning Empty Data
Hello Community, I've encountered an issue while using the Backup/list_backups endpoint where I'm receiving an empty data array despite having existing backups. Here's the response I'm getting: { ...