Succeeds to delete the object!! Thx!
Now I have no idea why my API doesn't work
I am using the management api login command
https://{{Smart1_server_name}}/web_api/login
After that I save the sid as the X-chkp-sid variable
Then I run the show asset \ show routes \ show interfaces to the GW and receive status : 500.
https://{{smart1_Servername}}/web_api/gaia-api/show-asset
With the body
{
"target" : "fw_name"
}
And this is the response.
{
"code": "err_gaia_api_send_command_failed",
"message": "Cannot send the command to the gateway: fw_name "
}
Other commands in the management API work fine (like show hosts etc...)-only the GAIA api through the management API not
I can see in the smart console that traffic on port 443\TCP is allow
I use read and write user permission
Any ideas?