Next Topic

Previous Topic

Book Contents

Update Checkin Control

Updates checkin control settings for an agent.

PUT /assetmgmt/agent/{agentId}/settings/checkincontrol

Headers

Model Schema

Field

Datatype

Filterable

Sortable

PrimaryKServer

string

 

PrimaryKServerPort

int

 

SecondaryKServer

string

 

SecondaryKServerPort

int

 

QuickCheckInTimeInSeconds

int

BandwidthThrottle

int

Sample Request Model

{
  "PrimaryKServer": "string",
  "PrimaryKServerPort": 0,
  "SecondaryKServer": "string",
  "SecondaryKServerPort": 0,
  "QuickCheckInTimeInSeconds": 0,
  "BandwidthThrottle": 0,
  "Attributes": {}
}