Trigger ZTP version checking service manually.

Prev Next
Post
/ztp/services/version

Trigger ZTP version checking service manually.

Security
HTTP
Type bearer
Responses
200

ZTP version check status.

object
version
string

Latest Appgate SDP Appliance version available.

Example6.0.0-12345
releaseNotesUrl
string

The URL to the release notes for the latest Appgate SDP version.

Examplehttps://www.appgate.com/support/software-defined-perimeter-support/sdp-v6-0
upgradableApplianceCount
number

The number of Appliances in the collective that can be upgraded.

400

JSON error. Check the JSON format.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

401

Token error. Login again.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

403

Insufficient permissions to access this resource.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

406

Invalid 'Accept' header.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

422

Request validation error. Check "errors" array for details.

Expand All
object

Http 422 error for object validation.

id
string

Machine readable error code.

message
string

Human readable error details.

errors
Array of object

List of fields with validation errors.

object
field
string

Name of the field that failed validation.

Examplename
message
string

Failure reason.

Examplemay not be null
500

Unexpected server side error.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.