Update ZTP settings.

Prev Next
Put
/ztp/settings

Update ZTP settings.

Security
HTTP
Type bearer
Body parameters
Expand All
object
riskEngine
object

Settings for Risk Engine integration.

enabled
boolean

Whether the Risk Engine integration is enabled or not.

Defaulttrue
dynamicAlerts
boolean

Whether the receive dynamic risk alerts from Risk Engine or not.

Defaulttrue
fallbackValues
object

Configure fallback risk values when certain scenarios occur.

ruleNotWorking
number

Fallback risk value when the relevant rule or adapter is not working. 1 - LOW, 2 - MEDIUM, 3 - HIGH

Default3.0
deviceInfoNotAvailable
number

Fallback risk value when the Risk Engine cannot find the information for the device. 1 - LOW, 2 - MEDIUM, 3 - HIGH

Default3.0
ztpUnreachable
number

Fallback risk value when Controller cannot reach ZTP services. 1 - LOW, 2 - MEDIUM, 3 - HIGH

Default3.0
applicationDiscovery
object

Settings for Application Discovery integration.

enabled
boolean

Whether the Application Discovery integration is enabled or not.

Defaulttrue
Responses
200

ZTP settings.

Expand All
object
riskEngine
object

Settings for Risk Engine integration.

enabled
boolean

Whether the Risk Engine integration is enabled or not.

Defaulttrue
dynamicAlerts
boolean

Whether the receive dynamic risk alerts from Risk Engine or not.

Defaulttrue
fallbackValues
object

Configure fallback risk values when certain scenarios occur.

ruleNotWorking
number

Fallback risk value when the relevant rule or adapter is not working. 1 - LOW, 2 - MEDIUM, 3 - HIGH

Default3.0
deviceInfoNotAvailable
number

Fallback risk value when the Risk Engine cannot find the information for the device. 1 - LOW, 2 - MEDIUM, 3 - HIGH

Default3.0
ztpUnreachable
number

Fallback risk value when Controller cannot reach ZTP services. 1 - LOW, 2 - MEDIUM, 3 - HIGH

Default3.0
applicationDiscovery
object

Settings for Application Discovery integration.

enabled
boolean

Whether the Application Discovery integration is enabled or not.

Defaulttrue
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.