GoodDay,
Im in the process of setting up a backup/restore process for a checkpoint management server.
Up until this point I've manged to login using the API, create a export using export-management
Now I'm testing with import-management. and this seems to run ok
result it receive on the command: https://<servername:port>/web_api/import-management
Body
{
"file-path": "/mnt/cpfwtest/backup.tgz" (this is mapped to a external file share, same as in the export-management command)
}
is: 200/OK
{
"task-id": "<task_id>",
"login-required": "True"
}
but when i try to login to the management server using the local client, i receive the message that the domain does not exist.
I'm however able to login to the Gaia (https://<ipaddress:port>) portal without any issues.