Hi All,
What is the version of the Safeguard OS? The appliance information does not show the OS information. Please advise.
Kind Regards,
Jaeil.
Hi All,
What is the version of the Safeguard OS? The appliance information does not show the OS information. Please advise.
Kind Regards,
Jaeil.
Hi,
You can get this information via the Appliance API using the endpoint (GET/v4/OperatingSystem):
- Go to: https://{SPP_IP_Address}/service/appliance/swagger
- Click Authorize button (top right) and use first Authorize button in next prompt to authenticate with an Admin equivalent user then close prompt to go back to the Swagger API page
- Click on the OperatingSystem
- Expand GET /v4/OperatingSystem
- Click on Try it Out
- Click on Execute
The response body will include the OS version and OS patches that are installed.
Thanks!
Hi,
You can get this information via the Appliance API using the endpoint (GET/v4/OperatingSystem):
- Go to: https://{SPP_IP_Address}/service/appliance/swagger
- Click Authorize button (top right) and use first Authorize button in next prompt to authenticate with an Admin equivalent user then close prompt to go back to the Swagger API page
- Click on the OperatingSystem
- Expand GET /v4/OperatingSystem
- Click on Try it Out
- Click on Execute
The response body will include the OS version and OS patches that are installed.
Thanks!