POST /overlay/api/v1/schedules - Adaptive Applications - BlueCat Gateway - 22.7

BlueCat Overlay for Microsoft

Locale
English
Product name
BlueCat Gateway
Version
22.7

Configure a scheduled import of Windows data into BlueCat Overlay for Microsoft.

Request
POST http://<Gateway_url>/overlay/api/v1/schedules
Authorization: <token>
Content-Type: application/json

{
    "interval": 15,
    "unit": "m",
    "status: true
}
Parameters
  • frequency - the frequency at which Windows data is imported into Address Manager. The value cannot be less than 5 minutes
  • unit - the unit of time at which the frequency of scheduled imports is performed. The values can be m for minutes, h for hours, and d for days.
  • status - indicates whether to enable (true) or disable (false) the scheduled import.
Successful response
200 OK
Content-Type: application/json
{
  "message": "Update scheduled job successful"
}