mirror of
https://gitlab.sectorq.eu/jaydee/omv_backup.git
synced 2025-07-01 23:58:33 +02:00
added v3
This commit is contained in:
@ -24,7 +24,7 @@ json_data = {
|
|||||||
'password': 'l4c1j4yd33Du5lo',
|
'password': 'l4c1j4yd33Du5lo',
|
||||||
}
|
}
|
||||||
|
|
||||||
response = requests.post('https://portainer.sectorq.eu/api/backup', headers=headers, json=json_data, verify=False)
|
response = requests.post('https://portainer.sectorq.eu/api/backup', headers=headers, json=json_data, verify=True)
|
||||||
|
|
||||||
# Note: json_data will not be serialized by requests
|
# Note: json_data will not be serialized by requests
|
||||||
# exactly as it was in the original request.
|
# exactly as it was in the original request.
|
||||||
|
Reference in New Issue
Block a user