Download OpenAPI specification:Download
Welcome to the SMA OpCon REST API reference. Use this REST API to interact with the OpCon database.
Sample request (this returns a list of Access Codes by Name in descending order):
GET /api/accessCodes?sortBy=name:desc
IncludeCrossReferenceDailyJobs | boolean Flag to include a list of Daily Jobs secured by the Access Code |
IncludeCrossReferenceMasterJobs | boolean Flag to include a list of Master Jobs secured by the Access Code |
Name | string The Access Code Name (Can accept ? and * wildcards) |
Ids | string Comma-separated list of Access Code Ids |
Limit | integer <int32> Limits the results being fetched. 0 retrieves just a count |
Offset | integer <int32> Retrieves records beginning at this record number |
SortOrders | Array of strings |
AccessibleCodes | Array of integers <int32> [ items <int32 > ] |
SortBy | string Option to sort Access Codes by Name in ascending (default) or descending (:desc) order |
[- {
- "id": 0,
- "name": "string",
- "description": "string",
- "crossReferencesDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "crossReferencesMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
]
}
]
Sample request:
POST /api/accessCodes
{
"name": "Operator"
}
id | integer or null <int32> The id of the access code |
name | string or null The name of the access code |
description | string or null |
Array of objects or null (OpCon.Api.Data.Entities.CrossReference.CrossReferenceDailyJob) | |
Array of objects or null (OpCon.Api.Data.Entities.CrossReference.CrossReferenceMasterJob) |
{- "id": 0,
- "name": "string",
- "description": "string",
- "crossReferencesDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "crossReferencesMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
]
}
{- "id": 0,
- "name": "string",
- "description": "string",
- "crossReferencesDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "crossReferencesMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
]
}
Sample request (this returns the Access Code with Id = 1):
GET /api/accessCodes/1
id required | integer <int32> |
{- "id": 0,
- "name": "string",
- "description": "string",
- "crossReferencesDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "crossReferencesMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
]
}
Sample request (this updates the Access Code with Id = 1):
PUT /api/accessCodes/1
{
"id": 1,
"name": "Operator"
}
id required | integer <int32> |
id | integer or null <int32> The id of the access code |
name | string or null The name of the access code |
description | string or null |
Array of objects or null (OpCon.Api.Data.Entities.CrossReference.CrossReferenceDailyJob) | |
Array of objects or null (OpCon.Api.Data.Entities.CrossReference.CrossReferenceMasterJob) |
{- "id": 0,
- "name": "string",
- "description": "string",
- "crossReferencesDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "crossReferencesMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
]
}
{- "id": 0,
- "name": "string",
- "description": "string",
- "crossReferencesDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "crossReferencesMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
]
}
Sample request:
POST /api/acs/rjsf
object (OpCon.Api.Data.Services.ACS.Models.ACSConfigData) | |
languages | Array of strings or null |
isReadOnly | boolean |
{- "currentConfig": {
- "config": "string",
- "opaqueConfig": "string",
- "version": "string",
- "application": "string",
- "instanceProperties": {
- "property1": "string",
- "property2": "string"
}
}, - "languages": [
- "string"
], - "isReadOnly": true
}
Sample request:
GET /api/acs/rjsf/task
object (OpCon.Api.Data.Services.ACS.Models.ACSTaskConfigData) | |
languages | Array of strings or null |
isReadOnly | boolean |
integrationIds | Array of integers or null <int32> |
{- "currentConfig": {
- "config": "string",
- "opaqueConfig": "string",
- "version": "string",
- "application": "string",
- "instanceProperties": {
- "property1": "string",
- "property2": "string"
}, - "taskType": "string"
}, - "languages": [
- "string"
], - "isReadOnly": true,
- "integrationIds": [
- 0
]
}
Sample request (this returns a list of Batch Users by Name in descending order):
GET /api/batchUsers?sortby=name:desc
Ids | string Comma-separated list of Batch User Ids |
Limit | integer <int32> Limits the results being fetched |
Offset | integer <int32> Retrieves records beginning at this record number |
Platform | string The Platform (Operating System) of the Batch User (Can accept ? and * wildcards) |
PlatformId | integer <int32> The Id of the Platform Type of the Batch User |
RoleName | string The Batch User Role Name (Can accept ? and * wildcards) |
LoginName | string The Batch User Login Name (Can accept ? and * wildcards) |
IncludeRoles | boolean Flag to include a list of Roles assigned to the Batch User |
IncludeAssociations | boolean Flag to include a list of Daily and Master Jobs to which the Batch User is assigned |
AcsApplication | string The ACS Application of the Batch User (Only used when PlatformID is 27 - ACS) |
SortOrder.SortBy | string |
SortOrder.IdColumns | Array of strings |
SortOrder.ValidSortOrders | Array of strings |
SortOrder.ColumnList | Array of strings |
SortOrder.SortTypeList | Array of strings |
SortBy | string Option to sort Batch Users by Id or LoginName in ascending (default) or descending (:desc) order |
{- "id": 0,
- "platform": {
- "id": 0,
- "name": "string"
}, - "loginName": "string",
- "password": "string",
- "acsApplication": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "modifiedBy": "string",
- "modifiedOn": "string",
- "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": true,
- "ssoGroups": true,
- "permissions": {
- "accessCodePrivileges": [
- {
- "id": 0,
- "canUpdate": true,
- "canUpdateInt": 0
}
], - "departmentFunctionPrivileges": [
- {
- "id": 0,
- "functionIds": [
- 0
]
}
], - "machinePrivileges": [
- {
- "id": 0,
- "canUpdate": true,
- "canUpdateInt": 0
}
], - "machineGroupPrivileges": [
- {
- "id": 0,
- "canUpdate": true,
- "canUpdateInt": 0
}
], - "accessibleScheduleIds": [
- 0
], - "accessibleEmbeddedScriptIds": [
- 0
], - "accessibleServiceRequestIds": [
- 0
], - "accessibleBatchUserIds": [
- 0
]
}, - "users": [
- {
- "id": 0,
- "name": "string"
}
]
}
], - "dailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "jobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "previousLoginName": "string"
}
Sample request:
POST /api/batchUsers
{
"platform": {
"id": 3,
"name": "Windows"
}
"loginName": "TestUser",
"password": "userPassword"
"roles": [
{
"id": 1
},
{
"id": 2
}
]
}
id | integer or null <int32> Id of the batch user |
object (OpCon.Api.Data.Entities.Platform) | |
loginName | string or null User name for the batch user |
password | string or null This field is not returned on a GET request. It may be sent in a POST request. If the field is null in a PUT request, it gets ignored and the existing value is unchanged. The value is encrypted optional |
acsApplication | string or null If the Platform is 27 (ACS), then this field describes the application for this batch user. For all other values, this field will be null. |
Array of objects or null (OpCon.Api.Data.Services.Roles.Models.Role) Roles associated with this batch user optional | |
Array of objects or null (OpCon.Api.Data.Entities.CrossReference.CrossReferenceDailyJob) Daily jobs associated with this batch user | |
Array of objects or null (OpCon.Api.Data.Entities.CrossReference.CrossReferenceMasterJob) Master jobs associated with this batch user | |
previousLoginName | string or null |
{- "id": 0,
- "platform": {
- "id": 0,
- "name": "string"
}, - "loginName": "string",
- "password": "string",
- "acsApplication": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "modifiedBy": "string",
- "modifiedOn": "string",
- "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": true,
- "ssoGroups": true,
- "permissions": {
- "accessCodePrivileges": [
- {
- "id": 0,
- "canUpdate": true,
- "canUpdateInt": 0
}
], - "departmentFunctionPrivileges": [
- {
- "id": 0,
- "functionIds": [
- 0
]
}
], - "machinePrivileges": [
- {
- "id": 0,
- "canUpdate": true,
- "canUpdateInt": 0
}
], - "machineGroupPrivileges": [
- {
- "id": 0,
- "canUpdate": true,
- "canUpdateInt": 0
}
], - "accessibleScheduleIds": [
- 0
], - "accessibleEmbeddedScriptIds": [
- 0
], - "accessibleServiceRequestIds": [
- 0
], - "accessibleBatchUserIds": [
- 0
]
}, - "users": [
- {
- "id": 0,
- "name": "string"
}
]
}
], - "dailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "jobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "previousLoginName": "string"
}
{- "id": 0,
- "platform": {
- "id": 0,
- "name": "string"
}, - "loginName": "string",
- "password": "string",
- "acsApplication": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "modifiedBy": "string",
- "modifiedOn": "string",
- "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": true,
- "ssoGroups": true,
- "permissions": {
- "accessCodePrivileges": [
- {
- "id": 0,
- "canUpdate": true,
- "canUpdateInt": 0
}
], - "departmentFunctionPrivileges": [
- {
- "id": 0,
- "functionIds": [
- 0
]
}
], - "machinePrivileges": [
- {
- "id": 0,
- "canUpdate": true,
- "canUpdateInt": 0
}
], - "machineGroupPrivileges": [
- {
- "id": 0,
- "canUpdate": true,
- "canUpdateInt": 0
}
], - "accessibleScheduleIds": [
- 0
], - "accessibleEmbeddedScriptIds": [
- 0
], - "accessibleServiceRequestIds": [
- 0
], - "accessibleBatchUserIds": [
- 0
]
}, - "users": [
- {
- "id": 0,
- "name": "string"
}
]
}
], - "dailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "jobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "previousLoginName": "string"
}
Sample request (this returns the Batch User with Id = 1):
GET /api/batchUsers/1
id required | integer <int32> |
{- "id": 0,
- "platform": {
- "id": 0,
- "name": "string"
}, - "loginName": "string",
- "password": "string",
- "acsApplication": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "modifiedBy": "string",
- "modifiedOn": "string",
- "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": true,
- "ssoGroups": true,
- "permissions": {
- "accessCodePrivileges": [
- {
- "id": 0,
- "canUpdate": true,
- "canUpdateInt": 0
}
], - "departmentFunctionPrivileges": [
- {
- "id": 0,
- "functionIds": [
- 0
]
}
], - "machinePrivileges": [
- {
- "id": 0,
- "canUpdate": true,
- "canUpdateInt": 0
}
], - "machineGroupPrivileges": [
- {
- "id": 0,
- "canUpdate": true,
- "canUpdateInt": 0
}
], - "accessibleScheduleIds": [
- 0
], - "accessibleEmbeddedScriptIds": [
- 0
], - "accessibleServiceRequestIds": [
- 0
], - "accessibleBatchUserIds": [
- 0
]
}, - "users": [
- {
- "id": 0,
- "name": "string"
}
]
}
], - "dailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "jobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "previousLoginName": "string"
}
Sample request (this updates the Batch User with Id = 1):
PUT /api/batchUsers/1
{
"platform": {
"id": 1,
"name": "Windows"
}
"loginName": "TestUser"
}
id required | integer <int32> |
id | integer or null <int32> Id of the batch user |
object (OpCon.Api.Data.Entities.Platform) | |
loginName | string or null User name for the batch user |
password | string or null This field is not returned on a GET request. It may be sent in a POST request. If the field is null in a PUT request, it gets ignored and the existing value is unchanged. The value is encrypted optional |
acsApplication | string or null If the Platform is 27 (ACS), then this field describes the application for this batch user. For all other values, this field will be null. |
Array of objects or null (OpCon.Api.Data.Services.Roles.Models.Role) Roles associated with this batch user optional | |
Array of objects or null (OpCon.Api.Data.Entities.CrossReference.CrossReferenceDailyJob) Daily jobs associated with this batch user | |
Array of objects or null (OpCon.Api.Data.Entities.CrossReference.CrossReferenceMasterJob) Master jobs associated with this batch user | |
previousLoginName | string or null |
{- "id": 0,
- "platform": {
- "id": 0,
- "name": "string"
}, - "loginName": "string",
- "password": "string",
- "acsApplication": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "modifiedBy": "string",
- "modifiedOn": "string",
- "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": true,
- "ssoGroups": true,
- "permissions": {
- "accessCodePrivileges": [
- {
- "id": 0,
- "canUpdate": true,
- "canUpdateInt": 0
}
], - "departmentFunctionPrivileges": [
- {
- "id": 0,
- "functionIds": [
- 0
]
}
], - "machinePrivileges": [
- {
- "id": 0,
- "canUpdate": true,
- "canUpdateInt": 0
}
], - "machineGroupPrivileges": [
- {
- "id": 0,
- "canUpdate": true,
- "canUpdateInt": 0
}
], - "accessibleScheduleIds": [
- 0
], - "accessibleEmbeddedScriptIds": [
- 0
], - "accessibleServiceRequestIds": [
- 0
], - "accessibleBatchUserIds": [
- 0
]
}, - "users": [
- {
- "id": 0,
- "name": "string"
}
]
}
], - "dailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "jobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "previousLoginName": "string"
}
{- "id": 0,
- "platform": {
- "id": 0,
- "name": "string"
}, - "loginName": "string",
- "password": "string",
- "acsApplication": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "description": "string",
- "modifiedBy": "string",
- "modifiedOn": "string",
- "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": true,
- "ssoGroups": true,
- "permissions": {
- "accessCodePrivileges": [
- {
- "id": 0,
- "canUpdate": true,
- "canUpdateInt": 0
}
], - "departmentFunctionPrivileges": [
- {
- "id": 0,
- "functionIds": [
- 0
]
}
], - "machinePrivileges": [
- {
- "id": 0,
- "canUpdate": true,
- "canUpdateInt": 0
}
], - "machineGroupPrivileges": [
- {
- "id": 0,
- "canUpdate": true,
- "canUpdateInt": 0
}
], - "accessibleScheduleIds": [
- 0
], - "accessibleEmbeddedScriptIds": [
- 0
], - "accessibleServiceRequestIds": [
- 0
], - "accessibleBatchUserIds": [
- 0
]
}, - "users": [
- {
- "id": 0,
- "name": "string"
}
]
}
], - "dailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "jobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "previousLoginName": "string"
}
Sample request (this deletes a Batch User with Id = 11):
DELETE /api/batchUsers/11
id required | integer <int32> |
Ids | string Comma-separated list of Batch User Ids |
Limit | integer <int32> Limits the results being fetched |
Offset | integer <int32> Retrieves records beginning at this record number |
Platform | string The Platform (Operating System) of the Batch User (Can accept ? and * wildcards) |
PlatformId | integer <int32> The Id of the Platform Type of the Batch User |
RoleName | string The Batch User Role Name (Can accept ? and * wildcards) |
LoginName | string The Batch User Login Name (Can accept ? and * wildcards) |
IncludeRoles | boolean Flag to include a list of Roles assigned to the Batch User |
IncludeAssociations | boolean Flag to include a list of Daily and Master Jobs to which the Batch User is assigned |
AcsApplication | string The ACS Application of the Batch User (Only used when PlatformID is 27 - ACS) |
SortOrder.SortBy | string |
SortOrder.IdColumns | Array of strings |
SortOrder.ValidSortOrders | Array of strings |
SortOrder.ColumnList | Array of strings |
SortOrder.SortTypeList | Array of strings |
SortBy | string Option to sort Batch Users by Id or LoginName in ascending (default) or descending (:desc) order |
Sample request (this returns a list of Calendars by name in descending order):
GET /api/calendars?sortby=name:desc
Count | boolean Flag to include a total count in the response header |
Type | integer <int32> The Type of the Calendars to fetch (0 = Individual Holiday Calendars, 1 = Other Calendars) |
Name | string The Calendar Name (Can accept ? and * wildcards) |
Description | string The Calendar Description (Can accept ? and * wildcards) |
IncludeCrossReferences | boolean Flag to include a list of Daily and Master Jobs to which the Calendar is assigned |
Ids | string Comma-separated list of Calendar Ids |
Limit | integer <int32> Limits the results being fetched |
Offset | integer <int32> Retrieves records beginning at this record number |
SortOrders | Array of strings |
IgnoreCase | boolean Flag to indicate case-insensitive search criteria |
BasicDetails | boolean Flag to return just basic details |
SortBy | string Option to sort Calendars by Id, Name, Description or Type in ascending (default) or descending (:desc) order |
[- {
- "id": 0,
- "schedule": {
- "calendar": { },
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- "string"
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "frequencies": [
- {
- "scheduleId": 0,
- "name": "string"
}
], - "scheduleStart": "2019-08-24T14:15:22Z",
- "sam": 0,
- "start": 0,
- "weekdays": 0,
- "isNamedInstance": true,
- "useMasterHolidayCalendar": true,
- "documentation": "string",
- "events": [
- "string"
], - "instanceProperties": [
- "string"
], - "isMultiInstance": true,
- "autoBuildDaysToBuild": 0,
- "autoBuildDaysInAdvance": 0,
- "autoBuildOverwrite": true,
- "autoBuildOnHold": true,
- "autoBuildTime": 0,
- "machineGroupToBuildFor": 0,
- "id": 0,
- "name": "string",
- "autoBuildSettings": {
- "numberOfDaysInAdvance": 0,
- "daysToBuild": 0,
- "overwrite": true,
- "buildOnHold": true,
- "buildOffset": 0
}, - "propertiesList": [
- {
- "key": "string",
- "value": "string"
}
], - "multiInstanceDetails": {
- "type": "string"
}, - "subSchedule": true,
- "hasMachineInstances": true,
- "scheduleMachineGroupId": 0,
- "hasSubSchedule": true
}, - "type": 0,
- "name": "string",
- "dates": [
- "string"
], - "description": "string",
- "calendarAssociations": [
- {
- "id": 0,
- "scheduleName": "string",
- "jobName": "string",
- "frequencyName": "string",
- "isAdditionalHolidayCalendar": true
}
]
}
]
Sample request (this creates a new calendar):
POST /api/calendars
{
"name": "CalendarName"
}
id | integer or null <int32> The id of the calendar |
object (OpCon.Api.Data.Entities.MasterSchedule) | |
type | integer <int32> The type of the calendar |
name | string or null The name of the calendar |
dates | Array of strings or null The dates for this calendar |
description | string or null The description of the calendar |
Array of objects or null (OpCon.Api.Data.Services.Calendars.CalendarAssociation) |
{- "id": 0,
- "schedule": {
- "calendar": { },
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- "string"
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "frequencies": [
- {
- "scheduleId": 0,
- "name": "string"
}
], - "scheduleStart": "2019-08-24T14:15:22Z",
- "sam": 0,
- "start": 0,
- "weekdays": 0,
- "isNamedInstance": true,
- "useMasterHolidayCalendar": true,
- "documentation": "string",
- "events": [
- "string"
], - "instanceProperties": [
- "string"
], - "isMultiInstance": true,
- "autoBuildDaysToBuild": 0,
- "autoBuildDaysInAdvance": 0,
- "autoBuildOverwrite": true,
- "autoBuildOnHold": true,
- "autoBuildTime": 0,
- "machineGroupToBuildFor": 0,
- "id": 0,
- "name": "string",
- "autoBuildSettings": {
- "numberOfDaysInAdvance": 0,
- "daysToBuild": 0,
- "overwrite": true,
- "buildOnHold": true,
- "buildOffset": 0
}, - "propertiesList": [
- {
- "key": "string",
- "value": "string"
}
], - "multiInstanceDetails": { },
- "subSchedule": true,
- "hasMachineInstances": true,
- "scheduleMachineGroupId": 0,
- "hasSubSchedule": true
}, - "type": 0,
- "name": "string",
- "dates": [
- "string"
], - "description": "string",
- "calendarAssociations": [
- {
- "id": 0,
- "scheduleName": "string",
- "jobName": "string",
- "frequencyName": "string",
- "isAdditionalHolidayCalendar": true
}
]
}
{- "id": 0,
- "schedule": {
- "calendar": { },
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- "string"
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "frequencies": [
- {
- "scheduleId": 0,
- "name": "string"
}
], - "scheduleStart": "2019-08-24T14:15:22Z",
- "sam": 0,
- "start": 0,
- "weekdays": 0,
- "isNamedInstance": true,
- "useMasterHolidayCalendar": true,
- "documentation": "string",
- "events": [
- "string"
], - "instanceProperties": [
- "string"
], - "isMultiInstance": true,
- "autoBuildDaysToBuild": 0,
- "autoBuildDaysInAdvance": 0,
- "autoBuildOverwrite": true,
- "autoBuildOnHold": true,
- "autoBuildTime": 0,
- "machineGroupToBuildFor": 0,
- "id": 0,
- "name": "string",
- "autoBuildSettings": {
- "numberOfDaysInAdvance": 0,
- "daysToBuild": 0,
- "overwrite": true,
- "buildOnHold": true,
- "buildOffset": 0
}, - "propertiesList": [
- {
- "key": "string",
- "value": "string"
}
], - "multiInstanceDetails": {
- "type": "string"
}, - "subSchedule": true,
- "hasMachineInstances": true,
- "scheduleMachineGroupId": 0,
- "hasSubSchedule": true
}, - "type": 0,
- "name": "string",
- "dates": [
- "string"
], - "description": "string",
- "calendarAssociations": [
- {
- "id": 0,
- "scheduleName": "string",
- "jobName": "string",
- "frequencyName": "string",
- "isAdditionalHolidayCalendar": true
}
]
}
Sample request (this returns a count of calendars having name like the name provided):
GET /api/calendars/count?name=HC:
Count | boolean Flag to include a total count in the response header |
Type | integer <int32> The Type of the Calendars to fetch (0 = Individual Holiday Calendars, 1 = Other Calendars) |
Name | string The Calendar Name (Can accept ? and * wildcards) |
Description | string The Calendar Description (Can accept ? and * wildcards) |
IncludeCrossReferences | boolean Flag to include a list of Daily and Master Jobs to which the Calendar is assigned |
Ids | string Comma-separated list of Calendar Ids |
Limit | integer <int32> Limits the results being fetched |
Offset | integer <int32> Retrieves records beginning at this record number |
SortOrders | Array of strings |
IgnoreCase | boolean Flag to indicate case-insensitive search criteria |
BasicDetails | boolean Flag to return just basic details |
SortBy | string Option to sort Calendars by Id, Name, Description or Type in ascending (default) or descending (:desc) order |
0
Sample request (this returns the Calendar with Id = 1 ):
GET /api/calendars/1
id required | integer <int32> |
Count | boolean Flag to include a total count in the response header |
Type | integer <int32> The Type of the Calendars to fetch (0 = Individual Holiday Calendars, 1 = Other Calendars) |
Name | string The Calendar Name (Can accept ? and * wildcards) |
Description | string The Calendar Description (Can accept ? and * wildcards) |
IncludeCrossReferences | boolean Flag to include a list of Daily and Master Jobs to which the Calendar is assigned |
Ids | string Comma-separated list of Calendar Ids |
Limit | integer <int32> Limits the results being fetched |
Offset | integer <int32> Retrieves records beginning at this record number |
SortOrders | Array of strings |
IgnoreCase | boolean Flag to indicate case-insensitive search criteria |
BasicDetails | boolean Flag to return just basic details |
SortBy | string Option to sort Calendars by Id, Name, Description or Type in ascending (default) or descending (:desc) order |
{- "id": 0,
- "schedule": {
- "calendar": { },
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- "string"
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "frequencies": [
- {
- "scheduleId": 0,
- "name": "string"
}
], - "scheduleStart": "2019-08-24T14:15:22Z",
- "sam": 0,
- "start": 0,
- "weekdays": 0,
- "isNamedInstance": true,
- "useMasterHolidayCalendar": true,
- "documentation": "string",
- "events": [
- "string"
], - "instanceProperties": [
- "string"
], - "isMultiInstance": true,
- "autoBuildDaysToBuild": 0,
- "autoBuildDaysInAdvance": 0,
- "autoBuildOverwrite": true,
- "autoBuildOnHold": true,
- "autoBuildTime": 0,
- "machineGroupToBuildFor": 0,
- "id": 0,
- "name": "string",
- "autoBuildSettings": {
- "numberOfDaysInAdvance": 0,
- "daysToBuild": 0,
- "overwrite": true,
- "buildOnHold": true,
- "buildOffset": 0
}, - "propertiesList": [
- {
- "key": "string",
- "value": "string"
}
], - "multiInstanceDetails": {
- "type": "string"
}, - "subSchedule": true,
- "hasMachineInstances": true,
- "scheduleMachineGroupId": 0,
- "hasSubSchedule": true
}, - "type": 0,
- "name": "string",
- "dates": [
- "string"
], - "description": "string",
- "calendarAssociations": [
- {
- "id": 0,
- "scheduleName": "string",
- "jobName": "string",
- "frequencyName": "string",
- "isAdditionalHolidayCalendar": true
}
]
}
Sample request:
PUT /api/calendar/1
{
"id": 1,
"name": "CalendarName",
"dates": [ "03/16/2021", "06/02/2021" ]
}
id required | integer <int32> |
id | integer or null <int32> The id of the calendar |
object (OpCon.Api.Data.Entities.MasterSchedule) | |
type | integer <int32> The type of the calendar |
name | string or null The name of the calendar |
dates | Array of strings or null The dates for this calendar |
description | string or null The description of the calendar |
Array of objects or null (OpCon.Api.Data.Services.Calendars.CalendarAssociation) |
{- "id": 0,
- "schedule": {
- "calendar": { },
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- "string"
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "frequencies": [
- {
- "scheduleId": 0,
- "name": "string"
}
], - "scheduleStart": "2019-08-24T14:15:22Z",
- "sam": 0,
- "start": 0,
- "weekdays": 0,
- "isNamedInstance": true,
- "useMasterHolidayCalendar": true,
- "documentation": "string",
- "events": [
- "string"
], - "instanceProperties": [
- "string"
], - "isMultiInstance": true,
- "autoBuildDaysToBuild": 0,
- "autoBuildDaysInAdvance": 0,
- "autoBuildOverwrite": true,
- "autoBuildOnHold": true,
- "autoBuildTime": 0,
- "machineGroupToBuildFor": 0,
- "id": 0,
- "name": "string",
- "autoBuildSettings": {
- "numberOfDaysInAdvance": 0,
- "daysToBuild": 0,
- "overwrite": true,
- "buildOnHold": true,
- "buildOffset": 0
}, - "propertiesList": [
- {
- "key": "string",
- "value": "string"
}
], - "multiInstanceDetails": { },
- "subSchedule": true,
- "hasMachineInstances": true,
- "scheduleMachineGroupId": 0,
- "hasSubSchedule": true
}, - "type": 0,
- "name": "string",
- "dates": [
- "string"
], - "description": "string",
- "calendarAssociations": [
- {
- "id": 0,
- "scheduleName": "string",
- "jobName": "string",
- "frequencyName": "string",
- "isAdditionalHolidayCalendar": true
}
]
}
{- "id": 0,
- "schedule": {
- "calendar": { },
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- "string"
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "frequencies": [
- {
- "scheduleId": 0,
- "name": "string"
}
], - "scheduleStart": "2019-08-24T14:15:22Z",
- "sam": 0,
- "start": 0,
- "weekdays": 0,
- "isNamedInstance": true,
- "useMasterHolidayCalendar": true,
- "documentation": "string",
- "events": [
- "string"
], - "instanceProperties": [
- "string"
], - "isMultiInstance": true,
- "autoBuildDaysToBuild": 0,
- "autoBuildDaysInAdvance": 0,
- "autoBuildOverwrite": true,
- "autoBuildOnHold": true,
- "autoBuildTime": 0,
- "machineGroupToBuildFor": 0,
- "id": 0,
- "name": "string",
- "autoBuildSettings": {
- "numberOfDaysInAdvance": 0,
- "daysToBuild": 0,
- "overwrite": true,
- "buildOnHold": true,
- "buildOffset": 0
}, - "propertiesList": [
- {
- "key": "string",
- "value": "string"
}
], - "multiInstanceDetails": {
- "type": "string"
}, - "subSchedule": true,
- "hasMachineInstances": true,
- "scheduleMachineGroupId": 0,
- "hasSubSchedule": true
}, - "type": 0,
- "name": "string",
- "dates": [
- "string"
], - "description": "string",
- "calendarAssociations": [
- {
- "id": 0,
- "scheduleName": "string",
- "jobName": "string",
- "frequencyName": "string",
- "isAdditionalHolidayCalendar": true
}
]
}
Sample request:
POST /api/calendars/10/deleteOldDates
{
"calendar": {
"id": 10,
}
}
id required | integer <int32> |
{- "id": 0,
- "schedule": {
- "calendar": { },
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- "string"
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "frequencies": [
- {
- "scheduleId": 0,
- "name": "string"
}
], - "scheduleStart": "2019-08-24T14:15:22Z",
- "sam": 0,
- "start": 0,
- "weekdays": 0,
- "isNamedInstance": true,
- "useMasterHolidayCalendar": true,
- "documentation": "string",
- "events": [
- "string"
], - "instanceProperties": [
- "string"
], - "isMultiInstance": true,
- "autoBuildDaysToBuild": 0,
- "autoBuildDaysInAdvance": 0,
- "autoBuildOverwrite": true,
- "autoBuildOnHold": true,
- "autoBuildTime": 0,
- "machineGroupToBuildFor": 0,
- "id": 0,
- "name": "string",
- "autoBuildSettings": {
- "numberOfDaysInAdvance": 0,
- "daysToBuild": 0,
- "overwrite": true,
- "buildOnHold": true,
- "buildOffset": 0
}, - "propertiesList": [
- {
- "key": "string",
- "value": "string"
}
], - "multiInstanceDetails": {
- "type": "string"
}, - "subSchedule": true,
- "hasMachineInstances": true,
- "scheduleMachineGroupId": 0,
- "hasSubSchedule": true
}, - "type": 0,
- "name": "string",
- "dates": [
- "string"
], - "description": "string",
- "calendarAssociations": [
- {
- "id": 0,
- "scheduleName": "string",
- "jobName": "string",
- "frequencyName": "string",
- "isAdditionalHolidayCalendar": true
}
]
}
Sample request:
GET /api/cloudEvents
Server | string |
Path | string |
Protocol | string |
logonUserName | string |
Type | string |
Result | integer <int64> |
Name | string Limit results to CloudEventsTriggers whose names match this pattern |
EventTypeFilter | string Limit results to CloudEventsTriggers whose CloudEvents Type matches this pattern |
SourceFilter | string Limit results to CloudEventsTriggers whose Source matches this pattern |
OpconEventCountFilter | string |
IncludeCount | boolean Specifies whether to include the total number of records matching these criteria in the response |
SortBy | string Option to sort Cloud Events by Name, EventTypeFilter, SourceFilter, or OpconEventCountFilter |
Offset | integer <int32> Retrieves records beginning at this record number |
Limit | integer <int32> Limits the results being fetched |
[- {
- "id": 0,
- "name": "string",
- "filter": {
- "triggerAssociationId": 0,
- "filterFields": [
- {
- "key": "string",
- "value": "string"
}
]
}, - "events": [
- {
- "eventAssociationId": 0,
- "event": {
- "name": "string",
- "category": "string",
- "parameters": [
- "string"
]
}
}
]
}
]
Sample request:
POST /api/cloudEvents
id | integer <int32> |
name | string or null |
object (OpCon.Api.Data.Services.CloudEvents.Models.CloudEventsFilter) | |
Array of objects or null (OpCon.Api.Data.Services.CloudEvents.Models.OpConEvent) |
{- "id": 0,
- "name": "string",
- "filter": {
- "triggerAssociationId": 0,
- "filterFields": [
- {
- "key": "string",
- "value": "string"
}
]
}, - "events": [
- {
- "eventAssociationId": 0,
- "event": {
- "name": "string",
- "category": "string",
- "parameters": [
- "string"
]
}
}
]
}
{- "id": 0,
- "name": "string",
- "filter": {
- "triggerAssociationId": 0,
- "filterFields": [
- {
- "key": "string",
- "value": "string"
}
]
}, - "events": [
- {
- "eventAssociationId": 0,
- "event": {
- "name": "string",
- "category": "string",
- "parameters": [
- "string"
]
}
}
]
}
Sample request:
PUT /api/cloudevents
id | integer <int32> |
name | string or null |
object (OpCon.Api.Data.Services.CloudEvents.Models.CloudEventsFilter) | |
Array of objects or null (OpCon.Api.Data.Services.CloudEvents.Models.OpConEvent) |
{- "id": 0,
- "name": "string",
- "filter": {
- "triggerAssociationId": 0,
- "filterFields": [
- {
- "key": "string",
- "value": "string"
}
]
}, - "events": [
- {
- "eventAssociationId": 0,
- "event": {
- "name": "string",
- "category": "string",
- "parameters": [
- "string"
]
}
}
]
}
{- "id": 0,
- "name": "string",
- "filter": {
- "triggerAssociationId": 0,
- "filterFields": [
- {
- "key": "string",
- "value": "string"
}
]
}, - "events": [
- {
- "eventAssociationId": 0,
- "event": {
- "name": "string",
- "category": "string",
- "parameters": [
- "string"
]
}
}
]
}
Sample request:
GET /api/cloudEvents/schema
type | string or null |
{- "type": "string"
}
[- {
- "id": 0,
- "name": "string",
- "type": "string",
- "dataContentType": "string",
- "dataSchemaUri": "string",
- "dataSchema": "string"
}
]
Sample request:
GET /api/cloudEvents/schema/{cloudEventsType}
cloudEventsType required | string |
{- "valid": true,
- "ref": { },
- "recursiveAnchor": true,
- "anchor": "string",
- "type": 0,
- "default": [
- [ ]
], - "properties": {
- "property1": { },
- "property2": { }
}, - "items": [
- { }
], - "itemsPositionValidation": true,
- "required": [
- "string"
], - "allOf": [
- { }
], - "anyOf": [
- { }
], - "oneOf": [
- { }
], - "if": { },
- "then": { },
- "else": { },
- "not": { },
- "contains": { },
- "propertyNames": { },
- "enum": [
- [
- [ ]
]
], - "const": [
- [ ]
], - "uniqueItems": true,
- "minimumLength": 0,
- "maximumLength": 0,
- "minimum": 0,
- "maximum": 0,
- "exclusiveMinimum": true,
- "exclusiveMaximum": true,
- "minimumItems": 0,
- "maximumItems": 0,
- "minimumProperties": 0,
- "maximumProperties": 0,
- "minimumContains": 0,
- "maximumContains": 0,
- "contentEncoding": "string",
- "contentMediaType": "string",
- "writeOnly": true,
- "readOnly": true,
- "extensionData": {
- "property1": [
- [ ]
], - "property2": [
- [ ]
]
}, - "title": "string",
- "description": "string",
- "multipleOf": 0,
- "pattern": "string",
- "dependencies": {
- "property1": null,
- "property2": null
}, - "dependentRequired": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "dependentSchemas": {
- "property1": { },
- "property2": { }
}, - "patternProperties": {
- "property1": { },
- "property2": { }
}, - "additionalProperties": { },
- "allowAdditionalProperties": true,
- "allowAdditionalPropertiesSpecified": true,
- "unevaluatedProperties": { },
- "allowUnevaluatedProperties": true,
- "additionalItems": { },
- "allowAdditionalItems": true,
- "allowAdditionalItemsSpecified": true,
- "unevaluatedItems": { },
- "allowUnevaluatedItems": true,
- "format": "string",
- "validators": [
- { }
]
}
Sample request:
POST /api/cloudEvents/events
property name* additional property | Array of arrays (Newtonsoft.Json.Linq.JToken) |
{- "property1": [
- [ ]
], - "property2": [
- [ ]
]
}
{- "property1": [
- [ ]
], - "property2": [
- [ ]
]
}
Sample request (this returns a list of all daily graph edges):
GET /api/dailyGraphEdges?level=-1
ScheduleIds | string Schedule ids to include |
Level | integer <int32> Number of successor and predecessor levels (-1, 0, 1, 2). -1 returns all predecessors up to 1000 levels. Default is 1. |
JobIds | string Job ids to include |
ScheduleDates | Array of integers <int32> [ items <int32 > ] Schedule dates to include |
Dates | string |
PredecessorLevel | integer <int32> Number of predecessor levels (-1, 0, 1, 2). -1 returns all predecessors up to 1000 levels. Default is 1. |
SuccessorLevel | integer <int32> Number of successor levels (-1, 0, 1, 2). -1 returns all successors up to 1000 levels. Default is 1. |
[- {
- "id": "string",
- "predecessorId": "string",
- "type": {
- "id": 0,
- "name": "string",
- "condition": "string",
- "checkAllDays": true,
- "offset": 0,
- "jobNameLike": "string",
- "categories": [
- "string"
]
}, - "predecessorBuilt": true
}
]
Sample request (this returns a list of all Daily Graph Edges):
POST /api/dailyGraphEdges?level=-1
scheduleIds | string or null Schedule ids to include |
level | integer or null <int32> Number of successor and predecessor levels (-1, 0, 1, 2). -1 returns all predecessors up to 1000 levels. Default is 1. |
jobIds | string or null Job ids to include |
scheduleDates | Array of integers or null <int32> Schedule dates to include |
dates | string or null |
predecessorLevel | integer or null <int32> Number of predecessor levels (-1, 0, 1, 2). -1 returns all predecessors up to 1000 levels. Default is 1. |
successorLevel | integer or null <int32> Number of successor levels (-1, 0, 1, 2). -1 returns all successors up to 1000 levels. Default is 1. |
{- "scheduleIds": "string",
- "level": 0,
- "jobIds": "string",
- "scheduleDates": [
- 0
], - "dates": "string",
- "predecessorLevel": 0,
- "successorLevel": 0
}
[- {
- "id": "string",
- "predecessorId": "string",
- "type": {
- "id": 0,
- "name": "string",
- "condition": "string",
- "checkAllDays": true,
- "offset": 0,
- "jobNameLike": "string",
- "categories": [
- "string"
]
}, - "predecessorBuilt": true
}
]
Sample request (this returns a list of Daily Graph Edges for the Daily Schedule having the Id '20221229|1|1'):
GET /api/dailyGraphEdges/20221229|1|1
id required | string |
ScheduleIds | string Schedule ids to include |
Level | integer <int32> Number of successor and predecessor levels (-1, 0, 1, 2). -1 returns all predecessors up to 1000 levels. Default is 1. |
JobIds | string Job ids to include |
ScheduleDates | Array of integers <int32> [ items <int32 > ] Schedule dates to include |
Dates | string |
PredecessorLevel | integer <int32> Number of predecessor levels (-1, 0, 1, 2). -1 returns all predecessors up to 1000 levels. Default is 1. |
SuccessorLevel | integer <int32> Number of successor levels (-1, 0, 1, 2). -1 returns all successors up to 1000 levels. Default is 1. |
[- {
- "id": "string",
- "predecessorId": "string",
- "type": {
- "id": 0,
- "name": "string",
- "condition": "string",
- "checkAllDays": true,
- "offset": 0,
- "jobNameLike": "string",
- "categories": [
- "string"
]
}, - "predecessorBuilt": true
}
]
Sample request (this returns a list of Daily Job Events in descending order):
GET /api/dailyJobs/{jobId}/events
required | object (OpCon.Api.Data.Entities.Jobs.DailyJobKey) |
[- {
- "job": {
- "id": "string"
}, - "user": {
- "id": 32767,
- "name": "string"
}, - "trigger": {
- "property1": "string",
- "property2": "string"
}, - "event": {
- "name": "string",
- "type": "string",
- "category": "string",
- "parameters": {
- "property1": "string",
- "property2": "string"
}
}, - "frequency": {
- "name": "string"
}, - "id": 0
}
]
Sample request:
POST /api/dailyJobs/{jobId}/events/
{
"job": {
"id": "20210712|6000|1|Unix1"
},
"user": {
"id": 0,
"name": "ocadm"
},
"trigger": {
"type": "Status",
"id": 900,
"name": "Finished OK"
},
"event": {
"type": "$CONSOLE:DISPLAY",
"parameters": {
"message": "HELLO"
}
},
"frequency": {
"name": "********"
}
}
required | object (OpCon.Api.Data.Entities.Jobs.DailyJobKey) |
required | object (OpCon.Api.Data.Services.DailyJobEvents.Models.DailyJobId) |
required | object (OpCon.Api.Data.Services.DailyJobEvents.Models.SmaUserModel) |
required | object |
required | object (OpCon.Api.Data.Services.DailyJobEvents.Models.JobEventDetailsModel) |
required | object (OpCon.Api.Data.Services.DailyJobEvents.Models.JobEventFrequencyModel) |
id | integer <int32> |
{- "job": {
- "id": "string"
}, - "user": {
- "id": 32767,
- "name": "string"
}, - "trigger": {
- "property1": "string",
- "property2": "string"
}, - "event": {
- "name": "string",
- "type": "string",
- "category": "string",
- "parameters": {
- "property1": "string",
- "property2": "string"
}
}, - "frequency": {
- "name": "string"
}, - "id": 0
}
{- "job": {
- "id": "string"
}, - "user": {
- "id": 32767,
- "name": "string"
}, - "trigger": {
- "property1": "string",
- "property2": "string"
}, - "event": {
- "name": "string",
- "type": "string",
- "category": "string",
- "parameters": {
- "property1": "string",
- "property2": "string"
}
}, - "frequency": {
- "name": "string"
}, - "id": 0
}
Sample request:
PUT /api/dailyJobs/{jobId}/events/
{
"job": {
"id": "20210712|6000|1|Unix1"
},
"user": {
"id": 0,
"name": "ocadm"
},
"trigger": {
"type": "Status",
"id": 900,
"name": "Finished OK"
},
"event": {
"type": "$CONSOLE:DISPLAY",
"parameters": {
"message": "HELLO"
}
},
"frequency": {
"name": "********"
}
}
required | object (OpCon.Api.Data.Entities.Jobs.DailyJobKey) |
required | object (OpCon.Api.Data.Services.DailyJobEvents.Models.DailyJobId) |
required | object (OpCon.Api.Data.Services.DailyJobEvents.Models.SmaUserModel) |
required | object |
required | object (OpCon.Api.Data.Services.DailyJobEvents.Models.JobEventDetailsModel) |
required | object (OpCon.Api.Data.Services.DailyJobEvents.Models.JobEventFrequencyModel) |
id | integer <int32> |
{- "job": {
- "id": "string"
}, - "user": {
- "id": 32767,
- "name": "string"
}, - "trigger": {
- "property1": "string",
- "property2": "string"
}, - "event": {
- "name": "string",
- "type": "string",
- "category": "string",
- "parameters": {
- "property1": "string",
- "property2": "string"
}
}, - "frequency": {
- "name": "string"
}, - "id": 0
}
{- "job": {
- "id": "string"
}, - "user": {
- "id": 32767,
- "name": "string"
}, - "trigger": {
- "property1": "string",
- "property2": "string"
}, - "event": {
- "name": "string",
- "type": "string",
- "category": "string",
- "parameters": {
- "property1": "string",
- "property2": "string"
}
}, - "frequency": {
- "name": "string"
}, - "id": 0
}
Sample request (returns a list of daily jobs with a job name starting with SMA):
GET /api/dailyJobs?jobName=SMA*
Uids | string A comma-separated list of Daily Job Unique Ids (1, 2, etc.) |
IncludeDocumentation | boolean Flag to include a list of Documentation associated with the Daily Job |
IncludeThresholdResourceDependencies | boolean Flag to include a list of Threshold and Resource Dependencies associated with the Daily Job |
IncludeThresholdResourceUpdates | boolean Flag to include a list of Threshold and Resource Updates associated with the Daily Job |
IncludeExpressionDependencies | boolean Flag to include a list of Expression Dependencies associated with the Daily Job |
IncludeDependencies | boolean Flag to include a list of Job Dependencies associated with the Daily Job |
IncludeConfigurations | boolean Flag to include configurations associated with the Daily Job |
IncludeCount | boolean Flag to include a total count of Daily Jobs in the response header |
IncludeDetails | boolean Flag to include details of Daily Job |
IncludeEvents | boolean Flag to include a list of Events associated with the Daily Job |
TerminationDescription | string The Termination Description of the Daily Job |
JobName | string The Job Name of the Daily Job (Can accept ? and * wildcards) |
Machine | string The primary Machine Name assigned to run the Daily Job |
StartMachine | string The Machine Name on which the Daily Job is running |
PrimaryMachine | string The primary Machine Name assigned to run the Daily Job |
AlternateMachine | string The first alternate Machine Name assigned to run the Daily Job |
AlternateMachine2 | string The second alternate Machine Name assigned to run the Daily Job |
AlternateMachine3 | string The third alternate Machine Name assigned to run the Daily Job |
Reason | string The Daily Job Reason |
ScheduleDates | Array of integers <int32> [ items <int32 > ] Comma-separated list of dates the Daily Job is scheduled to run |
SortOrders | Array of strings |
JobStatus | string The Status of the Daily Job |
JobStatusCategories | Array of strings Comma-separated list of Daily Job Statuses |
JobType | string The Daily Job Job Type |
PriorityValue | integer <int32> The Daily Job Priority |
ScheduleStatus | string The Daily Job Schedule Status |
ScheduleName | string The Daily Job Schedule Name |
Path | string The Daily Job Path |
TagList | Array of strings Comma separated list of Daily Job Tags |
LimitValue | integer <int32> Limits the results being fetched |
OffsetValue | integer <int32> Retrieves records beginning at this record number |
DepartmentList | Array of integers <int32> [ items <int32 > ] Comma-separated list of Department Ids |
AccessCodeList | Array of integers <int32> [ items <int32 > ] Comma-separated list of Access Code Ids |
JobNumber | integer <int32> |
Ids | string Comma-separated list of Daily Job Ids |
ScheduleIds | string |
Name | string |
Dates | string |
Status | string |
SortBy | string Option to sort Daily Jobs by Id (in ascending (default) or descending (:desc) order), Name, Status, Date, Path, Duration (Calculated Duration), Start (Calculated Start Time), End (Calculated End Time), State (Job State), Machine (on which the Daily Job is running), JobType, Priority (Job Priority), TermDesc (Termination Description), and ScheduleStatus (Schedule Status) |
Priority | string |
AccessCodeIds | string |
Limit | string |
Offset | string |
Tags | string |
Categories | string |
DepartmentIds | string |
[- {
- "uid": 0,
- "uniqueJobId": "string",
- "details": {
- "subType": "string",
- "subTypeFormDataString": "string",
- "subTypeFormData": {
- "property1": null,
- "property2": null
}, - "calculatedStartTime": "2019-08-24T14:15:22Z",
- "id": "string",
- "documentation": {
- "id": 0,
- "frequency": "string",
- "job": "string"
}, - "jobAction": "string",
- "supportedFeatures": [
- "string"
]
}, - "feedback": { },
- "department": {
- "id": 0,
- "name": "string",
- "documentation": "string",
- "associations": {
- "jobs": [
- {
- "schedule": "string",
- "job": "string"
}
], - "dailyJobs": [
- {
- "schedule": "string",
- "job": "string",
- "date": "2019-08-24T14:15:22Z"
}
], - "roles": [
- "string"
]
}, - "scheduleId": 0,
- "scheduleName": "string",
- "jobName": "string",
- "dailyScheduleId": 0,
- "dailyScheduleName": "string",
- "dailyJobName": "string",
- "dailyJobDate": 0,
- "role": "string"
}, - "instanceProperties": [
- {
- "key": "string",
- "value": "string"
}
], - "steps": [
- "string"
], - "id": "string",
- "priority": 0,
- "jobName": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- "string"
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "jobNumber": 0,
- "jorsRequestParameters": "string",
- "incidentTicketId": "string",
- "incidentTicketURL": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "accessCode": {
- "id": 0,
- "name": "string",
- "description": "string",
- "crossReferencesDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "crossReferencesMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
]
}, - "machine": {
- "_acsApplication": "string",
- "acsApplication": "string",
- "_acsConfiguration": "string",
- "acsConfiguration": "string",
- "_acsStorage": "string",
- "acsStorage": "string",
- "_acsConfigVersion": "string",
- "acsConfigVersion": "string",
- "_guidewireAgentType": "string",
- "guidewireAgentType": "string",
- "_guidewireAgentBatchProcesses": "string",
- "guidewireAgentBatchProcesses": "string",
- "_guidewireAgentClientSecret": "string",
- "guidewireAgentClientSecret": "string",
- "_guidewireAgentOAuthUrl": "string",
- "guidewireAgentOAuthUrl": "string",
- "_guidewireAgentOAuthAppId": "string",
- "guidewireAgentOAuthAppId": "string",
- "_guidewireAgentOAuthScopes": "string",
- "guidewireAgentOAuthScopes": "string",
- "id": 0,
- "name": "string",
- "currentJobs": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
], - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "socket": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "type": {
- "id": 0,
- "description": "string"
}, - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "acceptMessagesfromIp": "string",
- "agentAuthToken": "string",
- "agentCheckCrc": true,
- "agentFileTransferPortNumberForTls": "string",
- "agentName": "string",
- "_agentSmaCommunicationsProtocol": "string",
- "agentSMACommunicationsProtocol": "string",
- "agentSocket": "string",
- "agentSpecialFeatures": "string",
- "agentSupportNonTlsForSmaftAgent": "string",
- "agentSupportNonTlsForSmaftServer": "string",
- "agentSupportTlsForSmaftAgent": "string",
- "agentSupportTlsForSmaftServer": "string",
- "_allowKillJob": true,
- "allowKillJob": true,
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "_checkCertificateRevocationList": true,
- "checkCertificateRevocationList": true,
- "checkCrc": "string",
- "checkMachineStatusInterval": 0,
- "closeSocket": "string",
- "closeSocketDuringSynchronization": true,
- "connectionAttemptTimeout": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "cpuCount": "string",
- "cpuId": "string",
- "cpuModel": "string",
- "cpuType": "string",
- "documentation": "string",
- "fileTransferFeature": "string",
- "fileTransferIpAddress": "string",
- "_fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForNonTls": 0,
- "_fileTransferPortNumberForTls": 0,
- "fileTransferPortNumberForTls": 0,
- "_fileTransferRole": "string",
- "fileTransferRole": "string",
- "fullFileTransferSupport": true,
- "fullyQualifiedDomainName": "string",
- "gatewayName": "string",
- "hostname": "string",
- "jorsFeature": "string",
- "_jorsPortNumber": 0,
- "jorsPortNumber": 0,
- "jorsSocket": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "machineMaximumJobs": "string",
- "maxBytesReadPerMessage": 0,
- "maxBytesSentPerMessage": 0,
- "maxConsecutiveSendMessages": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "osType": "string",
- "osVersion": "string",
- "pollInterval": 0,
- "receiveBufferCount": 0,
- "_requiresXmlEscape": true,
- "requiresXmlEscape": true,
- "resourceMonitorFeature": "string",
- "responseTimeoutInSeconds": 0,
- "sendBufferCount": 0,
- "smaCommunicationsProtocol": "string",
- "smaftAgentPort": "string",
- "smaftServerPortForNonTls": "string",
- "smaNetComIdentifier": "string",
- "smaNetComSocket": "string",
- "supportedAgentCapability": [
- "string"
], - "_supportNonTlsForSmaftAgent": true,
- "supportNonTLSForSMAFTAgent": true,
- "_supportNonTlsForSmaftServer": true,
- "supportNonTLSForSMAFTServer": true,
- "_supportTLSForSMAFTAgent": true,
- "supportTLSForSMAFTAgent": true,
- "_supportTLSForSMAFTServer": true,
- "supportTLSForSMAFTServer": true,
- "supportsHandshake": "string",
- "tcpIpAddress": "string",
- "timeOffsetfromSamInHours": 0,
- "timeOffsetfromUtcInHours": 0,
- "timeSent": "string",
- "timeZoneName": "string",
- "tlsCertificateDistinguishedName": "string",
- "_tlsCertificateSerialNumber": "string",
- "tlsCertificateSerialNumber": "string",
- "traceAllMessages": true,
- "_useTLSforSchedulingCommunications": true,
- "useTLSforSchedulingCommunications": true,
- "agentVersion": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0,
- "_opconMftServerEnabled": true,
- "opConMFTServerEnabled": true,
- "_opconMftServerEventsWebhook": "string",
- "opConMFTServerEventsWebhook": "string",
- "_sapBwClientId": 0,
- "sapBwClientId": 0,
- "_sapBwGateway": "string",
- "sapBwGateway": "string",
- "_sapBwGroup": "string",
- "sapBwGroup": "string",
- "_sapBwName": "string",
- "sapBwName": "string",
- "_sapBwQueryListenerPort": 0,
- "sapBwQueryListenerPort": 0,
- "_sapBwSystemNumber": 0,
- "sapBwSystemNumber": 0,
- "_sapBwRfcTrace": 0,
- "sapBwRfcTrace": "string",
- "_sapR3andCrmAuditLevel": 0,
- "sapR3andCrmAuditLevel": "string",
- "_sapR3andCrmClientId": 0,
- "sapR3andCrmClientId": 0,
- "_sapEvents": [
- "string"
], - "sapEvents": [
- "string"
], - "_sapR3andCrmGateway": "string",
- "sapR3andCrmGateway": "string",
- "_sapR3andCrmGroup": "string",
- "sapR3andCrmGroup": "string",
- "_sapR3andCrmName": "string",
- "sapR3andCrmName": "string",
- "_sapR3andCrmQueryListenerPort": 0,
- "sapR3andCrmQueryListenerPort": 0,
- "_sapR3andCrmSystemNumber": 0,
- "sapR3andCrmSystemNumber": 0,
- "_sapR3andCrmRfcTrace": 0,
- "sapR3andCrmRfcTrace": "string"
}, - "alternateMachine": {
- "_acsApplication": "string",
- "acsApplication": "string",
- "_acsConfiguration": "string",
- "acsConfiguration": "string",
- "_acsStorage": "string",
- "acsStorage": "string",
- "_acsConfigVersion": "string",
- "acsConfigVersion": "string",
- "_guidewireAgentType": "string",
- "guidewireAgentType": "string",
- "_guidewireAgentBatchProcesses": "string",
- "guidewireAgentBatchProcesses": "string",
- "_guidewireAgentClientSecret": "string",
- "guidewireAgentClientSecret": "string",
- "_guidewireAgentOAuthUrl": "string",
- "guidewireAgentOAuthUrl": "string",
- "_guidewireAgentOAuthAppId": "string",
- "guidewireAgentOAuthAppId": "string",
- "_guidewireAgentOAuthScopes": "string",
- "guidewireAgentOAuthScopes": "string",
- "id": 0,
- "name": "string",
- "currentJobs": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
], - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "socket": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "type": {
- "id": 0,
- "description": "string"
}, - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "acceptMessagesfromIp": "string",
- "agentAuthToken": "string",
- "agentCheckCrc": true,
- "agentFileTransferPortNumberForTls": "string",
- "agentName": "string",
- "_agentSmaCommunicationsProtocol": "string",
- "agentSMACommunicationsProtocol": "string",
- "agentSocket": "string",
- "agentSpecialFeatures": "string",
- "agentSupportNonTlsForSmaftAgent": "string",
- "agentSupportNonTlsForSmaftServer": "string",
- "agentSupportTlsForSmaftAgent": "string",
- "agentSupportTlsForSmaftServer": "string",
- "_allowKillJob": true,
- "allowKillJob": true,
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "_checkCertificateRevocationList": true,
- "checkCertificateRevocationList": true,
- "checkCrc": "string",
- "checkMachineStatusInterval": 0,
- "closeSocket": "string",
- "closeSocketDuringSynchronization": true,
- "connectionAttemptTimeout": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "cpuCount": "string",
- "cpuId": "string",
- "cpuModel": "string",
- "cpuType": "string",
- "documentation": "string",
- "fileTransferFeature": "string",
- "fileTransferIpAddress": "string",
- "_fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForNonTls": 0,
- "_fileTransferPortNumberForTls": 0,
- "fileTransferPortNumberForTls": 0,
- "_fileTransferRole": "string",
- "fileTransferRole": "string",
- "fullFileTransferSupport": true,
- "fullyQualifiedDomainName": "string",
- "gatewayName": "string",
- "hostname": "string",
- "jorsFeature": "string",
- "_jorsPortNumber": 0,
- "jorsPortNumber": 0,
- "jorsSocket": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "machineMaximumJobs": "string",
- "maxBytesReadPerMessage": 0,
- "maxBytesSentPerMessage": 0,
- "maxConsecutiveSendMessages": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "osType": "string",
- "osVersion": "string",
- "pollInterval": 0,
- "receiveBufferCount": 0,
- "_requiresXmlEscape": true,
- "requiresXmlEscape": true,
- "resourceMonitorFeature": "string",
- "responseTimeoutInSeconds": 0,
- "sendBufferCount": 0,
- "smaCommunicationsProtocol": "string",
- "smaftAgentPort": "string",
- "smaftServerPortForNonTls": "string",
- "smaNetComIdentifier": "string",
- "smaNetComSocket": "string",
- "supportedAgentCapability": [
- "string"
], - "_supportNonTlsForSmaftAgent": true,
- "supportNonTLSForSMAFTAgent": true,
- "_supportNonTlsForSmaftServer": true,
- "supportNonTLSForSMAFTServer": true,
- "_supportTLSForSMAFTAgent": true,
- "supportTLSForSMAFTAgent": true,
- "_supportTLSForSMAFTServer": true,
- "supportTLSForSMAFTServer": true,
- "supportsHandshake": "string",
- "tcpIpAddress": "string",
- "timeOffsetfromSamInHours": 0,
- "timeOffsetfromUtcInHours": 0,
- "timeSent": "string",
- "timeZoneName": "string",
- "tlsCertificateDistinguishedName": "string",
- "_tlsCertificateSerialNumber": "string",
- "tlsCertificateSerialNumber": "string",
- "traceAllMessages": true,
- "_useTLSforSchedulingCommunications": true,
- "useTLSforSchedulingCommunications": true,
- "agentVersion": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0,
- "_opconMftServerEnabled": true,
- "opConMFTServerEnabled": true,
- "_opconMftServerEventsWebhook": "string",
- "opConMFTServerEventsWebhook": "string",
- "_sapBwClientId": 0,
- "sapBwClientId": 0,
- "_sapBwGateway": "string",
- "sapBwGateway": "string",
- "_sapBwGroup": "string",
- "sapBwGroup": "string",
- "_sapBwName": "string",
- "sapBwName": "string",
- "_sapBwQueryListenerPort": 0,
- "sapBwQueryListenerPort": 0,
- "_sapBwSystemNumber": 0,
- "sapBwSystemNumber": 0,
- "_sapBwRfcTrace": 0,
- "sapBwRfcTrace": "string",
- "_sapR3andCrmAuditLevel": 0,
- "sapR3andCrmAuditLevel": "string",
- "_sapR3andCrmClientId": 0,
- "sapR3andCrmClientId": 0,
- "_sapEvents": [
- "string"
], - "sapEvents": [
- "string"
], - "_sapR3andCrmGateway": "string",
- "sapR3andCrmGateway": "string",
- "_sapR3andCrmGroup": "string",
- "sapR3andCrmGroup": "string",
- "_sapR3andCrmName": "string",
- "sapR3andCrmName": "string",
- "_sapR3andCrmQueryListenerPort": 0,
- "sapR3andCrmQueryListenerPort": 0,
- "_sapR3andCrmSystemNumber": 0,
- "sapR3andCrmSystemNumber": 0,
- "_sapR3andCrmRfcTrace": 0,
- "sapR3andCrmRfcTrace": "string"
}, - "alternateMachine2": {
- "_acsApplication": "string",
- "acsApplication": "string",
- "_acsConfiguration": "string",
- "acsConfiguration": "string",
- "_acsStorage": "string",
- "acsStorage": "string",
- "_acsConfigVersion": "string",
- "acsConfigVersion": "string",
- "_guidewireAgentType": "string",
- "guidewireAgentType": "string",
- "_guidewireAgentBatchProcesses": "string",
- "guidewireAgentBatchProcesses": "string",
- "_guidewireAgentClientSecret": "string",
- "guidewireAgentClientSecret": "string",
- "_guidewireAgentOAuthUrl": "string",
- "guidewireAgentOAuthUrl": "string",
- "_guidewireAgentOAuthAppId": "string",
- "guidewireAgentOAuthAppId": "string",
- "_guidewireAgentOAuthScopes": "string",
- "guidewireAgentOAuthScopes": "string",
- "id": 0,
- "name": "string",
- "currentJobs": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
], - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "socket": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "type": {
- "id": 0,
- "description": "string"
}, - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "acceptMessagesfromIp": "string",
- "agentAuthToken": "string",
- "agentCheckCrc": true,
- "agentFileTransferPortNumberForTls": "string",
- "agentName": "string",
- "_agentSmaCommunicationsProtocol": "string",
- "agentSMACommunicationsProtocol": "string",
- "agentSocket": "string",
- "agentSpecialFeatures": "string",
- "agentSupportNonTlsForSmaftAgent": "string",
- "agentSupportNonTlsForSmaftServer": "string",
- "agentSupportTlsForSmaftAgent": "string",
- "agentSupportTlsForSmaftServer": "string",
- "_allowKillJob": true,
- "allowKillJob": true,
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "_checkCertificateRevocationList": true,
- "checkCertificateRevocationList": true,
- "checkCrc": "string",
- "checkMachineStatusInterval": 0,
- "closeSocket": "string",
- "closeSocketDuringSynchronization": true,
- "connectionAttemptTimeout": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "cpuCount": "string",
- "cpuId": "string",
- "cpuModel": "string",
- "cpuType": "string",
- "documentation": "string",
- "fileTransferFeature": "string",
- "fileTransferIpAddress": "string",
- "_fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForNonTls": 0,
- "_fileTransferPortNumberForTls": 0,
- "fileTransferPortNumberForTls": 0,
- "_fileTransferRole": "string",
- "fileTransferRole": "string",
- "fullFileTransferSupport": true,
- "fullyQualifiedDomainName": "string",
- "gatewayName": "string",
- "hostname": "string",
- "jorsFeature": "string",
- "_jorsPortNumber": 0,
- "jorsPortNumber": 0,
- "jorsSocket": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "machineMaximumJobs": "string",
- "maxBytesReadPerMessage": 0,
- "maxBytesSentPerMessage": 0,
- "maxConsecutiveSendMessages": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "osType": "string",
- "osVersion": "string",
- "pollInterval": 0,
- "receiveBufferCount": 0,
- "_requiresXmlEscape": true,
- "requiresXmlEscape": true,
- "resourceMonitorFeature": "string",
- "responseTimeoutInSeconds": 0,
- "sendBufferCount": 0,
- "smaCommunicationsProtocol": "string",
- "smaftAgentPort": "string",
- "smaftServerPortForNonTls": "string",
- "smaNetComIdentifier": "string",
- "smaNetComSocket": "string",
- "supportedAgentCapability": [
- "string"
], - "_supportNonTlsForSmaftAgent": true,
- "supportNonTLSForSMAFTAgent": true,
- "_supportNonTlsForSmaftServer": true,
- "supportNonTLSForSMAFTServer": true,
- "_supportTLSForSMAFTAgent": true,
- "supportTLSForSMAFTAgent": true,
- "_supportTLSForSMAFTServer": true,
- "supportTLSForSMAFTServer": true,
- "supportsHandshake": "string",
- "tcpIpAddress": "string",
- "timeOffsetfromSamInHours": 0,
- "timeOffsetfromUtcInHours": 0,
- "timeSent": "string",
- "timeZoneName": "string",
- "tlsCertificateDistinguishedName": "string",
- "_tlsCertificateSerialNumber": "string",
- "tlsCertificateSerialNumber": "string",
- "traceAllMessages": true,
- "_useTLSforSchedulingCommunications": true,
- "useTLSforSchedulingCommunications": true,
- "agentVersion": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0,
- "_opconMftServerEnabled": true,
- "opConMFTServerEnabled": true,
- "_opconMftServerEventsWebhook": "string",
- "opConMFTServerEventsWebhook": "string",
- "_sapBwClientId": 0,
- "sapBwClientId": 0,
- "_sapBwGateway": "string",
- "sapBwGateway": "string",
- "_sapBwGroup": "string",
- "sapBwGroup": "string",
- "_sapBwName": "string",
- "sapBwName": "string",
- "_sapBwQueryListenerPort": 0,
- "sapBwQueryListenerPort": 0,
- "_sapBwSystemNumber": 0,
- "sapBwSystemNumber": 0,
- "_sapBwRfcTrace": 0,
- "sapBwRfcTrace": "string",
- "_sapR3andCrmAuditLevel": 0,
- "sapR3andCrmAuditLevel": "string",
- "_sapR3andCrmClientId": 0,
- "sapR3andCrmClientId": 0,
- "_sapEvents": [
- "string"
], - "sapEvents": [
- "string"
], - "_sapR3andCrmGateway": "string",
- "sapR3andCrmGateway": "string",
- "_sapR3andCrmGroup": "string",
- "sapR3andCrmGroup": "string",
- "_sapR3andCrmName": "string",
- "sapR3andCrmName": "string",
- "_sapR3andCrmQueryListenerPort": 0,
- "sapR3andCrmQueryListenerPort": 0,
- "_sapR3andCrmSystemNumber": 0,
- "sapR3andCrmSystemNumber": 0,
- "_sapR3andCrmRfcTrace": 0,
- "sapR3andCrmRfcTrace": "string"
}, - "alternateMachine3": {
- "_acsApplication": "string",
- "acsApplication": "string",
- "_acsConfiguration": "string",
- "acsConfiguration": "string",
- "_acsStorage": "string",
- "acsStorage": "string",
- "_acsConfigVersion": "string",
- "acsConfigVersion": "string",
- "_guidewireAgentType": "string",
- "guidewireAgentType": "string",
- "_guidewireAgentBatchProcesses": "string",
- "guidewireAgentBatchProcesses": "string",
- "_guidewireAgentClientSecret": "string",
- "guidewireAgentClientSecret": "string",
- "_guidewireAgentOAuthUrl": "string",
- "guidewireAgentOAuthUrl": "string",
- "_guidewireAgentOAuthAppId": "string",
- "guidewireAgentOAuthAppId": "string",
- "_guidewireAgentOAuthScopes": "string",
- "guidewireAgentOAuthScopes": "string",
- "id": 0,
- "name": "string",
- "currentJobs": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
], - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "socket": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "type": {
- "id": 0,
- "description": "string"
}, - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "acceptMessagesfromIp": "string",
- "agentAuthToken": "string",
- "agentCheckCrc": true,
- "agentFileTransferPortNumberForTls": "string",
- "agentName": "string",
- "_agentSmaCommunicationsProtocol": "string",
- "agentSMACommunicationsProtocol": "string",
- "agentSocket": "string",
- "agentSpecialFeatures": "string",
- "agentSupportNonTlsForSmaftAgent": "string",
- "agentSupportNonTlsForSmaftServer": "string",
- "agentSupportTlsForSmaftAgent": "string",
- "agentSupportTlsForSmaftServer": "string",
- "_allowKillJob": true,
- "allowKillJob": true,
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "_checkCertificateRevocationList": true,
- "checkCertificateRevocationList": true,
- "checkCrc": "string",
- "checkMachineStatusInterval": 0,
- "closeSocket": "string",
- "closeSocketDuringSynchronization": true,
- "connectionAttemptTimeout": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "cpuCount": "string",
- "cpuId": "string",
- "cpuModel": "string",
- "cpuType": "string",
- "documentation": "string",
- "fileTransferFeature": "string",
- "fileTransferIpAddress": "string",
- "_fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForNonTls": 0,
- "_fileTransferPortNumberForTls": 0,
- "fileTransferPortNumberForTls": 0,
- "_fileTransferRole": "string",
- "fileTransferRole": "string",
- "fullFileTransferSupport": true,
- "fullyQualifiedDomainName": "string",
- "gatewayName": "string",
- "hostname": "string",
- "jorsFeature": "string",
- "_jorsPortNumber": 0,
- "jorsPortNumber": 0,
- "jorsSocket": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "machineMaximumJobs": "string",
- "maxBytesReadPerMessage": 0,
- "maxBytesSentPerMessage": 0,
- "maxConsecutiveSendMessages": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "osType": "string",
- "osVersion": "string",
- "pollInterval": 0,
- "receiveBufferCount": 0,
- "_requiresXmlEscape": true,
- "requiresXmlEscape": true,
- "resourceMonitorFeature": "string",
- "responseTimeoutInSeconds": 0,
- "sendBufferCount": 0,
- "smaCommunicationsProtocol": "string",
- "smaftAgentPort": "string",
- "smaftServerPortForNonTls": "string",
- "smaNetComIdentifier": "string",
- "smaNetComSocket": "string",
- "supportedAgentCapability": [
- "string"
], - "_supportNonTlsForSmaftAgent": true,
- "supportNonTLSForSMAFTAgent": true,
- "_supportNonTlsForSmaftServer": true,
- "supportNonTLSForSMAFTServer": true,
- "_supportTLSForSMAFTAgent": true,
- "supportTLSForSMAFTAgent": true,
- "_supportTLSForSMAFTServer": true,
- "supportTLSForSMAFTServer": true,
- "supportsHandshake": "string",
- "tcpIpAddress": "string",
- "timeOffsetfromSamInHours": 0,
- "timeOffsetfromUtcInHours": 0,
- "timeSent": "string",
- "timeZoneName": "string",
- "tlsCertificateDistinguishedName": "string",
- "_tlsCertificateSerialNumber": "string",
- "tlsCertificateSerialNumber": "string",
- "traceAllMessages": true,
- "_useTLSforSchedulingCommunications": true,
- "useTLSforSchedulingCommunications": true,
- "agentVersion": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0,
- "_opconMftServerEnabled": true,
- "opConMFTServerEnabled": true,
- "_opconMftServerEventsWebhook": "string",
- "opConMFTServerEventsWebhook": "string",
- "_sapBwClientId": 0,
- "sapBwClientId": 0,
- "_sapBwGateway": "string",
- "sapBwGateway": "string",
- "_sapBwGroup": "string",
- "sapBwGroup": "string",
- "_sapBwName": "string",
- "sapBwName": "string",
- "_sapBwQueryListenerPort": 0,
- "sapBwQueryListenerPort": 0,
- "_sapBwSystemNumber": 0,
- "sapBwSystemNumber": 0,
- "_sapBwRfcTrace": 0,
- "sapBwRfcTrace": "string",
- "_sapR3andCrmAuditLevel": 0,
- "sapR3andCrmAuditLevel": "string",
- "_sapR3andCrmClientId": 0,
- "sapR3andCrmClientId": 0,
- "_sapEvents": [
- "string"
], - "sapEvents": [
- "string"
], - "_sapR3andCrmGateway": "string",
- "sapR3andCrmGateway": "string",
- "_sapR3andCrmGroup": "string",
- "sapR3andCrmGroup": "string",
- "_sapR3andCrmName": "string",
- "sapR3andCrmName": "string",
- "_sapR3andCrmQueryListenerPort": 0,
- "sapR3andCrmQueryListenerPort": 0,
- "_sapR3andCrmSystemNumber": 0,
- "sapR3andCrmSystemNumber": 0,
- "_sapR3andCrmRfcTrace": 0,
- "sapR3andCrmRfcTrace": "string"
}, - "machineGroup": {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- {
- "_acsApplication": "string",
- "acsApplication": "string",
- "_acsConfiguration": "string",
- "acsConfiguration": "string",
- "_acsStorage": "string",
- "acsStorage": "string",
- "_acsConfigVersion": "string",
- "acsConfigVersion": "string",
- "_guidewireAgentType": "string",
- "guidewireAgentType": "string",
- "_guidewireAgentBatchProcesses": "string",
- "guidewireAgentBatchProcesses": "string",
- "_guidewireAgentClientSecret": "string",
- "guidewireAgentClientSecret": "string",
- "_guidewireAgentOAuthUrl": "string",
- "guidewireAgentOAuthUrl": "string",
- "_guidewireAgentOAuthAppId": "string",
- "guidewireAgentOAuthAppId": "string",
- "_guidewireAgentOAuthScopes": "string",
- "guidewireAgentOAuthScopes": "string",
- "id": 0,
- "name": "string",
- "currentJobs": 0,
- "gatewayId": 0,
- "groups": [
- { }
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "socket": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "type": {
- "id": 0,
- "description": "string"
}, - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "acceptMessagesfromIp": "string",
- "agentAuthToken": "string",
- "agentCheckCrc": true,
- "agentFileTransferPortNumberForTls": "string",
- "agentName": "string",
- "_agentSmaCommunicationsProtocol": "string",
- "agentSMACommunicationsProtocol": "string",
- "agentSocket": "string",
- "agentSpecialFeatures": "string",
- "agentSupportNonTlsForSmaftAgent": "string",
- "agentSupportNonTlsForSmaftServer": "string",
- "agentSupportTlsForSmaftAgent": "string",
- "agentSupportTlsForSmaftServer": "string",
- "_allowKillJob": true,
- "allowKillJob": true,
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "_checkCertificateRevocationList": true,
- "checkCertificateRevocationList": true,
- "checkCrc": "string",
- "checkMachineStatusInterval": 0,
- "closeSocket": "string",
- "closeSocketDuringSynchronization": true,
- "connectionAttemptTimeout": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "cpuCount": "string",
- "cpuId": "string",
- "cpuModel": "string",
- "cpuType": "string",
- "documentation": "string",
- "fileTransferFeature": "string",
- "fileTransferIpAddress": "string",
- "_fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForNonTls": 0,
- "_fileTransferPortNumberForTls": 0,
- "fileTransferPortNumberForTls": 0,
- "_fileTransferRole": "string",
- "fileTransferRole": "string",
- "fullFileTransferSupport": true,
- "fullyQualifiedDomainName": "string",
- "gatewayName": "string",
- "hostname": "string",
- "jorsFeature": "string",
- "_jorsPortNumber": 0,
- "jorsPortNumber": 0,
- "jorsSocket": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "machineMaximumJobs": "string",
- "maxBytesReadPerMessage": 0,
- "maxBytesSentPerMessage": 0,
- "maxConsecutiveSendMessages": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "osType": "string",
- "osVersion": "string",
- "pollInterval": 0,
- "receiveBufferCount": 0,
- "_requiresXmlEscape": true,
- "requiresXmlEscape": true,
- "resourceMonitorFeature": "string",
- "responseTimeoutInSeconds": 0,
- "sendBufferCount": 0,
- "smaCommunicationsProtocol": "string",
- "smaftAgentPort": "string",
- "smaftServerPortForNonTls": "string",
- "smaNetComIdentifier": "string",
- "smaNetComSocket": "string",
- "supportedAgentCapability": [
- "string"
], - "_supportNonTlsForSmaftAgent": true,
- "supportNonTLSForSMAFTAgent": true,
- "_supportNonTlsForSmaftServer": true,
- "supportNonTLSForSMAFTServer": true,
- "_supportTLSForSMAFTAgent": true,
- "supportTLSForSMAFTAgent": true,
- "_supportTLSForSMAFTServer": true,
- "supportTLSForSMAFTServer": true,
- "supportsHandshake": "string",
- "tcpIpAddress": "string",
- "timeOffsetfromSamInHours": 0,
- "timeOffsetfromUtcInHours": 0,
- "timeSent": "string",
- "timeZoneName": "string",
- "tlsCertificateDistinguishedName": "string",
- "_tlsCertificateSerialNumber": "string",
- "tlsCertificateSerialNumber": "string",
- "traceAllMessages": true,
- "_useTLSforSchedulingCommunications": true,
- "useTLSforSchedulingCommunications": true,
- "agentVersion": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0,
- "_opconMftServerEnabled": true,
- "opConMFTServerEnabled": true,
- "_opconMftServerEventsWebhook": "string",
- "opConMFTServerEventsWebhook": "string",
- "_sapBwClientId": 0,
- "sapBwClientId": 0,
- "_sapBwGateway": "string",
- "sapBwGateway": "string",
- "_sapBwGroup": "string",
- "sapBwGroup": "string",
- "_sapBwName": "string",
- "sapBwName": "string",
- "_sapBwQueryListenerPort": 0,
- "sapBwQueryListenerPort": 0,
- "_sapBwSystemNumber": 0,
- "sapBwSystemNumber": 0,
- "_sapBwRfcTrace": 0,
- "sapBwRfcTrace": "string",
- "_sapR3andCrmAuditLevel": 0,
- "sapR3andCrmAuditLevel": "string",
- "_sapR3andCrmClientId": 0,
- "sapR3andCrmClientId": 0,
- "_sapEvents": [
- "string"
], - "sapEvents": [
- "string"
], - "_sapR3andCrmGateway": "string",
- "sapR3andCrmGateway": "string",
- "_sapR3andCrmGroup": "string",
- "sapR3andCrmGroup": "string",
- "_sapR3andCrmName": "string",
- "sapR3andCrmName": "string",
- "_sapR3andCrmQueryListenerPort": 0,
- "sapR3andCrmQueryListenerPort": 0,
- "_sapR3andCrmSystemNumber": 0,
- "sapR3andCrmSystemNumber": 0,
- "_sapR3andCrmRfcTrace": 0,
- "sapR3andCrmRfcTrace": "string"
}
], - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
]
}, - "startMachine": {
- "_acsApplication": "string",
- "acsApplication": "string",
- "_acsConfiguration": "string",
- "acsConfiguration": "string",
- "_acsStorage": "string",
- "acsStorage": "string",
- "_acsConfigVersion": "string",
- "acsConfigVersion": "string",
- "_guidewireAgentType": "string",
- "guidewireAgentType": "string",
- "_guidewireAgentBatchProcesses": "string",
- "guidewireAgentBatchProcesses": "string",
- "_guidewireAgentClientSecret": "string",
- "guidewireAgentClientSecret": "string",
- "_guidewireAgentOAuthUrl": "string",
- "guidewireAgentOAuthUrl": "string",
- "_guidewireAgentOAuthAppId": "string",
- "guidewireAgentOAuthAppId": "string",
- "_guidewireAgentOAuthScopes": "string",
- "guidewireAgentOAuthScopes": "string",
- "id": 0,
- "name": "string",
- "currentJobs": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
], - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "socket": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "type": {
- "id": 0,
- "description": "string"
}, - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "acceptMessagesfromIp": "string",
- "agentAuthToken": "string",
- "agentCheckCrc": true,
- "agentFileTransferPortNumberForTls": "string",
- "agentName": "string",
- "_agentSmaCommunicationsProtocol": "string",
- "agentSMACommunicationsProtocol": "string",
- "agentSocket": "string",
- "agentSpecialFeatures": "string",
- "agentSupportNonTlsForSmaftAgent": "string",
- "agentSupportNonTlsForSmaftServer": "string",
- "agentSupportTlsForSmaftAgent": "string",
- "agentSupportTlsForSmaftServer": "string",
- "_allowKillJob": true,
- "allowKillJob": true,
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "_checkCertificateRevocationList": true,
- "checkCertificateRevocationList": true,
- "checkCrc": "string",
- "checkMachineStatusInterval": 0,
- "closeSocket": "string",
- "closeSocketDuringSynchronization": true,
- "connectionAttemptTimeout": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "cpuCount": "string",
- "cpuId": "string",
- "cpuModel": "string",
- "cpuType": "string",
- "documentation": "string",
- "fileTransferFeature": "string",
- "fileTransferIpAddress": "string",
- "_fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForNonTls": 0,
- "_fileTransferPortNumberForTls": 0,
- "fileTransferPortNumberForTls": 0,
- "_fileTransferRole": "string",
- "fileTransferRole": "string",
- "fullFileTransferSupport": true,
- "fullyQualifiedDomainName": "string",
- "gatewayName": "string",
- "hostname": "string",
- "jorsFeature": "string",
- "_jorsPortNumber": 0,
- "jorsPortNumber": 0,
- "jorsSocket": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "machineMaximumJobs": "string",
- "maxBytesReadPerMessage": 0,
- "maxBytesSentPerMessage": 0,
- "maxConsecutiveSendMessages": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "osType": "string",
- "osVersion": "string",
- "pollInterval": 0,
- "receiveBufferCount": 0,
- "_requiresXmlEscape": true,
- "requiresXmlEscape": true,
- "resourceMonitorFeature": "string",
- "responseTimeoutInSeconds": 0,
- "sendBufferCount": 0,
- "smaCommunicationsProtocol": "string",
- "smaftAgentPort": "string",
- "smaftServerPortForNonTls": "string",
- "smaNetComIdentifier": "string",
- "smaNetComSocket": "string",
- "supportedAgentCapability": [
- "string"
], - "_supportNonTlsForSmaftAgent": true,
- "supportNonTLSForSMAFTAgent": true,
- "_supportNonTlsForSmaftServer": true,
- "supportNonTLSForSMAFTServer": true,
- "_supportTLSForSMAFTAgent": true,
- "supportTLSForSMAFTAgent": true,
- "_supportTLSForSMAFTServer": true,
- "supportTLSForSMAFTServer": true,
- "supportsHandshake": "string",
- "tcpIpAddress": "string",
- "timeOffsetfromSamInHours": 0,
- "timeOffsetfromUtcInHours": 0,
- "timeSent": "string",
- "timeZoneName": "string",
- "tlsCertificateDistinguishedName": "string",
- "_tlsCertificateSerialNumber": "string",
- "tlsCertificateSerialNumber": "string",
- "traceAllMessages": true,
- "_useTLSforSchedulingCommunications": true,
- "useTLSforSchedulingCommunications": true,
- "agentVersion": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0,
- "_opconMftServerEnabled": true,
- "opConMFTServerEnabled": true,
- "_opconMftServerEventsWebhook": "string",
- "opConMFTServerEventsWebhook": "string",
- "_sapBwClientId": 0,
- "sapBwClientId": 0,
- "_sapBwGateway": "string",
- "sapBwGateway": "string",
- "_sapBwGroup": "string",
- "sapBwGroup": "string",
- "_sapBwName": "string",
- "sapBwName": "string",
- "_sapBwQueryListenerPort": 0,
- "sapBwQueryListenerPort": 0,
- "_sapBwSystemNumber": 0,
- "sapBwSystemNumber": 0,
- "_sapBwRfcTrace": 0,
- "sapBwRfcTrace": "string",
- "_sapR3andCrmAuditLevel": 0,
- "sapR3andCrmAuditLevel": "string",
- "_sapR3andCrmClientId": 0,
- "sapR3andCrmClientId": 0,
- "_sapEvents": [
- "string"
], - "sapEvents": [
- "string"
], - "_sapR3andCrmGateway": "string",
- "sapR3andCrmGateway": "string",
- "_sapR3andCrmGroup": "string",
- "sapR3andCrmGroup": "string",
- "_sapR3andCrmName": "string",
- "sapR3andCrmName": "string",
- "_sapR3andCrmQueryListenerPort": 0,
- "sapR3andCrmQueryListenerPort": 0,
- "_sapR3andCrmSystemNumber": 0,
- "sapR3andCrmSystemNumber": 0,
- "_sapR3andCrmRfcTrace": 0,
- "sapR3andCrmRfcTrace": "string"
}, - "tags": [
- "string"
], - "jobStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}, - "schedule": {
- "uid": 0,
- "instanceProperties": [
- {
- "key": "string",
- "value": "string"
}
], - "dateAsInteger": 0,
- "id": "string",
- "masterId": 0,
- "details": {
- "documentation": "string",
- "deployInformation": {
- "description": "string",
- "version": "string",
- "date": "string",
- "user": "string"
}
}, - "computedStartTime": {
- "time": "string",
- "isEstimated": true,
- "programmedFor": "string",
- "consideredLateAt": "string",
- "latestStart": "string"
}, - "definedStartTime": "string",
- "endTime": "string",
- "name": "string",
- "status": {
- "id": 0,
- "description": "string",
- "category": "string",
- "containsFailedJobs": true
}, - "instance": 0,
- "duration": 0,
- "date": "string",
- "path": "string",
- "containerJobId": "string",
- "workWeek": 0,
- "events": [
- {
- "id": 0,
- "user": {
- "id": 32767,
- "name": "string"
}, - "event": {
- "name": "string",
- "type": "string",
- "category": "string",
- "parameters": {
- "property1": "string",
- "property2": "string"
}
}, - "scheduleId": "string"
}
]
}, - "terminationDescription": "string",
- "computedStartTime": {
- "time": "string",
- "isEstimated": true,
- "programmedFor": "string",
- "consideredLateAt": "string",
- "latestStart": "string"
}, - "computedEndTime": {
- "time": "string",
- "isEstimated": true,
- "programmedFor": "string",
- "consideredLateAt": "string",
- "latestStart": "string"
}, - "computedDuration": {
- "duration": 0,
- "isEstimated": true
}, - "documentation": {
- "id": 0,
- "frequency": "string",
- "job": "string"
}, - "thresholdDependencies": [
- {
- "id": 0,
- "threshold": {
- "id": 0,
- "name": "string",
- "description": "string",
- "value": 0,
- "dependentDailyJobs": [
- {
- "id": "string",
- "uniqueJobId": "string",
- "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}
}
], - "updatedByDailyJobs": [
- {
- "id": "string",
- "uniqueJobId": "string",
- "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}
}
], - "dependentMasterJobs": [
- {
- "id": "string",
- "status": {
- "id": 0,
- "status": "string"
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "updatedByMasterJobs": [
- {
- "id": "string",
- "status": {
- "id": 0,
- "status": "string"
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "used": 0,
- "locked": true,
- "lockedByDailyJob": {
- "id": "string",
- "name": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
}, - "value": 0,
- "operator": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- "string"
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}
}
], - "resourceDependencies": [
- {
- "id": 0,
- "resource": {
- "id": 0,
- "name": "string",
- "description": "string",
- "value": 0,
- "dependentDailyJobs": [
- {
- "id": "string",
- "uniqueJobId": "string",
- "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}
}
], - "updatedByDailyJobs": [
- {
- "id": "string",
- "uniqueJobId": "string",
- "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}
}
], - "dependentMasterJobs": [
- {
- "id": "string",
- "status": {
- "id": 0,
- "status": "string"
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "updatedByMasterJobs": [
- {
- "id": "string",
- "status": {
- "id": 0,
- "status": "string"
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "used": 0,
- "locked": true,
- "lockedByDailyJob": {
- "id": "string",
- "name": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
}, - "requires": 0,
- "requiresAll": true,
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- "string"
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}
}
], - "thresholdUpdates": [
- {
- "id": 0,
- "resource": {
- "id": 0,
- "name": "string",
- "description": "string",
- "value": 0,
- "dependentDailyJobs": [
- {
- "id": "string",
- "uniqueJobId": "string",
- "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}
}
], - "updatedByDailyJobs": [
- {
- "id": "string",
- "uniqueJobId": "string",
- "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}
}
], - "dependentMasterJobs": [
- {
- "id": "string",
- "status": {
- "id": 0,
- "status": "string"
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "updatedByMasterJobs": [
- {
- "id": "string",
- "status": {
- "id": 0,
- "status": "string"
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "used": 0,
- "locked": true,
- "lockedByDailyJob": {
- "id": "string",
- "name": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
}, - "threshold": {
- "id": 0,
- "name": "string",
- "description": "string",
- "value": 0,
- "dependentDailyJobs": [
- {
- "id": "string",
- "uniqueJobId": "string",
- "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}
}
], - "updatedByDailyJobs": [
- {
- "id": "string",
- "uniqueJobId": "string",
- "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}
}
], - "dependentMasterJobs": [
- {
- "id": "string",
- "status": {
- "id": 0,
- "status": "string"
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "updatedByMasterJobs": [
- {
- "id": "string",
- "status": {
- "id": 0,
- "status": "string"
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "used": 0,
- "locked": true,
- "lockedByDailyJob": {
- "id": "string",
- "name": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
}, - "value": 0,
- "status": {
- "id": 0,
- "status": "string"
}, - "frequency": {
- "name": "string"
}, - "jobName": "string",
- "scheduleId": 0
}
], - "resourceUpdates": [
- {
- "id": 0,
- "resource": {
- "id": 0,
- "name": "string",
- "description": "string",
- "value": 0,
- "dependentDailyJobs": [
- {
- "id": "string",
- "uniqueJobId": "string",
- "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}
}
], - "updatedByDailyJobs": [
- {
- "id": "string",
- "uniqueJobId": "string",
- "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}
}
], - "dependentMasterJobs": [
- {
- "id": "string",
- "status": {
- "id": 0,
- "status": "string"
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "updatedByMasterJobs": [
- {
- "id": "string",
- "status": {
- "id": 0,
- "status": "string"
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "used": 0,
- "locked": true,
- "lockedByDailyJob": {
- "id": "string",
- "name": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
}, - "threshold": {
- "id": 0,
- "name": "string",
- "description": "string",
- "value": 0,
- "dependentDailyJobs": [
- {
- "id": "string",
- "uniqueJobId": "string",
- "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}
}
], - "updatedByDailyJobs": [
- {
- "id": "string",
- "uniqueJobId": "string",
- "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}
}
], - "dependentMasterJobs": [
- {
- "id": "string",
- "status": {
- "id": 0,
- "status": "string"
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "updatedByMasterJobs": [
- {
- "id": "string",
- "status": {
- "id": 0,
- "status": "string"
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "used": 0,
- "locked": true,
- "lockedByDailyJob": {
- "id": "string",
- "name": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
}, - "value": 0,
- "status": {
- "id": 0,
- "status": "string"
}, - "frequency": {
- "name": "string"
}, - "jobName": "string",
- "scheduleId": 0
}
], - "dependencies": [
- {
- "scheduleId": 0,
- "scheduleInstanceNumber": 0,
- "jobName": "string",
- "id": 0,
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- "string"
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "type": {
- "id": 0,
- "name": "string",
- "condition": "string",
- "checkAllDays": true,
- "offset": 0,
- "jobNameLike": "string",
- "categories": [
- "string"
]
}, - "predecessor": {
- "masterJob": {
- "id": "string",
- "department": {
- "id": 0,
- "name": "string",
- "documentation": "string",
- "associations": {
- "jobs": [
- {
- "schedule": null,
- "job": null
}
], - "dailyJobs": [
- {
- "schedule": null,
- "job": null,
- "date": null
}
], - "roles": [
- "string"
]
}, - "scheduleId": 0,
- "scheduleName": "string",
- "jobName": "string",
- "dailyScheduleId": 0,
- "dailyScheduleName": "string",
- "dailyJobName": "string",
- "dailyJobDate": 0,
- "role": "string"
}, - "isMultiInstance": true,
- "runOnEachMachine": true,
- "jobGroup": 0,
- "jobName": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- "string"
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "frequencies": [
- {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- null
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}
], - "type": {
- "id": 0,
- "description": "string"
}, - "accessCode": {
- "id": 0,
- "name": "string",
- "description": "string",
- "crossReferencesDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": null,
- "name": null,
- "instance": null,
- "date": null
}
}
], - "crossReferencesMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": null,
- "name": null,
- "instance": null,
- "date": null
}
}
]
}, - "machine": {
- "_acsApplication": "string",
- "acsApplication": "string",
- "_acsConfiguration": "string",
- "acsConfiguration": "string",
- "_acsStorage": "string",
- "acsStorage": "string",
- "_acsConfigVersion": "string",
- "acsConfigVersion": "string",
- "_guidewireAgentType": "string",
- "guidewireAgentType": "string",
- "_guidewireAgentBatchProcesses": "string",
- "guidewireAgentBatchProcesses": "string",
- "_guidewireAgentClientSecret": "string",
- "guidewireAgentClientSecret": "string",
- "_guidewireAgentOAuthUrl": "string",
- "guidewireAgentOAuthUrl": "string",
- "_guidewireAgentOAuthAppId": "string",
- "guidewireAgentOAuthAppId": "string",
- "_guidewireAgentOAuthScopes": "string",
- "guidewireAgentOAuthScopes": "string",
- "id": 0,
- "name": "string",
- "currentJobs": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": null,
- "description": null
}, - "machines": [
- null
], - "assignedMasterJobs": [
- null
], - "assignedDailyJobs": [
- null
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "socket": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "type": {
- "id": 0,
- "description": "string"
}, - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": null,
- "name": null,
- "instance": null,
- "date": null
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": null,
- "name": null,
- "instance": null,
- "date": null
}
}
], - "acceptMessagesfromIp": "string",
- "agentAuthToken": "string",
- "agentCheckCrc": true,
- "agentFileTransferPortNumberForTls": "string",
- "agentName": "string",
- "_agentSmaCommunicationsProtocol": "string",
- "agentSMACommunicationsProtocol": "string",
- "agentSocket": "string",
- "agentSpecialFeatures": "string",
- "agentSupportNonTlsForSmaftAgent": "string",
- "agentSupportNonTlsForSmaftServer": "string",
- "agentSupportTlsForSmaftAgent": "string",
- "agentSupportTlsForSmaftServer": "string",
- "_allowKillJob": true,
- "allowKillJob": true,
- "availableProperties": [
- [
- {
- "key": null,
- "value": null
}
]
], - "_checkCertificateRevocationList": true,
- "checkCertificateRevocationList": true,
- "checkCrc": "string",
- "checkMachineStatusInterval": 0,
- "closeSocket": "string",
- "closeSocketDuringSynchronization": true,
- "connectionAttemptTimeout": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "cpuCount": "string",
- "cpuId": "string",
- "cpuModel": "string",
- "cpuType": "string",
- "documentation": "string",
- "fileTransferFeature": "string",
- "fileTransferIpAddress": "string",
- "_fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForNonTls": 0,
- "_fileTransferPortNumberForTls": 0,
- "fileTransferPortNumberForTls": 0,
- "_fileTransferRole": "string",
- "fileTransferRole": "string",
- "fullFileTransferSupport": true,
- "fullyQualifiedDomainName": "string",
- "gatewayName": "string",
- "hostname": "string",
- "jorsFeature": "string",
- "_jorsPortNumber": 0,
- "jorsPortNumber": 0,
- "jorsSocket": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "machineMaximumJobs": "string",
- "maxBytesReadPerMessage": 0,
- "maxBytesSentPerMessage": 0,
- "maxConsecutiveSendMessages": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "osType": "string",
- "osVersion": "string",
- "pollInterval": 0,
- "receiveBufferCount": 0,
- "_requiresXmlEscape": true,
- "requiresXmlEscape": true,
- "resourceMonitorFeature": "string",
- "responseTimeoutInSeconds": 0,
- "sendBufferCount": 0,
- "smaCommunicationsProtocol": "string",
- "smaftAgentPort": "string",
- "smaftServerPortForNonTls": "string",
- "smaNetComIdentifier": "string",
- "smaNetComSocket": "string",
- "supportedAgentCapability": [
- "string"
], - "_supportNonTlsForSmaftAgent": true,
- "supportNonTLSForSMAFTAgent": true,
- "_supportNonTlsForSmaftServer": true,
- "supportNonTLSForSMAFTServer": true,
- "_supportTLSForSMAFTAgent": true,
- "supportTLSForSMAFTAgent": true,
- "_supportTLSForSMAFTServer": true,
- "supportTLSForSMAFTServer": true,
- "supportsHandshake": "string",
- "tcpIpAddress": "string",
- "timeOffsetfromSamInHours": 0,
- "timeOffsetfromUtcInHours": 0,
- "timeSent": "string",
- "timeZoneName": "string",
- "tlsCertificateDistinguishedName": "string",
- "_tlsCertificateSerialNumber": "string",
- "tlsCertificateSerialNumber": "string",
- "traceAllMessages": true,
- "_useTLSforSchedulingCommunications": true,
- "useTLSforSchedulingCommunications": true,
- "agentVersion": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0,
- "_opconMftServerEnabled": true,
- "opConMFTServerEnabled": true,
- "_opconMftServerEventsWebhook": "string",
- "opConMFTServerEventsWebhook": "string",
- "_sapBwClientId": 0,
- "sapBwClientId": 0,
- "_sapBwGateway": "string",
- "sapBwGateway": "string",
- "_sapBwGroup": "string",
- "sapBwGroup": "string",
- "_sapBwName": "string",
- "sapBwName": "string",
- "_sapBwQueryListenerPort": 0,
- "sapBwQueryListenerPort": 0,
- "_sapBwSystemNumber": 0,
- "sapBwSystemNumber": 0,
- "_sapBwRfcTrace": 0,
- "sapBwRfcTrace": "string",
- "_sapR3andCrmAuditLevel": 0,
- "sapR3andCrmAuditLevel": "string",
- "_sapR3andCrmClientId": 0,
- "sapR3andCrmClientId": 0,
- "_sapEvents": [
- "string"
], - "sapEvents": [
- "string"
], - "_sapR3andCrmGateway": "string",
- "sapR3andCrmGateway": "string",
- "_sapR3andCrmGroup": "string",
- "sapR3andCrmGroup": "string",
- "_sapR3andCrmName": "string",
- "sapR3andCrmName": "string",
- "_sapR3andCrmQueryListenerPort": 0,
- "sapR3andCrmQueryListenerPort": 0,
- "_sapR3andCrmSystemNumber": 0,
- "sapR3andCrmSystemNumber": 0,
- "_sapR3andCrmRfcTrace": 0,
- "sapR3andCrmRfcTrace": "string"
}, - "alternateMachine": {
- "_acsApplication": "string",
- "acsApplication": "string",
- "_acsConfiguration": "string",
- "acsConfiguration": "string",
- "_acsStorage": "string",
- "acsStorage": "string",
- "_acsConfigVersion": "string",
- "acsConfigVersion": "string",
- "_guidewireAgentType": "string",
- "guidewireAgentType": "string",
- "_guidewireAgentBatchProcesses": "string",
- "guidewireAgentBatchProcesses": "string",
- "_guidewireAgentClientSecret": "string",
- "guidewireAgentClientSecret": "string",
- "_guidewireAgentOAuthUrl": "string",
- "guidewireAgentOAuthUrl": "string",
- "_guidewireAgentOAuthAppId": "string",
- "guidewireAgentOAuthAppId": "string",
- "_guidewireAgentOAuthScopes": "string",
- "guidewireAgentOAuthScopes": "string",
- "id": 0,
- "name": "string",
- "currentJobs": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": null,
- "description": null
}, - "machines": [
- null
], - "assignedMasterJobs": [
- null
], - "assignedDailyJobs": [
- null
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "socket": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "type": {
- "id": 0,
- "description": "string"
}, - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": null,
- "name": null,
- "instance": null,
- "date": null
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": null,
- "name": null,
- "instance": null,
- "date": null
}
}
], - "acceptMessagesfromIp": "string",
- "agentAuthToken": "string",
- "agentCheckCrc": true,
- "agentFileTransferPortNumberForTls": "string",
- "agentName": "string",
- "_agentSmaCommunicationsProtocol": "string",
- "agentSMACommunicationsProtocol": "string",
- "agentSocket": "string",
- "agentSpecialFeatures": "string",
- "agentSupportNonTlsForSmaftAgent": "string",
- "agentSupportNonTlsForSmaftServer": "string",
- "agentSupportTlsForSmaftAgent": "string",
- "agentSupportTlsForSmaftServer": "string",
- "_allowKillJob": true,
- "allowKillJob": true,
- "availableProperties": [
- [
- {
- "key": null,
- "value": null
}
]
], - "_checkCertificateRevocationList": true,
- "checkCertificateRevocationList": true,
- "checkCrc": "string",
- "checkMachineStatusInterval": 0,
- "closeSocket": "string",
- "closeSocketDuringSynchronization": true,
- "connectionAttemptTimeout": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "cpuCount": "string",
- "cpuId": "string",
- "cpuModel": "string",
- "cpuType": "string",
- "documentation": "string",
- "fileTransferFeature": "string",
- "fileTransferIpAddress": "string",
- "_fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForNonTls": 0,
- "_fileTransferPortNumberForTls": 0,
- "fileTransferPortNumberForTls": 0,
- "_fileTransferRole": "string",
- "fileTransferRole": "string",
- "fullFileTransferSupport": true,
- "fullyQualifiedDomainName": "string",
- "gatewayName": "string",
- "hostname": "string",
- "jorsFeature": "string",
- "_jorsPortNumber": 0,
- "jorsPortNumber": 0,
- "jorsSocket": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "machineMaximumJobs": "string",
- "maxBytesReadPerMessage": 0,
- "maxBytesSentPerMessage": 0,
- "maxConsecutiveSendMessages": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "osType": "string",
- "osVersion": "string",
- "pollInterval": 0,
- "receiveBufferCount": 0,
- "_requiresXmlEscape": true,
- "requiresXmlEscape": true,
- "resourceMonitorFeature": "string",
- "responseTimeoutInSeconds": 0,
- "sendBufferCount": 0,
- "smaCommunicationsProtocol": "string",
- "smaftAgentPort": "string",
- "smaftServerPortForNonTls": "string",
- "smaNetComIdentifier": "string",
- "smaNetComSocket": "string",
- "supportedAgentCapability": [
- "string"
], - "_supportNonTlsForSmaftAgent": true,
- "supportNonTLSForSMAFTAgent": true,
- "_supportNonTlsForSmaftServer": true,
- "supportNonTLSForSMAFTServer": true,
- "_supportTLSForSMAFTAgent": true,
- "supportTLSForSMAFTAgent": true,
- "_supportTLSForSMAFTServer": true,
- "supportTLSForSMAFTServer": true,
- "supportsHandshake": "string",
- "tcpIpAddress": "string",
- "timeOffsetfromSamInHours": 0,
- "timeOffsetfromUtcInHours": 0,
- "timeSent": "string",
- "timeZoneName": "string",
- "tlsCertificateDistinguishedName": "string",
- "_tlsCertificateSerialNumber": "string",
- "tlsCertificateSerialNumber": "string",
- "traceAllMessages": true,
- "_useTLSforSchedulingCommunications": true,
- "useTLSforSchedulingCommunications": true,
- "agentVersion": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0,
- "_opconMftServerEnabled": true,
- "opConMFTServerEnabled": true,
- "_opconMftServerEventsWebhook": "string",
- "opConMFTServerEventsWebhook": "string",
- "_sapBwClientId": 0,
- "sapBwClientId": 0,
- "_sapBwGateway": "string",
- "sapBwGateway": "string",
- "_sapBwGroup": "string",
- "sapBwGroup": "string",
- "_sapBwName": "string",
- "sapBwName": "string",
- "_sapBwQueryListenerPort": 0,
- "sapBwQueryListenerPort": 0,
- "_sapBwSystemNumber": 0,
- "sapBwSystemNumber": 0,
- "_sapBwRfcTrace": 0,
- "sapBwRfcTrace": "string",
- "_sapR3andCrmAuditLevel": 0,
- "sapR3andCrmAuditLevel": "string",
- "_sapR3andCrmClientId": 0,
- "sapR3andCrmClientId": 0,
- "_sapEvents": [
- "string"
], - "sapEvents": [
- "string"
], - "_sapR3andCrmGateway": "string",
- "sapR3andCrmGateway": "string",
- "_sapR3andCrmGroup": "string",
- "sapR3andCrmGroup": "string",
- "_sapR3andCrmName": "string",
- "sapR3andCrmName": "string",
- "_sapR3andCrmQueryListenerPort": 0,
- "sapR3andCrmQueryListenerPort": 0,
- "_sapR3andCrmSystemNumber": 0,
- "sapR3andCrmSystemNumber": 0,
- "_sapR3andCrmRfcTrace": 0,
- "sapR3andCrmRfcTrace": "string"
}, - "alternateMachine2": {
- "_acsApplication": "string",
- "acsApplication": "string",
- "_acsConfiguration": "string",
- "acsConfiguration": "string",
- "_acsStorage": "string",
- "acsStorage": "string",
- "_acsConfigVersion": "string",
- "acsConfigVersion": "string",
- "_guidewireAgentType": "string",
- "guidewireAgentType": "string",
- "_guidewireAgentBatchProcesses": "string",
- "guidewireAgentBatchProcesses": "string",
- "_guidewireAgentClientSecret": "string",
- "guidewireAgentClientSecret": "string",
- "_guidewireAgentOAuthUrl": "string",
- "guidewireAgentOAuthUrl": "string",
- "_guidewireAgentOAuthAppId": "string",
- "guidewireAgentOAuthAppId": "string",
- "_guidewireAgentOAuthScopes": "string",
- "guidewireAgentOAuthScopes": "string",
- "id": 0,
- "name": "string",
- "currentJobs": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": null,
- "description": null
}, - "machines": [
- null
], - "assignedMasterJobs": [
- null
], - "assignedDailyJobs": [
- null
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "socket": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "type": {
- "id": 0,
- "description": "string"
}, - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": null,
- "name": null,
- "instance": null,
- "date": null
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": null,
- "name": null,
- "instance": null,
- "date": null
}
}
], - "acceptMessagesfromIp": "string",
- "agentAuthToken": "string",
- "agentCheckCrc": true,
- "agentFileTransferPortNumberForTls": "string",
- "agentName": "string",
- "_agentSmaCommunicationsProtocol": "string",
- "agentSMACommunicationsProtocol": "string",
- "agentSocket": "string",
- "agentSpecialFeatures": "string",
- "agentSupportNonTlsForSmaftAgent": "string",
- "agentSupportNonTlsForSmaftServer": "string",
- "agentSupportTlsForSmaftAgent": "string",
- "agentSupportTlsForSmaftServer": "string",
- "_allowKillJob": true,
- "allowKillJob": true,
- "availableProperties": [
- [
- {
- "key": null,
- "value": null
}
]
], - "_checkCertificateRevocationList": true,
- "checkCertificateRevocationList": true,
- "checkCrc": "string",
- "checkMachineStatusInterval": 0,
- "closeSocket": "string",
- "closeSocketDuringSynchronization": true,
- "connectionAttemptTimeout": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "cpuCount": "string",
- "cpuId": "string",
- "cpuModel": "string",
- "cpuType": "string",
- "documentation": "string",
- "fileTransferFeature": "string",
- "fileTransferIpAddress": "string",
- "_fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForNonTls": 0,
- "_fileTransferPortNumberForTls": 0,
- "fileTransferPortNumberForTls": 0,
- "_fileTransferRole": "string",
- "fileTransferRole": "string",
- "fullFileTransferSupport": true,
- "fullyQualifiedDomainName": "string",
- "gatewayName": "string",
- "hostname": "string",
- "jorsFeature": "string",
- "_jorsPortNumber": 0,
- "jorsPortNumber": 0,
- "jorsSocket": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "machineMaximumJobs": "string",
- "maxBytesReadPerMessage": 0,
- "maxBytesSentPerMessage": 0,
- "maxConsecutiveSendMessages": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "osType": "string",
- "osVersion": "string",
- "pollInterval": 0,
- "receiveBufferCount": 0,
- "_requiresXmlEscape": true,
- "requiresXmlEscape": true,
- "resourceMonitorFeature": "string",
- "responseTimeoutInSeconds": 0,
- "sendBufferCount": 0,
- "smaCommunicationsProtocol": "string",
- "smaftAgentPort": "string",
- "smaftServerPortForNonTls": "string",
- "smaNetComIdentifier": "string",
- "smaNetComSocket": "string",
- "supportedAgentCapability": [
- "string"
], - "_supportNonTlsForSmaftAgent": true,
- "supportNonTLSForSMAFTAgent": true,
- "_supportNonTlsForSmaftServer": true,
- "supportNonTLSForSMAFTServer": true,
- "_supportTLSForSMAFTAgent": true,
- "supportTLSForSMAFTAgent": true,
- "_supportTLSForSMAFTServer": true,
- "supportTLSForSMAFTServer": true,
- "supportsHandshake": "string",
- "tcpIpAddress": "string",
- "timeOffsetfromSamInHours": 0,
- "timeOffsetfromUtcInHours": 0,
- "timeSent": "string",
- "timeZoneName": "string",
- "tlsCertificateDistinguishedName": "string",
- "_tlsCertificateSerialNumber": "string",
- "tlsCertificateSerialNumber": "string",
- "traceAllMessages": true,
- "_useTLSforSchedulingCommunications": true,
- "useTLSforSchedulingCommunications": true,
- "agentVersion": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0,
- "_opconMftServerEnabled": true,
- "opConMFTServerEnabled": true,
- "_opconMftServerEventsWebhook": "string",
- "opConMFTServerEventsWebhook": "string",
- "_sapBwClientId": 0,
- "sapBwClientId": 0,
- "_sapBwGateway": "string",
- "sapBwGateway": "string",
- "_sapBwGroup": "string",
- "sapBwGroup": "string",
- "_sapBwName": "string",
- "sapBwName": "string",
- "_sapBwQueryListenerPort": 0,
- "sapBwQueryListenerPort": 0,
- "_sapBwSystemNumber": 0,
- "sapBwSystemNumber": 0,
- "_sapBwRfcTrace": 0,
- "sapBwRfcTrace": "string",
- "_sapR3andCrmAuditLevel": 0,
- "sapR3andCrmAuditLevel": "string",
- "_sapR3andCrmClientId": 0,
- "sapR3andCrmClientId": 0,
- "_sapEvents": [
- "string"
], - "sapEvents": [
- "string"
], - "_sapR3andCrmGateway": "string",
- "sapR3andCrmGateway": "string",
- "_sapR3andCrmGroup": "string",
- "sapR3andCrmGroup": "string",
- "_sapR3andCrmName": "string",
- "sapR3andCrmName": "string",
- "_sapR3andCrmQueryListenerPort": 0,
- "sapR3andCrmQueryListenerPort": 0,
- "_sapR3andCrmSystemNumber": 0,
- "sapR3andCrmSystemNumber": 0,
- "_sapR3andCrmRfcTrace": 0,
- "sapR3andCrmRfcTrace": "string"
}, - "alternateMachine3": {
- "_acsApplication": "string",
- "acsApplication": "string",
- "_acsConfiguration": "string",
- "acsConfiguration": "string",
- "_acsStorage": "string",
- "acsStorage": "string",
- "_acsConfigVersion": "string",
- "acsConfigVersion": "string",
- "_guidewireAgentType": "string",
- "guidewireAgentType": "string",
- "_guidewireAgentBatchProcesses": "string",
- "guidewireAgentBatchProcesses": "string",
- "_guidewireAgentClientSecret": "string",
- "guidewireAgentClientSecret": "string",
- "_guidewireAgentOAuthUrl": "string",
- "guidewireAgentOAuthUrl": "string",
- "_guidewireAgentOAuthAppId": "string",
- "guidewireAgentOAuthAppId": "string",
- "_guidewireAgentOAuthScopes": "string",
- "guidewireAgentOAuthScopes": "string",
- "id": 0,
- "name": "string",
- "currentJobs": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": null,
- "description": null
}, - "machines": [
- null
], - "assignedMasterJobs": [
- null
], - "assignedDailyJobs": [
- null
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "socket": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "type": {
- "id": 0,
- "description": "string"
}, - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": null,
- "name": null,
- "instance": null,
- "date": null
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": null,
- "name": null,
- "instance": null,
- "date": null
}
}
], - "acceptMessagesfromIp": "string",
- "agentAuthToken": "string",
- "agentCheckCrc": true,
- "agentFileTransferPortNumberForTls": "string",
- "agentName": "string",
- "_agentSmaCommunicationsProtocol": "string",
- "agentSMACommunicationsProtocol": "string",
- "agentSocket": "string",
- "agentSpecialFeatures": "string",
- "agentSupportNonTlsForSmaftAgent": "string",
- "agentSupportNonTlsForSmaftServer": "string",
- "agentSupportTlsForSmaftAgent": "string",
- "agentSupportTlsForSmaftServer": "string",
- "_allowKillJob": true,
- "allowKillJob": true,
- "availableProperties": [
- [
- {
- "key": null,
- "value": null
}
]
], - "_checkCertificateRevocationList": true,
- "checkCertificateRevocationList": true,
- "checkCrc": "string",
- "checkMachineStatusInterval": 0,
- "closeSocket": "string",
- "closeSocketDuringSynchronization": true,
- "connectionAttemptTimeout": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "cpuCount": "string",
- "cpuId": "string",
- "cpuModel": "string",
- "cpuType": "string",
- "documentation": "string",
- "fileTransferFeature": "string",
- "fileTransferIpAddress": "string",
- "_fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForNonTls": 0,
- "_fileTransferPortNumberForTls": 0,
- "fileTransferPortNumberForTls": 0,
- "_fileTransferRole": "string",
- "fileTransferRole": "string",
- "fullFileTransferSupport": true,
- "fullyQualifiedDomainName": "string",
- "gatewayName": "string",
- "hostname": "string",
- "jorsFeature": "string",
- "_jorsPortNumber": 0,
- "jorsPortNumber": 0,
- "jorsSocket": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "machineMaximumJobs": "string",
- "maxBytesReadPerMessage": 0,
- "maxBytesSentPerMessage": 0,
- "maxConsecutiveSendMessages": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "osType": "string",
- "osVersion": "string",
- "pollInterval": 0,
- "receiveBufferCount": 0,
- "_requiresXmlEscape": true,
- "requiresXmlEscape": true,
- "resourceMonitorFeature": "string",
- "responseTimeoutInSeconds": 0,
- "sendBufferCount": 0,
- "smaCommunicationsProtocol": "string",
- "smaftAgentPort": "string",
- "smaftServerPortForNonTls": "string",
- "smaNetComIdentifier": "string",
- "smaNetComSocket": "string",
- "supportedAgentCapability": [
- "string"
], - "_supportNonTlsForSmaftAgent": true,
- "supportNonTLSForSMAFTAgent": true,
- "_supportNonTlsForSmaftServer": true,
- "supportNonTLSForSMAFTServer": true,
- "_supportTLSForSMAFTAgent": true,
- "supportTLSForSMAFTAgent": true,
- "_supportTLSForSMAFTServer": true,
- "supportTLSForSMAFTServer": true,
- "supportsHandshake": "string",
- "tcpIpAddress": "string",
- "timeOffsetfromSamInHours": 0,
- "timeOffsetfromUtcInHours": 0,
- "timeSent": "string",
- "timeZoneName": "string",
- "tlsCertificateDistinguishedName": "string",
- "_tlsCertificateSerialNumber": "string",
- "tlsCertificateSerialNumber": "string",
- "traceAllMessages": true,
- "_useTLSforSchedulingCommunications": true,
- "useTLSforSchedulingCommunications": true,
- "agentVersion": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0,
- "_opconMftServerEnabled": true,
- "opConMFTServerEnabled": true,
- "_opconMftServerEventsWebhook": "string",
- "opConMFTServerEventsWebhook": "string",
- "_sapBwClientId": 0,
- "sapBwClientId": 0,
- "_sapBwGateway": "string",
- "sapBwGateway": "string",
- "_sapBwGroup": "string",
- "sapBwGroup": "string",
- "_sapBwName": "string",
- "sapBwName": "string",
- "_sapBwQueryListenerPort": 0,
- "sapBwQueryListenerPort": 0,
- "_sapBwSystemNumber": 0,
- "sapBwSystemNumber": 0,
- "_sapBwRfcTrace": 0,
- "sapBwRfcTrace": "string",
- "_sapR3andCrmAuditLevel": 0,
- "sapR3andCrmAuditLevel": "string",
- "_sapR3andCrmClientId": 0,
- "sapR3andCrmClientId": 0,
- "_sapEvents": [
- "string"
], - "sapEvents": [
- "string"
], - "_sapR3andCrmGateway": "string",
- "sapR3andCrmGateway": "string",
- "_sapR3andCrmGroup": "string",
- "sapR3andCrmGroup": "string",
- "_sapR3andCrmName": "string",
- "sapR3andCrmName": "string",
- "_sapR3andCrmQueryListenerPort": 0,
- "sapR3andCrmQueryListenerPort": 0,
- "_sapR3andCrmSystemNumber": 0,
- "sapR3andCrmSystemNumber": 0,
- "_sapR3andCrmRfcTrace": 0,
- "sapR3andCrmRfcTrace": "string"
}, - "machineGroup": {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- {
- "_acsApplication": "string",
- "acsApplication": "string",
- "_acsConfiguration": "string",
- "acsConfiguration": "string",
- "_acsStorage": "string",
- "acsStorage": "string",
- "_acsConfigVersion": "string",
- "acsConfigVersion": "string",
- "_guidewireAgentType": "string",
- "guidewireAgentType": "string",
- "_guidewireAgentBatchProcesses": "string",
- "guidewireAgentBatchProcesses": "string",
- "_guidewireAgentClientSecret": "string",
- "guidewireAgentClientSecret": "string",
- "_guidewireAgentOAuthUrl": "string",
- "guidewireAgentOAuthUrl": "string",
- "_guidewireAgentOAuthAppId": "string",
- "guidewireAgentOAuthAppId": "string",
- "_guidewireAgentOAuthScopes": "string",
- "guidewireAgentOAuthScopes": "string",
- "id": 0,
- "name": "string",
- "currentJobs": 0,
- "gatewayId": 0,
- "groups": [
- null
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "socket": 0,
- "state": {
- "state": null,
- "networkStatus": null,
- "operationStatus": null
}, - "type": {
- "id": null,
- "description": null
}, - "assignedMasterJobs": [
- null
], - "assignedDailyJobs": [
- null
], - "acceptMessagesfromIp": "string",
- "agentAuthToken": "string",
- "agentCheckCrc": true,
- "agentFileTransferPortNumberForTls": "string",
- "agentName": "string",
- "_agentSmaCommunicationsProtocol": "string",
- "agentSMACommunicationsProtocol": "string",
- "agentSocket": "string",
- "agentSpecialFeatures": "string",
- "agentSupportNonTlsForSmaftAgent": "string",
- "agentSupportNonTlsForSmaftServer": "string",
- "agentSupportTlsForSmaftAgent": "string",
- "agentSupportTlsForSmaftServer": "string",
- "_allowKillJob": true,
- "allowKillJob": true,
- "availableProperties": [
- [ ]
], - "_checkCertificateRevocationList": true,
- "checkCertificateRevocationList": true,
- "checkCrc": "string",
- "checkMachineStatusInterval": 0,
- "closeSocket": "string",
- "closeSocketDuringSynchronization": true,
- "connectionAttemptTimeout": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "cpuCount": "string",
- "cpuId": "string",
- "cpuModel": "string",
- "cpuType": "string",
- "documentation": "string",
- "fileTransferFeature": "string",
- "fileTransferIpAddress": "string",
- "_fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForNonTls": 0,
- "_fileTransferPortNumberForTls": 0,
- "fileTransferPortNumberForTls": 0,
- "_fileTransferRole": "string",
- "fileTransferRole": "string",
- "fullFileTransferSupport": true,
- "fullyQualifiedDomainName": "string",
- "gatewayName": "string",
- "hostname": "string",
- "jorsFeature": "string",
- "_jorsPortNumber": 0,
- "jorsPortNumber": 0,
- "jorsSocket": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "machineMaximumJobs": "string",
- "maxBytesReadPerMessage": 0,
- "maxBytesSentPerMessage": 0,
- "maxConsecutiveSendMessages": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "osType": "string",
- "osVersion": "string",
- "pollInterval": 0,
- "receiveBufferCount": 0,
- "_requiresXmlEscape": true,
- "requiresXmlEscape": true,
- "resourceMonitorFeature": "string",
- "responseTimeoutInSeconds": 0,
- "sendBufferCount": 0,
- "smaCommunicationsProtocol": "string",
- "smaftAgentPort": "string",
- "smaftServerPortForNonTls": "string",
- "smaNetComIdentifier": "string",
- "smaNetComSocket": "string",
- "supportedAgentCapability": [
- null
], - "_supportNonTlsForSmaftAgent": true,
- "supportNonTLSForSMAFTAgent": true,
- "_supportNonTlsForSmaftServer": true,
- "supportNonTLSForSMAFTServer": true,
- "_supportTLSForSMAFTAgent": true,
- "supportTLSForSMAFTAgent": true,
- "_supportTLSForSMAFTServer": true,
- "supportTLSForSMAFTServer": true,
- "supportsHandshake": "string",
- "tcpIpAddress": "string",
- "timeOffsetfromSamInHours": 0,
- "timeOffsetfromUtcInHours": 0,
- "timeSent": "string",
- "timeZoneName": "string",
- "tlsCertificateDistinguishedName": "string",
- "_tlsCertificateSerialNumber": "string",
- "tlsCertificateSerialNumber": "string",
- "traceAllMessages": true,
- "_useTLSforSchedulingCommunications": true,
- "useTLSforSchedulingCommunications": true,
- "agentVersion": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0,
- "_opconMftServerEnabled": true,
- "opConMFTServerEnabled": true,
- "_opconMftServerEventsWebhook": "string",
- "opConMFTServerEventsWebhook": "string",
- "_sapBwClientId": 0,
- "sapBwClientId": 0,
- "_sapBwGateway": "string",
- "sapBwGateway": "string",
- "_sapBwGroup": "string",
- "sapBwGroup": "string",
- "_sapBwName": "string",
- "sapBwName": "string",
- "_sapBwQueryListenerPort": 0,
- "sapBwQueryListenerPort": 0,
- "_sapBwSystemNumber": 0,
- "sapBwSystemNumber": 0,
- "_sapBwRfcTrace": 0,
- "sapBwRfcTrace": "string",
- "_sapR3andCrmAuditLevel": 0,
- "sapR3andCrmAuditLevel": "string",
- "_sapR3andCrmClientId": 0,
- "sapR3andCrmClientId": 0,
- "_sapEvents": [
- null
], - "sapEvents": [
- null
], - "_sapR3andCrmGateway": "string",
- "sapR3andCrmGateway": "string",
- "_sapR3andCrmGroup": "string",
- "sapR3andCrmGroup": "string",
- "_sapR3andCrmName": "string",
- "sapR3andCrmName": "string",
- "_sapR3andCrmQueryListenerPort": 0,
- "sapR3andCrmQueryListenerPort": 0,
- "_sapR3andCrmSystemNumber": 0,
- "sapR3andCrmSystemNumber": 0,
- "_sapR3andCrmRfcTrace": 0,
- "sapR3andCrmRfcTrace": "string"
}
], - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": null,
- "name": null,
- "instance": null,
- "date": null
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": null,
- "name": null,
- "instance": null,
- "date": null
}
}
]
}, - "schedule": {
- "calendar": {
- "id": 0,
- "schedule": { },
- "type": 0,
- "name": "string",
- "dates": [
- "string"
], - "description": "string",
- "calendarAssociations": [
- {
- "id": null,
- "scheduleName": null,
- "jobName": null,
- "frequencyName": null,
- "isAdditionalHolidayCalendar": null
}
]
}, - "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- null
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "frequencies": [
- {
- "scheduleId": 0,
- "name": "string"
}
], - "scheduleStart": "2019-08-24T14:15:22Z",
- "sam": 0,
- "start": 0,
- "weekdays": 0,
- "isNamedInstance": true,
- "useMasterHolidayCalendar": true,
- "documentation": "string",
- "events": [
- "string"
], - "instanceProperties": [
- "string"
], - "isMultiInstance": true,
- "autoBuildDaysToBuild": 0,
- "autoBuildDaysInAdvance": 0,
- "autoBuildOverwrite": true,
- "autoBuildOnHold": true,
- "autoBuildTime": 0,
- "machineGroupToBuildFor": 0,
- "id": 0,
- "name": "string",
- "autoBuildSettings": {
- "numberOfDaysInAdvance": 0,
- "daysToBuild": 0,
- "overwrite": true,
- "buildOnHold": true,
- "buildOffset": 0
}, - "propertiesList": [
- {
- "key": "string",
- "value": "string"
}
], - "multiInstanceDetails": {
- "type": "string"
}, - "subSchedule": true,
- "hasMachineInstances": true,
- "scheduleMachineGroupId": 0,
- "hasSubSchedule": true
}, - "instances": [
- "string"
], - "estimatedRunTime": 0,
- "shortName": "string",
- "properties": [
- {
- "id": 0,
- "jobName": "string",
- "fieldCode": 0,
- "sequenceNumber": 0,
- "value": "string"
}
]
}, - "jobStatus": 0,
- "startStatus": 0,
- "statusCategory": "string",
- "schedule": {
- "scheduleId": 0,
- "scheduleName": "string",
- "id": "string",
- "date": "string",
- "name": "string",
- "namedInstance": {
- "scheduleId": 0,
- "number": 0,
- "id": 0,
- "name": "string"
}
}, - "id": "string",
- "name": "string",
- "status": "string"
}, - "scheduleDate": 0,
- "isSatisfied": true
}
], - "events": [
- {
- "job": {
- "id": "string"
}, - "user": {
- "id": 32767,
- "name": "string"
}, - "trigger": {
- "property1": "string",
- "property2": "string"
}, - "event": {
- "name": "string",
- "type": "string",
- "category": "string",
- "parameters": {
- "property1": "string",
- "property2": "string"
}
}, - "frequency": {
- "name": "string"
}, - "id": 0
}
], - "configurations": [
- {
- "fieldCode": 0,
- "sequenceNumber": 0,
- "value": "string",
- "name": "string",
- "isUserDefined": true
}
], - "expressionDependencies": {
- "id": 0,
- "expression1": "string",
- "expression2": "string"
}, - "detailMessages": [
- "string"
], - "isRecurrent": true,
- "features": [
- "string"
], - "currentStep": "string",
- "jobGroup": 0,
- "startMachineId": 0,
- "startOffset": 0,
- "startAbsoluteRelative": "string",
- "lateToStartTime": 0,
- "lateToStartAbsoluteRelative": "string",
- "start": 0,
- "termination": 0,
- "estimatedRunTime": 0,
- "lastUpdate": 0,
- "maxMinutes": 0,
- "originalJobName": "string",
- "shortName": "string",
- "calculatedStartTime": 0,
- "startTimeIsEstimated": true,
- "calculatedEndTime": 0,
- "endTimeIsEstimated": true,
- "calculatedDuration": 0,
- "durationIsEstimated": true,
- "subScheduleDailyName": "string",
- "subScheduleDailyPath": "string",
- "subScheduleDailyInstance": 0,
- "subScheduleDailyId": 0,
- "subScheduleDailyDate": 0,
- "subScheduleMasterName": "string",
- "subScheduleMasterId": 0
}
]
Sample request (this returns a list of all daily jobs):
POST /api/dailyJobs
uids | string or null A comma-separated list of Daily Job Unique Ids (1, 2, etc.) |
includeDocumentation | boolean Flag to include a list of Documentation associated with the Daily Job |
includeThresholdResourceDependencies | boolean Flag to include a list of Threshold and Resource Dependencies associated with the Daily Job |
includeThresholdResourceUpdates | boolean Flag to include a list of Threshold and Resource Updates associated with the Daily Job |
includeExpressionDependencies | boolean Flag to include a list of Expression Dependencies associated with the Daily Job |
includeDependencies | boolean Flag to include a list of Job Dependencies associated with the Daily Job |
includeConfigurations | boolean Flag to include configurations associated with the Daily Job |
includeCount | boolean Flag to include a total count of Daily Jobs in the response header |
includeDetails | boolean Flag to include details of Daily Job |
includeEvents | boolean Flag to include a list of Events associated with the Daily Job |
terminationDescription | string or null The Termination Description of the Daily Job |
jobName | string or null The Job Name of the Daily Job (Can accept ? and * wildcards) |
machine | string or null The primary Machine Name assigned to run the Daily Job |
startMachine | string or null The Machine Name on which the Daily Job is running |
primaryMachine | string or null The primary Machine Name assigned to run the Daily Job |
alternateMachine | string or null The first alternate Machine Name assigned to run the Daily Job |
alternateMachine2 | string or null The second alternate Machine Name assigned to run the Daily Job |
alternateMachine3 | string or null The third alternate Machine Name assigned to run the Daily Job |
reason | string or null The Daily Job Reason |
scheduleDates | Array of integers or null <int32> Comma-separated list of dates the Daily Job is scheduled to run |
sortOrders | Array of strings or null |
jobStatus | string or null The Status of the Daily Job |
jobStatusCategories | Array of strings or null Comma-separated list of Daily Job Statuses |
jobType | string or null The Daily Job Job Type |
priorityValue | integer or null <int32> The Daily Job Priority |
scheduleStatus | string or null The Daily Job Schedule Status |
scheduleName | string or null The Daily Job Schedule Name |
path | string or null The Daily Job Path |
tagList | Array of strings or null Comma separated list of Daily Job Tags |
limitValue | integer or null <int32> Limits the results being fetched |
offsetValue | integer or null <int32> Retrieves records beginning at this record number |
departmentList | Array of integers or null <int32> Comma-separated list of Department Ids |
accessCodeList | Array of integers or null <int32> Comma-separated list of Access Code Ids |
jobNumber | integer or null <int32> |
ids | string or null Comma-separated list of Daily Job Ids |
scheduleIds | string or null |
name | string or null |
dates | string or null |
status | string or null |
sortBy | string or null Option to sort Daily Jobs by Id (in ascending (default) or descending (:desc) order), Name, Status, Date, Path, Duration (Calculated Duration), Start (Calculated Start Time), End (Calculated End Time), State (Job State), Machine (on which the Daily Job is running), JobType, Priority (Job Priority), TermDesc (Termination Description), and ScheduleStatus (Schedule Status) |
priority | string or null |
accessCodeIds | string or null |
limit | string or null |
offset | string or null |
tags | string or null |
categories | string or null |
departmentIds | string or null |
{- "uids": "string",
- "includeDocumentation": true,
- "includeThresholdResourceDependencies": true,
- "includeThresholdResourceUpdates": true,
- "includeExpressionDependencies": true,
- "includeDependencies": true,
- "includeConfigurations": true,
- "includeCount": true,
- "includeDetails": true,
- "includeEvents": true,
- "terminationDescription": "string",
- "jobName": "string",
- "machine": "string",
- "startMachine": "string",
- "primaryMachine": "string",
- "alternateMachine": "string",
- "alternateMachine2": "string",
- "alternateMachine3": "string",
- "reason": "string",
- "scheduleDates": [
- 0
], - "sortOrders": [
- "string"
], - "jobStatus": "string",
- "jobStatusCategories": [
- "string"
], - "jobType": "string",
- "priorityValue": 0,
- "scheduleStatus": "string",
- "scheduleName": "string",
- "path": "string",
- "tagList": [
- "string"
], - "limitValue": 0,
- "offsetValue": 0,
- "departmentList": [
- 0
], - "accessCodeList": [
- 0
], - "jobNumber": 0,
- "ids": "string",
- "scheduleIds": "string",
- "name": "string",
- "dates": "string",
- "status": "string",
- "sortBy": "string",
- "priority": "string",
- "accessCodeIds": "string",
- "limit": "string",
- "offset": "string",
- "tags": "string",
- "categories": "string",
- "departmentIds": "string"
}
[- {
- "uid": 0,
- "uniqueJobId": "string",
- "details": {
- "subType": "string",
- "subTypeFormDataString": "string",
- "subTypeFormData": {
- "property1": null,
- "property2": null
}, - "calculatedStartTime": "2019-08-24T14:15:22Z",
- "id": "string",
- "documentation": {
- "id": 0,
- "frequency": "string",
- "job": "string"
}, - "jobAction": "string",
- "supportedFeatures": [
- "string"
]
}, - "feedback": { },
- "department": {
- "id": 0,
- "name": "string",
- "documentation": "string",
- "associations": {
- "jobs": [
- {
- "schedule": "string",
- "job": "string"
}
], - "dailyJobs": [
- {
- "schedule": "string",
- "job": "string",
- "date": "2019-08-24T14:15:22Z"
}
], - "roles": [
- "string"
]
}, - "scheduleId": 0,
- "scheduleName": "string",
- "jobName": "string",
- "dailyScheduleId": 0,
- "dailyScheduleName": "string",
- "dailyJobName": "string",
- "dailyJobDate": 0,
- "role": "string"
}, - "instanceProperties": [
- {
- "key": "string",
- "value": "string"
}
], - "steps": [
- "string"
], - "id": "string",
- "priority": 0,
- "jobName": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- "string"
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "jobNumber": 0,
- "jorsRequestParameters": "string",
- "incidentTicketId": "string",
- "incidentTicketURL": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "accessCode": {
- "id": 0,
- "name": "string",
- "description": "string",
- "crossReferencesDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "crossReferencesMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
]
}, - "machine": {
- "_acsApplication": "string",
- "acsApplication": "string",
- "_acsConfiguration": "string",
- "acsConfiguration": "string",
- "_acsStorage": "string",
- "acsStorage": "string",
- "_acsConfigVersion": "string",
- "acsConfigVersion": "string",
- "_guidewireAgentType": "string",
- "guidewireAgentType": "string",
- "_guidewireAgentBatchProcesses": "string",
- "guidewireAgentBatchProcesses": "string",
- "_guidewireAgentClientSecret": "string",
- "guidewireAgentClientSecret": "string",
- "_guidewireAgentOAuthUrl": "string",
- "guidewireAgentOAuthUrl": "string",
- "_guidewireAgentOAuthAppId": "string",
- "guidewireAgentOAuthAppId": "string",
- "_guidewireAgentOAuthScopes": "string",
- "guidewireAgentOAuthScopes": "string",
- "id": 0,
- "name": "string",
- "currentJobs": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
], - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "socket": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "type": {
- "id": 0,
- "description": "string"
}, - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "acceptMessagesfromIp": "string",
- "agentAuthToken": "string",
- "agentCheckCrc": true,
- "agentFileTransferPortNumberForTls": "string",
- "agentName": "string",
- "_agentSmaCommunicationsProtocol": "string",
- "agentSMACommunicationsProtocol": "string",
- "agentSocket": "string",
- "agentSpecialFeatures": "string",
- "agentSupportNonTlsForSmaftAgent": "string",
- "agentSupportNonTlsForSmaftServer": "string",
- "agentSupportTlsForSmaftAgent": "string",
- "agentSupportTlsForSmaftServer": "string",
- "_allowKillJob": true,
- "allowKillJob": true,
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "_checkCertificateRevocationList": true,
- "checkCertificateRevocationList": true,
- "checkCrc": "string",
- "checkMachineStatusInterval": 0,
- "closeSocket": "string",
- "closeSocketDuringSynchronization": true,
- "connectionAttemptTimeout": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "cpuCount": "string",
- "cpuId": "string",
- "cpuModel": "string",
- "cpuType": "string",
- "documentation": "string",
- "fileTransferFeature": "string",
- "fileTransferIpAddress": "string",
- "_fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForNonTls": 0,
- "_fileTransferPortNumberForTls": 0,
- "fileTransferPortNumberForTls": 0,
- "_fileTransferRole": "string",
- "fileTransferRole": "string",
- "fullFileTransferSupport": true,
- "fullyQualifiedDomainName": "string",
- "gatewayName": "string",
- "hostname": "string",
- "jorsFeature": "string",
- "_jorsPortNumber": 0,
- "jorsPortNumber": 0,
- "jorsSocket": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "machineMaximumJobs": "string",
- "maxBytesReadPerMessage": 0,
- "maxBytesSentPerMessage": 0,
- "maxConsecutiveSendMessages": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "osType": "string",
- "osVersion": "string",
- "pollInterval": 0,
- "receiveBufferCount": 0,
- "_requiresXmlEscape": true,
- "requiresXmlEscape": true,
- "resourceMonitorFeature": "string",
- "responseTimeoutInSeconds": 0,
- "sendBufferCount": 0,
- "smaCommunicationsProtocol": "string",
- "smaftAgentPort": "string",
- "smaftServerPortForNonTls": "string",
- "smaNetComIdentifier": "string",
- "smaNetComSocket": "string",
- "supportedAgentCapability": [
- "string"
], - "_supportNonTlsForSmaftAgent": true,
- "supportNonTLSForSMAFTAgent": true,
- "_supportNonTlsForSmaftServer": true,
- "supportNonTLSForSMAFTServer": true,
- "_supportTLSForSMAFTAgent": true,
- "supportTLSForSMAFTAgent": true,
- "_supportTLSForSMAFTServer": true,
- "supportTLSForSMAFTServer": true,
- "supportsHandshake": "string",
- "tcpIpAddress": "string",
- "timeOffsetfromSamInHours": 0,
- "timeOffsetfromUtcInHours": 0,
- "timeSent": "string",
- "timeZoneName": "string",
- "tlsCertificateDistinguishedName": "string",
- "_tlsCertificateSerialNumber": "string",
- "tlsCertificateSerialNumber": "string",
- "traceAllMessages": true,
- "_useTLSforSchedulingCommunications": true,
- "useTLSforSchedulingCommunications": true,
- "agentVersion": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0,
- "_opconMftServerEnabled": true,
- "opConMFTServerEnabled": true,
- "_opconMftServerEventsWebhook": "string",
- "opConMFTServerEventsWebhook": "string",
- "_sapBwClientId": 0,
- "sapBwClientId": 0,
- "_sapBwGateway": "string",
- "sapBwGateway": "string",
- "_sapBwGroup": "string",
- "sapBwGroup": "string",
- "_sapBwName": "string",
- "sapBwName": "string",
- "_sapBwQueryListenerPort": 0,
- "sapBwQueryListenerPort": 0,
- "_sapBwSystemNumber": 0,
- "sapBwSystemNumber": 0,
- "_sapBwRfcTrace": 0,
- "sapBwRfcTrace": "string",
- "_sapR3andCrmAuditLevel": 0,
- "sapR3andCrmAuditLevel": "string",
- "_sapR3andCrmClientId": 0,
- "sapR3andCrmClientId": 0,
- "_sapEvents": [
- "string"
], - "sapEvents": [
- "string"
], - "_sapR3andCrmGateway": "string",
- "sapR3andCrmGateway": "string",
- "_sapR3andCrmGroup": "string",
- "sapR3andCrmGroup": "string",
- "_sapR3andCrmName": "string",
- "sapR3andCrmName": "string",
- "_sapR3andCrmQueryListenerPort": 0,
- "sapR3andCrmQueryListenerPort": 0,
- "_sapR3andCrmSystemNumber": 0,
- "sapR3andCrmSystemNumber": 0,
- "_sapR3andCrmRfcTrace": 0,
- "sapR3andCrmRfcTrace": "string"
}, - "alternateMachine": {
- "_acsApplication": "string",
- "acsApplication": "string",
- "_acsConfiguration": "string",
- "acsConfiguration": "string",
- "_acsStorage": "string",
- "acsStorage": "string",
- "_acsConfigVersion": "string",
- "acsConfigVersion": "string",
- "_guidewireAgentType": "string",
- "guidewireAgentType": "string",
- "_guidewireAgentBatchProcesses": "string",
- "guidewireAgentBatchProcesses": "string",
- "_guidewireAgentClientSecret": "string",
- "guidewireAgentClientSecret": "string",
- "_guidewireAgentOAuthUrl": "string",
- "guidewireAgentOAuthUrl": "string",
- "_guidewireAgentOAuthAppId": "string",
- "guidewireAgentOAuthAppId": "string",
- "_guidewireAgentOAuthScopes": "string",
- "guidewireAgentOAuthScopes": "string",
- "id": 0,
- "name": "string",
- "currentJobs": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
], - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "socket": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "type": {
- "id": 0,
- "description": "string"
}, - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "acceptMessagesfromIp": "string",
- "agentAuthToken": "string",
- "agentCheckCrc": true,
- "agentFileTransferPortNumberForTls": "string",
- "agentName": "string",
- "_agentSmaCommunicationsProtocol": "string",
- "agentSMACommunicationsProtocol": "string",
- "agentSocket": "string",
- "agentSpecialFeatures": "string",
- "agentSupportNonTlsForSmaftAgent": "string",
- "agentSupportNonTlsForSmaftServer": "string",
- "agentSupportTlsForSmaftAgent": "string",
- "agentSupportTlsForSmaftServer": "string",
- "_allowKillJob": true,
- "allowKillJob": true,
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "_checkCertificateRevocationList": true,
- "checkCertificateRevocationList": true,
- "checkCrc": "string",
- "checkMachineStatusInterval": 0,
- "closeSocket": "string",
- "closeSocketDuringSynchronization": true,
- "connectionAttemptTimeout": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "cpuCount": "string",
- "cpuId": "string",
- "cpuModel": "string",
- "cpuType": "string",
- "documentation": "string",
- "fileTransferFeature": "string",
- "fileTransferIpAddress": "string",
- "_fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForNonTls": 0,
- "_fileTransferPortNumberForTls": 0,
- "fileTransferPortNumberForTls": 0,
- "_fileTransferRole": "string",
- "fileTransferRole": "string",
- "fullFileTransferSupport": true,
- "fullyQualifiedDomainName": "string",
- "gatewayName": "string",
- "hostname": "string",
- "jorsFeature": "string",
- "_jorsPortNumber": 0,
- "jorsPortNumber": 0,
- "jorsSocket": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "machineMaximumJobs": "string",
- "maxBytesReadPerMessage": 0,
- "maxBytesSentPerMessage": 0,
- "maxConsecutiveSendMessages": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "osType": "string",
- "osVersion": "string",
- "pollInterval": 0,
- "receiveBufferCount": 0,
- "_requiresXmlEscape": true,
- "requiresXmlEscape": true,
- "resourceMonitorFeature": "string",
- "responseTimeoutInSeconds": 0,
- "sendBufferCount": 0,
- "smaCommunicationsProtocol": "string",
- "smaftAgentPort": "string",
- "smaftServerPortForNonTls": "string",
- "smaNetComIdentifier": "string",
- "smaNetComSocket": "string",
- "supportedAgentCapability": [
- "string"
], - "_supportNonTlsForSmaftAgent": true,
- "supportNonTLSForSMAFTAgent": true,
- "_supportNonTlsForSmaftServer": true,
- "supportNonTLSForSMAFTServer": true,
- "_supportTLSForSMAFTAgent": true,
- "supportTLSForSMAFTAgent": true,
- "_supportTLSForSMAFTServer": true,
- "supportTLSForSMAFTServer": true,
- "supportsHandshake": "string",
- "tcpIpAddress": "string",
- "timeOffsetfromSamInHours": 0,
- "timeOffsetfromUtcInHours": 0,
- "timeSent": "string",
- "timeZoneName": "string",
- "tlsCertificateDistinguishedName": "string",
- "_tlsCertificateSerialNumber": "string",
- "tlsCertificateSerialNumber": "string",
- "traceAllMessages": true,
- "_useTLSforSchedulingCommunications": true,
- "useTLSforSchedulingCommunications": true,
- "agentVersion": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0,
- "_opconMftServerEnabled": true,
- "opConMFTServerEnabled": true,
- "_opconMftServerEventsWebhook": "string",
- "opConMFTServerEventsWebhook": "string",
- "_sapBwClientId": 0,
- "sapBwClientId": 0,
- "_sapBwGateway": "string",
- "sapBwGateway": "string",
- "_sapBwGroup": "string",
- "sapBwGroup": "string",
- "_sapBwName": "string",
- "sapBwName": "string",
- "_sapBwQueryListenerPort": 0,
- "sapBwQueryListenerPort": 0,
- "_sapBwSystemNumber": 0,
- "sapBwSystemNumber": 0,
- "_sapBwRfcTrace": 0,
- "sapBwRfcTrace": "string",
- "_sapR3andCrmAuditLevel": 0,
- "sapR3andCrmAuditLevel": "string",
- "_sapR3andCrmClientId": 0,
- "sapR3andCrmClientId": 0,
- "_sapEvents": [
- "string"
], - "sapEvents": [
- "string"
], - "_sapR3andCrmGateway": "string",
- "sapR3andCrmGateway": "string",
- "_sapR3andCrmGroup": "string",
- "sapR3andCrmGroup": "string",
- "_sapR3andCrmName": "string",
- "sapR3andCrmName": "string",
- "_sapR3andCrmQueryListenerPort": 0,
- "sapR3andCrmQueryListenerPort": 0,
- "_sapR3andCrmSystemNumber": 0,
- "sapR3andCrmSystemNumber": 0,
- "_sapR3andCrmRfcTrace": 0,
- "sapR3andCrmRfcTrace": "string"
}, - "alternateMachine2": {
- "_acsApplication": "string",
- "acsApplication": "string",
- "_acsConfiguration": "string",
- "acsConfiguration": "string",
- "_acsStorage": "string",
- "acsStorage": "string",
- "_acsConfigVersion": "string",
- "acsConfigVersion": "string",
- "_guidewireAgentType": "string",
- "guidewireAgentType": "string",
- "_guidewireAgentBatchProcesses": "string",
- "guidewireAgentBatchProcesses": "string",
- "_guidewireAgentClientSecret": "string",
- "guidewireAgentClientSecret": "string",
- "_guidewireAgentOAuthUrl": "string",
- "guidewireAgentOAuthUrl": "string",
- "_guidewireAgentOAuthAppId": "string",
- "guidewireAgentOAuthAppId": "string",
- "_guidewireAgentOAuthScopes": "string",
- "guidewireAgentOAuthScopes": "string",
- "id": 0,
- "name": "string",
- "currentJobs": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
], - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "socket": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "type": {
- "id": 0,
- "description": "string"
}, - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "acceptMessagesfromIp": "string",
- "agentAuthToken": "string",
- "agentCheckCrc": true,
- "agentFileTransferPortNumberForTls": "string",
- "agentName": "string",
- "_agentSmaCommunicationsProtocol": "string",
- "agentSMACommunicationsProtocol": "string",
- "agentSocket": "string",
- "agentSpecialFeatures": "string",
- "agentSupportNonTlsForSmaftAgent": "string",
- "agentSupportNonTlsForSmaftServer": "string",
- "agentSupportTlsForSmaftAgent": "string",
- "agentSupportTlsForSmaftServer": "string",
- "_allowKillJob": true,
- "allowKillJob": true,
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "_checkCertificateRevocationList": true,
- "checkCertificateRevocationList": true,
- "checkCrc": "string",
- "checkMachineStatusInterval": 0,
- "closeSocket": "string",
- "closeSocketDuringSynchronization": true,
- "connectionAttemptTimeout": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "cpuCount": "string",
- "cpuId": "string",
- "cpuModel": "string",
- "cpuType": "string",
- "documentation": "string",
- "fileTransferFeature": "string",
- "fileTransferIpAddress": "string",
- "_fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForNonTls": 0,
- "_fileTransferPortNumberForTls": 0,
- "fileTransferPortNumberForTls": 0,
- "_fileTransferRole": "string",
- "fileTransferRole": "string",
- "fullFileTransferSupport": true,
- "fullyQualifiedDomainName": "string",
- "gatewayName": "string",
- "hostname": "string",
- "jorsFeature": "string",
- "_jorsPortNumber": 0,
- "jorsPortNumber": 0,
- "jorsSocket": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "machineMaximumJobs": "string",
- "maxBytesReadPerMessage": 0,
- "maxBytesSentPerMessage": 0,
- "maxConsecutiveSendMessages": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "osType": "string",
- "osVersion": "string",
- "pollInterval": 0,
- "receiveBufferCount": 0,
- "_requiresXmlEscape": true,
- "requiresXmlEscape": true,
- "resourceMonitorFeature": "string",
- "responseTimeoutInSeconds": 0,
- "sendBufferCount": 0,
- "smaCommunicationsProtocol": "string",
- "smaftAgentPort": "string",
- "smaftServerPortForNonTls": "string",
- "smaNetComIdentifier": "string",
- "smaNetComSocket": "string",
- "supportedAgentCapability": [
- "string"
], - "_supportNonTlsForSmaftAgent": true,
- "supportNonTLSForSMAFTAgent": true,
- "_supportNonTlsForSmaftServer": true,
- "supportNonTLSForSMAFTServer": true,
- "_supportTLSForSMAFTAgent": true,
- "supportTLSForSMAFTAgent": true,
- "_supportTLSForSMAFTServer": true,
- "supportTLSForSMAFTServer": true,
- "supportsHandshake": "string",
- "tcpIpAddress": "string",
- "timeOffsetfromSamInHours": 0,
- "timeOffsetfromUtcInHours": 0,
- "timeSent": "string",
- "timeZoneName": "string",
- "tlsCertificateDistinguishedName": "string",
- "_tlsCertificateSerialNumber": "string",
- "tlsCertificateSerialNumber": "string",
- "traceAllMessages": true,
- "_useTLSforSchedulingCommunications": true,
- "useTLSforSchedulingCommunications": true,
- "agentVersion": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0,
- "_opconMftServerEnabled": true,
- "opConMFTServerEnabled": true,
- "_opconMftServerEventsWebhook": "string",
- "opConMFTServerEventsWebhook": "string",
- "_sapBwClientId": 0,
- "sapBwClientId": 0,
- "_sapBwGateway": "string",
- "sapBwGateway": "string",
- "_sapBwGroup": "string",
- "sapBwGroup": "string",
- "_sapBwName": "string",
- "sapBwName": "string",
- "_sapBwQueryListenerPort": 0,
- "sapBwQueryListenerPort": 0,
- "_sapBwSystemNumber": 0,
- "sapBwSystemNumber": 0,
- "_sapBwRfcTrace": 0,
- "sapBwRfcTrace": "string",
- "_sapR3andCrmAuditLevel": 0,
- "sapR3andCrmAuditLevel": "string",
- "_sapR3andCrmClientId": 0,
- "sapR3andCrmClientId": 0,
- "_sapEvents": [
- "string"
], - "sapEvents": [
- "string"
], - "_sapR3andCrmGateway": "string",
- "sapR3andCrmGateway": "string",
- "_sapR3andCrmGroup": "string",
- "sapR3andCrmGroup": "string",
- "_sapR3andCrmName": "string",
- "sapR3andCrmName": "string",
- "_sapR3andCrmQueryListenerPort": 0,
- "sapR3andCrmQueryListenerPort": 0,
- "_sapR3andCrmSystemNumber": 0,
- "sapR3andCrmSystemNumber": 0,
- "_sapR3andCrmRfcTrace": 0,
- "sapR3andCrmRfcTrace": "string"
}, - "alternateMachine3": {
- "_acsApplication": "string",
- "acsApplication": "string",
- "_acsConfiguration": "string",
- "acsConfiguration": "string",
- "_acsStorage": "string",
- "acsStorage": "string",
- "_acsConfigVersion": "string",
- "acsConfigVersion": "string",
- "_guidewireAgentType": "string",
- "guidewireAgentType": "string",
- "_guidewireAgentBatchProcesses": "string",
- "guidewireAgentBatchProcesses": "string",
- "_guidewireAgentClientSecret": "string",
- "guidewireAgentClientSecret": "string",
- "_guidewireAgentOAuthUrl": "string",
- "guidewireAgentOAuthUrl": "string",
- "_guidewireAgentOAuthAppId": "string",
- "guidewireAgentOAuthAppId": "string",
- "_guidewireAgentOAuthScopes": "string",
- "guidewireAgentOAuthScopes": "string",
- "id": 0,
- "name": "string",
- "currentJobs": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
], - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "socket": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "type": {
- "id": 0,
- "description": "string"
}, - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "acceptMessagesfromIp": "string",
- "agentAuthToken": "string",
- "agentCheckCrc": true,
- "agentFileTransferPortNumberForTls": "string",
- "agentName": "string",
- "_agentSmaCommunicationsProtocol": "string",
- "agentSMACommunicationsProtocol": "string",
- "agentSocket": "string",
- "agentSpecialFeatures": "string",
- "agentSupportNonTlsForSmaftAgent": "string",
- "agentSupportNonTlsForSmaftServer": "string",
- "agentSupportTlsForSmaftAgent": "string",
- "agentSupportTlsForSmaftServer": "string",
- "_allowKillJob": true,
- "allowKillJob": true,
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "_checkCertificateRevocationList": true,
- "checkCertificateRevocationList": true,
- "checkCrc": "string",
- "checkMachineStatusInterval": 0,
- "closeSocket": "string",
- "closeSocketDuringSynchronization": true,
- "connectionAttemptTimeout": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "cpuCount": "string",
- "cpuId": "string",
- "cpuModel": "string",
- "cpuType": "string",
- "documentation": "string",
- "fileTransferFeature": "string",
- "fileTransferIpAddress": "string",
- "_fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForNonTls": 0,
- "_fileTransferPortNumberForTls": 0,
- "fileTransferPortNumberForTls": 0,
- "_fileTransferRole": "string",
- "fileTransferRole": "string",
- "fullFileTransferSupport": true,
- "fullyQualifiedDomainName": "string",
- "gatewayName": "string",
- "hostname": "string",
- "jorsFeature": "string",
- "_jorsPortNumber": 0,
- "jorsPortNumber": 0,
- "jorsSocket": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "machineMaximumJobs": "string",
- "maxBytesReadPerMessage": 0,
- "maxBytesSentPerMessage": 0,
- "maxConsecutiveSendMessages": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "osType": "string",
- "osVersion": "string",
- "pollInterval": 0,
- "receiveBufferCount": 0,
- "_requiresXmlEscape": true,
- "requiresXmlEscape": true,
- "resourceMonitorFeature": "string",
- "responseTimeoutInSeconds": 0,
- "sendBufferCount": 0,
- "smaCommunicationsProtocol": "string",
- "smaftAgentPort": "string",
- "smaftServerPortForNonTls": "string",
- "smaNetComIdentifier": "string",
- "smaNetComSocket": "string",
- "supportedAgentCapability": [
- "string"
], - "_supportNonTlsForSmaftAgent": true,
- "supportNonTLSForSMAFTAgent": true,
- "_supportNonTlsForSmaftServer": true,
- "supportNonTLSForSMAFTServer": true,
- "_supportTLSForSMAFTAgent": true,
- "supportTLSForSMAFTAgent": true,
- "_supportTLSForSMAFTServer": true,
- "supportTLSForSMAFTServer": true,
- "supportsHandshake": "string",
- "tcpIpAddress": "string",
- "timeOffsetfromSamInHours": 0,
- "timeOffsetfromUtcInHours": 0,
- "timeSent": "string",
- "timeZoneName": "string",
- "tlsCertificateDistinguishedName": "string",
- "_tlsCertificateSerialNumber": "string",
- "tlsCertificateSerialNumber": "string",
- "traceAllMessages": true,
- "_useTLSforSchedulingCommunications": true,
- "useTLSforSchedulingCommunications": true,
- "agentVersion": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0,
- "_opconMftServerEnabled": true,
- "opConMFTServerEnabled": true,
- "_opconMftServerEventsWebhook": "string",
- "opConMFTServerEventsWebhook": "string",
- "_sapBwClientId": 0,
- "sapBwClientId": 0,
- "_sapBwGateway": "string",
- "sapBwGateway": "string",
- "_sapBwGroup": "string",
- "sapBwGroup": "string",
- "_sapBwName": "string",
- "sapBwName": "string",
- "_sapBwQueryListenerPort": 0,
- "sapBwQueryListenerPort": 0,
- "_sapBwSystemNumber": 0,
- "sapBwSystemNumber": 0,
- "_sapBwRfcTrace": 0,
- "sapBwRfcTrace": "string",
- "_sapR3andCrmAuditLevel": 0,
- "sapR3andCrmAuditLevel": "string",
- "_sapR3andCrmClientId": 0,
- "sapR3andCrmClientId": 0,
- "_sapEvents": [
- "string"
], - "sapEvents": [
- "string"
], - "_sapR3andCrmGateway": "string",
- "sapR3andCrmGateway": "string",
- "_sapR3andCrmGroup": "string",
- "sapR3andCrmGroup": "string",
- "_sapR3andCrmName": "string",
- "sapR3andCrmName": "string",
- "_sapR3andCrmQueryListenerPort": 0,
- "sapR3andCrmQueryListenerPort": 0,
- "_sapR3andCrmSystemNumber": 0,
- "sapR3andCrmSystemNumber": 0,
- "_sapR3andCrmRfcTrace": 0,
- "sapR3andCrmRfcTrace": "string"
}, - "machineGroup": {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- {
- "_acsApplication": "string",
- "acsApplication": "string",
- "_acsConfiguration": "string",
- "acsConfiguration": "string",
- "_acsStorage": "string",
- "acsStorage": "string",
- "_acsConfigVersion": "string",
- "acsConfigVersion": "string",
- "_guidewireAgentType": "string",
- "guidewireAgentType": "string",
- "_guidewireAgentBatchProcesses": "string",
- "guidewireAgentBatchProcesses": "string",
- "_guidewireAgentClientSecret": "string",
- "guidewireAgentClientSecret": "string",
- "_guidewireAgentOAuthUrl": "string",
- "guidewireAgentOAuthUrl": "string",
- "_guidewireAgentOAuthAppId": "string",
- "guidewireAgentOAuthAppId": "string",
- "_guidewireAgentOAuthScopes": "string",
- "guidewireAgentOAuthScopes": "string",
- "id": 0,
- "name": "string",
- "currentJobs": 0,
- "gatewayId": 0,
- "groups": [
- { }
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "socket": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "type": {
- "id": 0,
- "description": "string"
}, - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "acceptMessagesfromIp": "string",
- "agentAuthToken": "string",
- "agentCheckCrc": true,
- "agentFileTransferPortNumberForTls": "string",
- "agentName": "string",
- "_agentSmaCommunicationsProtocol": "string",
- "agentSMACommunicationsProtocol": "string",
- "agentSocket": "string",
- "agentSpecialFeatures": "string",
- "agentSupportNonTlsForSmaftAgent": "string",
- "agentSupportNonTlsForSmaftServer": "string",
- "agentSupportTlsForSmaftAgent": "string",
- "agentSupportTlsForSmaftServer": "string",
- "_allowKillJob": true,
- "allowKillJob": true,
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "_checkCertificateRevocationList": true,
- "checkCertificateRevocationList": true,
- "checkCrc": "string",
- "checkMachineStatusInterval": 0,
- "closeSocket": "string",
- "closeSocketDuringSynchronization": true,
- "connectionAttemptTimeout": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "cpuCount": "string",
- "cpuId": "string",
- "cpuModel": "string",
- "cpuType": "string",
- "documentation": "string",
- "fileTransferFeature": "string",
- "fileTransferIpAddress": "string",
- "_fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForNonTls": 0,
- "_fileTransferPortNumberForTls": 0,
- "fileTransferPortNumberForTls": 0,
- "_fileTransferRole": "string",
- "fileTransferRole": "string",
- "fullFileTransferSupport": true,
- "fullyQualifiedDomainName": "string",
- "gatewayName": "string",
- "hostname": "string",
- "jorsFeature": "string",
- "_jorsPortNumber": 0,
- "jorsPortNumber": 0,
- "jorsSocket": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "machineMaximumJobs": "string",
- "maxBytesReadPerMessage": 0,
- "maxBytesSentPerMessage": 0,
- "maxConsecutiveSendMessages": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "osType": "string",
- "osVersion": "string",
- "pollInterval": 0,
- "receiveBufferCount": 0,
- "_requiresXmlEscape": true,
- "requiresXmlEscape": true,
- "resourceMonitorFeature": "string",
- "responseTimeoutInSeconds": 0,
- "sendBufferCount": 0,
- "smaCommunicationsProtocol": "string",
- "smaftAgentPort": "string",
- "smaftServerPortForNonTls": "string",
- "smaNetComIdentifier": "string",
- "smaNetComSocket": "string",
- "supportedAgentCapability": [
- "string"
], - "_supportNonTlsForSmaftAgent": true,
- "supportNonTLSForSMAFTAgent": true,
- "_supportNonTlsForSmaftServer": true,
- "supportNonTLSForSMAFTServer": true,
- "_supportTLSForSMAFTAgent": true,
- "supportTLSForSMAFTAgent": true,
- "_supportTLSForSMAFTServer": true,
- "supportTLSForSMAFTServer": true,
- "supportsHandshake": "string",
- "tcpIpAddress": "string",
- "timeOffsetfromSamInHours": 0,
- "timeOffsetfromUtcInHours": 0,
- "timeSent": "string",
- "timeZoneName": "string",
- "tlsCertificateDistinguishedName": "string",
- "_tlsCertificateSerialNumber": "string",
- "tlsCertificateSerialNumber": "string",
- "traceAllMessages": true,
- "_useTLSforSchedulingCommunications": true,
- "useTLSforSchedulingCommunications": true,
- "agentVersion": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0,
- "_opconMftServerEnabled": true,
- "opConMFTServerEnabled": true,
- "_opconMftServerEventsWebhook": "string",
- "opConMFTServerEventsWebhook": "string",
- "_sapBwClientId": 0,
- "sapBwClientId": 0,
- "_sapBwGateway": "string",
- "sapBwGateway": "string",
- "_sapBwGroup": "string",
- "sapBwGroup": "string",
- "_sapBwName": "string",
- "sapBwName": "string",
- "_sapBwQueryListenerPort": 0,
- "sapBwQueryListenerPort": 0,
- "_sapBwSystemNumber": 0,
- "sapBwSystemNumber": 0,
- "_sapBwRfcTrace": 0,
- "sapBwRfcTrace": "string",
- "_sapR3andCrmAuditLevel": 0,
- "sapR3andCrmAuditLevel": "string",
- "_sapR3andCrmClientId": 0,
- "sapR3andCrmClientId": 0,
- "_sapEvents": [
- "string"
], - "sapEvents": [
- "string"
], - "_sapR3andCrmGateway": "string",
- "sapR3andCrmGateway": "string",
- "_sapR3andCrmGroup": "string",
- "sapR3andCrmGroup": "string",
- "_sapR3andCrmName": "string",
- "sapR3andCrmName": "string",
- "_sapR3andCrmQueryListenerPort": 0,
- "sapR3andCrmQueryListenerPort": 0,
- "_sapR3andCrmSystemNumber": 0,
- "sapR3andCrmSystemNumber": 0,
- "_sapR3andCrmRfcTrace": 0,
- "sapR3andCrmRfcTrace": "string"
}
], - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
]
}, - "startMachine": {
- "_acsApplication": "string",
- "acsApplication": "string",
- "_acsConfiguration": "string",
- "acsConfiguration": "string",
- "_acsStorage": "string",
- "acsStorage": "string",
- "_acsConfigVersion": "string",
- "acsConfigVersion": "string",
- "_guidewireAgentType": "string",
- "guidewireAgentType": "string",
- "_guidewireAgentBatchProcesses": "string",
- "guidewireAgentBatchProcesses": "string",
- "_guidewireAgentClientSecret": "string",
- "guidewireAgentClientSecret": "string",
- "_guidewireAgentOAuthUrl": "string",
- "guidewireAgentOAuthUrl": "string",
- "_guidewireAgentOAuthAppId": "string",
- "guidewireAgentOAuthAppId": "string",
- "_guidewireAgentOAuthScopes": "string",
- "guidewireAgentOAuthScopes": "string",
- "id": 0,
- "name": "string",
- "currentJobs": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
], - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "socket": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "type": {
- "id": 0,
- "description": "string"
}, - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "acceptMessagesfromIp": "string",
- "agentAuthToken": "string",
- "agentCheckCrc": true,
- "agentFileTransferPortNumberForTls": "string",
- "agentName": "string",
- "_agentSmaCommunicationsProtocol": "string",
- "agentSMACommunicationsProtocol": "string",
- "agentSocket": "string",
- "agentSpecialFeatures": "string",
- "agentSupportNonTlsForSmaftAgent": "string",
- "agentSupportNonTlsForSmaftServer": "string",
- "agentSupportTlsForSmaftAgent": "string",
- "agentSupportTlsForSmaftServer": "string",
- "_allowKillJob": true,
- "allowKillJob": true,
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "_checkCertificateRevocationList": true,
- "checkCertificateRevocationList": true,
- "checkCrc": "string",
- "checkMachineStatusInterval": 0,
- "closeSocket": "string",
- "closeSocketDuringSynchronization": true,
- "connectionAttemptTimeout": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "cpuCount": "string",
- "cpuId": "string",
- "cpuModel": "string",
- "cpuType": "string",
- "documentation": "string",
- "fileTransferFeature": "string",
- "fileTransferIpAddress": "string",
- "_fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForNonTls": 0,
- "_fileTransferPortNumberForTls": 0,
- "fileTransferPortNumberForTls": 0,
- "_fileTransferRole": "string",
- "fileTransferRole": "string",
- "fullFileTransferSupport": true,
- "fullyQualifiedDomainName": "string",
- "gatewayName": "string",
- "hostname": "string",
- "jorsFeature": "string",
- "_jorsPortNumber": 0,
- "jorsPortNumber": 0,
- "jorsSocket": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "machineMaximumJobs": "string",
- "maxBytesReadPerMessage": 0,
- "maxBytesSentPerMessage": 0,
- "maxConsecutiveSendMessages": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "osType": "string",
- "osVersion": "string",
- "pollInterval": 0,
- "receiveBufferCount": 0,
- "_requiresXmlEscape": true,
- "requiresXmlEscape": true,
- "resourceMonitorFeature": "string",
- "responseTimeoutInSeconds": 0,
- "sendBufferCount": 0,
- "smaCommunicationsProtocol": "string",
- "smaftAgentPort": "string",
- "smaftServerPortForNonTls": "string",
- "smaNetComIdentifier": "string",
- "smaNetComSocket": "string",
- "supportedAgentCapability": [
- "string"
], - "_supportNonTlsForSmaftAgent": true,
- "supportNonTLSForSMAFTAgent": true,
- "_supportNonTlsForSmaftServer": true,
- "supportNonTLSForSMAFTServer": true,
- "_supportTLSForSMAFTAgent": true,
- "supportTLSForSMAFTAgent": true,
- "_supportTLSForSMAFTServer": true,
- "supportTLSForSMAFTServer": true,
- "supportsHandshake": "string",
- "tcpIpAddress": "string",
- "timeOffsetfromSamInHours": 0,
- "timeOffsetfromUtcInHours": 0,
- "timeSent": "string",
- "timeZoneName": "string",
- "tlsCertificateDistinguishedName": "string",
- "_tlsCertificateSerialNumber": "string",
- "tlsCertificateSerialNumber": "string",
- "traceAllMessages": true,
- "_useTLSforSchedulingCommunications": true,
- "useTLSforSchedulingCommunications": true,
- "agentVersion": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0,
- "_opconMftServerEnabled": true,
- "opConMFTServerEnabled": true,
- "_opconMftServerEventsWebhook": "string",
- "opConMFTServerEventsWebhook": "string",
- "_sapBwClientId": 0,
- "sapBwClientId": 0,
- "_sapBwGateway": "string",
- "sapBwGateway": "string",
- "_sapBwGroup": "string",
- "sapBwGroup": "string",
- "_sapBwName": "string",
- "sapBwName": "string",
- "_sapBwQueryListenerPort": 0,
- "sapBwQueryListenerPort": 0,
- "_sapBwSystemNumber": 0,
- "sapBwSystemNumber": 0,
- "_sapBwRfcTrace": 0,
- "sapBwRfcTrace": "string",
- "_sapR3andCrmAuditLevel": 0,
- "sapR3andCrmAuditLevel": "string",
- "_sapR3andCrmClientId": 0,
- "sapR3andCrmClientId": 0,
- "_sapEvents": [
- "string"
], - "sapEvents": [
- "string"
], - "_sapR3andCrmGateway": "string",
- "sapR3andCrmGateway": "string",
- "_sapR3andCrmGroup": "string",
- "sapR3andCrmGroup": "string",
- "_sapR3andCrmName": "string",
- "sapR3andCrmName": "string",
- "_sapR3andCrmQueryListenerPort": 0,
- "sapR3andCrmQueryListenerPort": 0,
- "_sapR3andCrmSystemNumber": 0,
- "sapR3andCrmSystemNumber": 0,
- "_sapR3andCrmRfcTrace": 0,
- "sapR3andCrmRfcTrace": "string"
}, - "tags": [
- "string"
], - "jobStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}, - "schedule": {
- "uid": 0,
- "instanceProperties": [
- {
- "key": "string",
- "value": "string"
}
], - "dateAsInteger": 0,
- "id": "string",
- "masterId": 0,
- "details": {
- "documentation": "string",
- "deployInformation": {
- "description": "string",
- "version": "string",
- "date": "string",
- "user": "string"
}
}, - "computedStartTime": {
- "time": "string",
- "isEstimated": true,
- "programmedFor": "string",
- "consideredLateAt": "string",
- "latestStart": "string"
}, - "definedStartTime": "string",
- "endTime": "string",
- "name": "string",
- "status": {
- "id": 0,
- "description": "string",
- "category": "string",
- "containsFailedJobs": true
}, - "instance": 0,
- "duration": 0,
- "date": "string",
- "path": "string",
- "containerJobId": "string",
- "workWeek": 0,
- "events": [
- {
- "id": 0,
- "user": {
- "id": 32767,
- "name": "string"
}, - "event": {
- "name": "string",
- "type": "string",
- "category": "string",
- "parameters": {
- "property1": "string",
- "property2": "string"
}
}, - "scheduleId": "string"
}
]
}, - "terminationDescription": "string",
- "computedStartTime": {
- "time": "string",
- "isEstimated": true,
- "programmedFor": "string",
- "consideredLateAt": "string",
- "latestStart": "string"
}, - "computedEndTime": {
- "time": "string",
- "isEstimated": true,
- "programmedFor": "string",
- "consideredLateAt": "string",
- "latestStart": "string"
}, - "computedDuration": {
- "duration": 0,
- "isEstimated": true
}, - "documentation": {
- "id": 0,
- "frequency": "string",
- "job": "string"
}, - "thresholdDependencies": [
- {
- "id": 0,
- "threshold": {
- "id": 0,
- "name": "string",
- "description": "string",
- "value": 0,
- "dependentDailyJobs": [
- {
- "id": "string",
- "uniqueJobId": "string",
- "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}
}
], - "updatedByDailyJobs": [
- {
- "id": "string",
- "uniqueJobId": "string",
- "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}
}
], - "dependentMasterJobs": [
- {
- "id": "string",
- "status": {
- "id": 0,
- "status": "string"
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "updatedByMasterJobs": [
- {
- "id": "string",
- "status": {
- "id": 0,
- "status": "string"
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "used": 0,
- "locked": true,
- "lockedByDailyJob": {
- "id": "string",
- "name": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
}, - "value": 0,
- "operator": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- "string"
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}
}
], - "resourceDependencies": [
- {
- "id": 0,
- "resource": {
- "id": 0,
- "name": "string",
- "description": "string",
- "value": 0,
- "dependentDailyJobs": [
- {
- "id": "string",
- "uniqueJobId": "string",
- "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}
}
], - "updatedByDailyJobs": [
- {
- "id": "string",
- "uniqueJobId": "string",
- "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}
}
], - "dependentMasterJobs": [
- {
- "id": "string",
- "status": {
- "id": 0,
- "status": "string"
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "updatedByMasterJobs": [
- {
- "id": "string",
- "status": {
- "id": 0,
- "status": "string"
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "used": 0,
- "locked": true,
- "lockedByDailyJob": {
- "id": "string",
- "name": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
}, - "requires": 0,
- "requiresAll": true,
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- "string"
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}
}
], - "thresholdUpdates": [
- {
- "id": 0,
- "resource": {
- "id": 0,
- "name": "string",
- "description": "string",
- "value": 0,
- "dependentDailyJobs": [
- {
- "id": "string",
- "uniqueJobId": "string",
- "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}
}
], - "updatedByDailyJobs": [
- {
- "id": "string",
- "uniqueJobId": "string",
- "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}
}
], - "dependentMasterJobs": [
- {
- "id": "string",
- "status": {
- "id": 0,
- "status": "string"
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "updatedByMasterJobs": [
- {
- "id": "string",
- "status": {
- "id": 0,
- "status": "string"
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "used": 0,
- "locked": true,
- "lockedByDailyJob": {
- "id": "string",
- "name": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
}, - "threshold": {
- "id": 0,
- "name": "string",
- "description": "string",
- "value": 0,
- "dependentDailyJobs": [
- {
- "id": "string",
- "uniqueJobId": "string",
- "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}
}
], - "updatedByDailyJobs": [
- {
- "id": "string",
- "uniqueJobId": "string",
- "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}
}
], - "dependentMasterJobs": [
- {
- "id": "string",
- "status": {
- "id": 0,
- "status": "string"
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "updatedByMasterJobs": [
- {
- "id": "string",
- "status": {
- "id": 0,
- "status": "string"
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "used": 0,
- "locked": true,
- "lockedByDailyJob": {
- "id": "string",
- "name": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
}, - "value": 0,
- "status": {
- "id": 0,
- "status": "string"
}, - "frequency": {
- "name": "string"
}, - "jobName": "string",
- "scheduleId": 0
}
], - "resourceUpdates": [
- {
- "id": 0,
- "resource": {
- "id": 0,
- "name": "string",
- "description": "string",
- "value": 0,
- "dependentDailyJobs": [
- {
- "id": "string",
- "uniqueJobId": "string",
- "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}
}
], - "updatedByDailyJobs": [
- {
- "id": "string",
- "uniqueJobId": "string",
- "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}
}
], - "dependentMasterJobs": [
- {
- "id": "string",
- "status": {
- "id": 0,
- "status": "string"
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "updatedByMasterJobs": [
- {
- "id": "string",
- "status": {
- "id": 0,
- "status": "string"
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "used": 0,
- "locked": true,
- "lockedByDailyJob": {
- "id": "string",
- "name": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
}, - "threshold": {
- "id": 0,
- "name": "string",
- "description": "string",
- "value": 0,
- "dependentDailyJobs": [
- {
- "id": "string",
- "uniqueJobId": "string",
- "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}
}
], - "updatedByDailyJobs": [
- {
- "id": "string",
- "uniqueJobId": "string",
- "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}
}
], - "dependentMasterJobs": [
- {
- "id": "string",
- "status": {
- "id": 0,
- "status": "string"
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "updatedByMasterJobs": [
- {
- "id": "string",
- "status": {
- "id": 0,
- "status": "string"
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": null,
- "actionOnOverlap": null,
- "instanceTimes": [ ],
- "numberOfRuns": null,
- "latestRunTimeOffset": null,
- "minutesFromEndToStart": null,
- "minutesFromStartToStart": null
}, - "startTimeEstimation": {
- "estimationSource": null,
- "estimatedRunTime": null,
- "predictedStartTimeOffset": null
}, - "jobExecution": {
- "samPriority": null,
- "maxRunTime": null
}, - "retryBehavior": {
- "retryOnFail": null,
- "minutesBetweenAttempts": null,
- "maximumAttempts": null
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": null,
- "startOffsetTimeFormat": null,
- "startOffset": null,
- "latestStartOffset": null,
- "latestStartOffsetTimeFormat": null,
- "lateToFinishOffset": null,
- "lateToStartOffset": null
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- null
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": null,
- "startStatus": null,
- "description": null,
- "category": null,
- "changeReason": null
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "used": 0,
- "locked": true,
- "lockedByDailyJob": {
- "id": "string",
- "name": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
}, - "value": 0,
- "status": {
- "id": 0,
- "status": "string"
}, - "frequency": {
- "name": "string"
}, - "jobName": "string",
- "scheduleId": 0
}
], - "dependencies": [
- {
- "scheduleId": 0,
- "scheduleInstanceNumber": 0,
- "jobName": "string",
- "id": 0,
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- "string"
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "type": {
- "id": 0,
- "name": "string",
- "condition": "string",
- "checkAllDays": true,
- "offset": 0,
- "jobNameLike": "string",
- "categories": [
- "string"
]
}, - "predecessor": {
- "masterJob": {
- "id": "string",
- "department": {
- "id": 0,
- "name": "string",
- "documentation": "string",
- "associations": {
- "jobs": [
- {
- "schedule": null,
- "job": null
}
], - "dailyJobs": [
- {
- "schedule": null,
- "job": null,
- "date": null
}
], - "roles": [
- "string"
]
}, - "scheduleId": 0,
- "scheduleName": "string",
- "jobName": "string",
- "dailyScheduleId": 0,
- "dailyScheduleName": "string",
- "dailyJobName": "string",
- "dailyJobDate": 0,
- "role": "string"
}, - "isMultiInstance": true,
- "runOnEachMachine": true,
- "jobGroup": 0,
- "jobName": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- "string"
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "frequencies": [
- {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- null
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}
], - "type": {
- "id": 0,
- "description": "string"
}, - "accessCode": {
- "id": 0,
- "name": "string",
- "description": "string",
- "crossReferencesDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": null,
- "name": null,
- "instance": null,
- "date": null
}
}
], - "crossReferencesMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": null,
- "name": null,
- "instance": null,
- "date": null
}
}
]
}, - "machine": {
- "_acsApplication": "string",
- "acsApplication": "string",
- "_acsConfiguration": "string",
- "acsConfiguration": "string",
- "_acsStorage": "string",
- "acsStorage": "string",
- "_acsConfigVersion": "string",
- "acsConfigVersion": "string",
- "_guidewireAgentType": "string",
- "guidewireAgentType": "string",
- "_guidewireAgentBatchProcesses": "string",
- "guidewireAgentBatchProcesses": "string",
- "_guidewireAgentClientSecret": "string",
- "guidewireAgentClientSecret": "string",
- "_guidewireAgentOAuthUrl": "string",
- "guidewireAgentOAuthUrl": "string",
- "_guidewireAgentOAuthAppId": "string",
- "guidewireAgentOAuthAppId": "string",
- "_guidewireAgentOAuthScopes": "string",
- "guidewireAgentOAuthScopes": "string",
- "id": 0,
- "name": "string",
- "currentJobs": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": null,
- "description": null
}, - "machines": [
- null
], - "assignedMasterJobs": [
- null
], - "assignedDailyJobs": [
- null
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "socket": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "type": {
- "id": 0,
- "description": "string"
}, - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": null,
- "name": null,
- "instance": null,
- "date": null
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": null,
- "name": null,
- "instance": null,
- "date": null
}
}
], - "acceptMessagesfromIp": "string",
- "agentAuthToken": "string",
- "agentCheckCrc": true,
- "agentFileTransferPortNumberForTls": "string",
- "agentName": "string",
- "_agentSmaCommunicationsProtocol": "string",
- "agentSMACommunicationsProtocol": "string",
- "agentSocket": "string",
- "agentSpecialFeatures": "string",
- "agentSupportNonTlsForSmaftAgent": "string",
- "agentSupportNonTlsForSmaftServer": "string",
- "agentSupportTlsForSmaftAgent": "string",
- "agentSupportTlsForSmaftServer": "string",
- "_allowKillJob": true,
- "allowKillJob": true,
- "availableProperties": [
- [
- {
- "key": null,
- "value": null
}
]
], - "_checkCertificateRevocationList": true,
- "checkCertificateRevocationList": true,
- "checkCrc": "string",
- "checkMachineStatusInterval": 0,
- "closeSocket": "string",
- "closeSocketDuringSynchronization": true,
- "connectionAttemptTimeout": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "cpuCount": "string",
- "cpuId": "string",
- "cpuModel": "string",
- "cpuType": "string",
- "documentation": "string",
- "fileTransferFeature": "string",
- "fileTransferIpAddress": "string",
- "_fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForNonTls": 0,
- "_fileTransferPortNumberForTls": 0,
- "fileTransferPortNumberForTls": 0,
- "_fileTransferRole": "string",
- "fileTransferRole": "string",
- "fullFileTransferSupport": true,
- "fullyQualifiedDomainName": "string",
- "gatewayName": "string",
- "hostname": "string",
- "jorsFeature": "string",
- "_jorsPortNumber": 0,
- "jorsPortNumber": 0,
- "jorsSocket": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "machineMaximumJobs": "string",
- "maxBytesReadPerMessage": 0,
- "maxBytesSentPerMessage": 0,
- "maxConsecutiveSendMessages": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "osType": "string",
- "osVersion": "string",
- "pollInterval": 0,
- "receiveBufferCount": 0,
- "_requiresXmlEscape": true,
- "requiresXmlEscape": true,
- "resourceMonitorFeature": "string",
- "responseTimeoutInSeconds": 0,
- "sendBufferCount": 0,
- "smaCommunicationsProtocol": "string",
- "smaftAgentPort": "string",
- "smaftServerPortForNonTls": "string",
- "smaNetComIdentifier": "string",
- "smaNetComSocket": "string",
- "supportedAgentCapability": [
- "string"
], - "_supportNonTlsForSmaftAgent": true,
- "supportNonTLSForSMAFTAgent": true,
- "_supportNonTlsForSmaftServer": true,
- "supportNonTLSForSMAFTServer": true,
- "_supportTLSForSMAFTAgent": true,
- "supportTLSForSMAFTAgent": true,
- "_supportTLSForSMAFTServer": true,
- "supportTLSForSMAFTServer": true,
- "supportsHandshake": "string",
- "tcpIpAddress": "string",
- "timeOffsetfromSamInHours": 0,
- "timeOffsetfromUtcInHours": 0,
- "timeSent": "string",
- "timeZoneName": "string",
- "tlsCertificateDistinguishedName": "string",
- "_tlsCertificateSerialNumber": "string",
- "tlsCertificateSerialNumber": "string",
- "traceAllMessages": true,
- "_useTLSforSchedulingCommunications": true,
- "useTLSforSchedulingCommunications": true,
- "agentVersion": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0,
- "_opconMftServerEnabled": true,
- "opConMFTServerEnabled": true,
- "_opconMftServerEventsWebhook": "string",
- "opConMFTServerEventsWebhook": "string",
- "_sapBwClientId": 0,
- "sapBwClientId": 0,
- "_sapBwGateway": "string",
- "sapBwGateway": "string",
- "_sapBwGroup": "string",
- "sapBwGroup": "string",
- "_sapBwName": "string",
- "sapBwName": "string",
- "_sapBwQueryListenerPort": 0,
- "sapBwQueryListenerPort": 0,
- "_sapBwSystemNumber": 0,
- "sapBwSystemNumber": 0,
- "_sapBwRfcTrace": 0,
- "sapBwRfcTrace": "string",
- "_sapR3andCrmAuditLevel": 0,
- "sapR3andCrmAuditLevel": "string",
- "_sapR3andCrmClientId": 0,
- "sapR3andCrmClientId": 0,
- "_sapEvents": [
- "string"
], - "sapEvents": [
- "string"
], - "_sapR3andCrmGateway": "string",
- "sapR3andCrmGateway": "string",
- "_sapR3andCrmGroup": "string",
- "sapR3andCrmGroup": "string",
- "_sapR3andCrmName": "string",
- "sapR3andCrmName": "string",
- "_sapR3andCrmQueryListenerPort": 0,
- "sapR3andCrmQueryListenerPort": 0,
- "_sapR3andCrmSystemNumber": 0,
- "sapR3andCrmSystemNumber": 0,
- "_sapR3andCrmRfcTrace": 0,
- "sapR3andCrmRfcTrace": "string"
}, - "alternateMachine": {
- "_acsApplication": "string",
- "acsApplication": "string",
- "_acsConfiguration": "string",
- "acsConfiguration": "string",
- "_acsStorage": "string",
- "acsStorage": "string",
- "_acsConfigVersion": "string",
- "acsConfigVersion": "string",
- "_guidewireAgentType": "string",
- "guidewireAgentType": "string",
- "_guidewireAgentBatchProcesses": "string",
- "guidewireAgentBatchProcesses": "string",
- "_guidewireAgentClientSecret": "string",
- "guidewireAgentClientSecret": "string",
- "_guidewireAgentOAuthUrl": "string",
- "guidewireAgentOAuthUrl": "string",
- "_guidewireAgentOAuthAppId": "string",
- "guidewireAgentOAuthAppId": "string",
- "_guidewireAgentOAuthScopes": "string",
- "guidewireAgentOAuthScopes": "string",
- "id": 0,
- "name": "string",
- "currentJobs": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": null,
- "description": null
}, - "machines": [
- null
], - "assignedMasterJobs": [
- null
], - "assignedDailyJobs": [
- null
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "socket": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "type": {
- "id": 0,
- "description": "string"
}, - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": null,
- "name": null,
- "instance": null,
- "date": null
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": null,
- "name": null,
- "instance": null,
- "date": null
}
}
], - "acceptMessagesfromIp": "string",
- "agentAuthToken": "string",
- "agentCheckCrc": true,
- "agentFileTransferPortNumberForTls": "string",
- "agentName": "string",
- "_agentSmaCommunicationsProtocol": "string",
- "agentSMACommunicationsProtocol": "string",
- "agentSocket": "string",
- "agentSpecialFeatures": "string",
- "agentSupportNonTlsForSmaftAgent": "string",
- "agentSupportNonTlsForSmaftServer": "string",
- "agentSupportTlsForSmaftAgent": "string",
- "agentSupportTlsForSmaftServer": "string",
- "_allowKillJob": true,
- "allowKillJob": true,
- "availableProperties": [
- [
- {
- "key": null,
- "value": null
}
]
], - "_checkCertificateRevocationList": true,
- "checkCertificateRevocationList": true,
- "checkCrc": "string",
- "checkMachineStatusInterval": 0,
- "closeSocket": "string",
- "closeSocketDuringSynchronization": true,
- "connectionAttemptTimeout": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "cpuCount": "string",
- "cpuId": "string",
- "cpuModel": "string",
- "cpuType": "string",
- "documentation": "string",
- "fileTransferFeature": "string",
- "fileTransferIpAddress": "string",
- "_fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForNonTls": 0,
- "_fileTransferPortNumberForTls": 0,
- "fileTransferPortNumberForTls": 0,
- "_fileTransferRole": "string",
- "fileTransferRole": "string",
- "fullFileTransferSupport": true,
- "fullyQualifiedDomainName": "string",
- "gatewayName": "string",
- "hostname": "string",
- "jorsFeature": "string",
- "_jorsPortNumber": 0,
- "jorsPortNumber": 0,
- "jorsSocket": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "machineMaximumJobs": "string",
- "maxBytesReadPerMessage": 0,
- "maxBytesSentPerMessage": 0,
- "maxConsecutiveSendMessages": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "osType": "string",
- "osVersion": "string",
- "pollInterval": 0,
- "receiveBufferCount": 0,
- "_requiresXmlEscape": true,
- "requiresXmlEscape": true,
- "resourceMonitorFeature": "string",
- "responseTimeoutInSeconds": 0,
- "sendBufferCount": 0,
- "smaCommunicationsProtocol": "string",
- "smaftAgentPort": "string",
- "smaftServerPortForNonTls": "string",
- "smaNetComIdentifier": "string",
- "smaNetComSocket": "string",
- "supportedAgentCapability": [
- "string"
], - "_supportNonTlsForSmaftAgent": true,
- "supportNonTLSForSMAFTAgent": true,
- "_supportNonTlsForSmaftServer": true,
- "supportNonTLSForSMAFTServer": true,
- "_supportTLSForSMAFTAgent": true,
- "supportTLSForSMAFTAgent": true,
- "_supportTLSForSMAFTServer": true,
- "supportTLSForSMAFTServer": true,
- "supportsHandshake": "string",
- "tcpIpAddress": "string",
- "timeOffsetfromSamInHours": 0,
- "timeOffsetfromUtcInHours": 0,
- "timeSent": "string",
- "timeZoneName": "string",
- "tlsCertificateDistinguishedName": "string",
- "_tlsCertificateSerialNumber": "string",
- "tlsCertificateSerialNumber": "string",
- "traceAllMessages": true,
- "_useTLSforSchedulingCommunications": true,
- "useTLSforSchedulingCommunications": true,
- "agentVersion": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0,
- "_opconMftServerEnabled": true,
- "opConMFTServerEnabled": true,
- "_opconMftServerEventsWebhook": "string",
- "opConMFTServerEventsWebhook": "string",
- "_sapBwClientId": 0,
- "sapBwClientId": 0,
- "_sapBwGateway": "string",
- "sapBwGateway": "string",
- "_sapBwGroup": "string",
- "sapBwGroup": "string",
- "_sapBwName": "string",
- "sapBwName": "string",
- "_sapBwQueryListenerPort": 0,
- "sapBwQueryListenerPort": 0,
- "_sapBwSystemNumber": 0,
- "sapBwSystemNumber": 0,
- "_sapBwRfcTrace": 0,
- "sapBwRfcTrace": "string",
- "_sapR3andCrmAuditLevel": 0,
- "sapR3andCrmAuditLevel": "string",
- "_sapR3andCrmClientId": 0,
- "sapR3andCrmClientId": 0,
- "_sapEvents": [
- "string"
], - "sapEvents": [
- "string"
], - "_sapR3andCrmGateway": "string",
- "sapR3andCrmGateway": "string",
- "_sapR3andCrmGroup": "string",
- "sapR3andCrmGroup": "string",
- "_sapR3andCrmName": "string",
- "sapR3andCrmName": "string",
- "_sapR3andCrmQueryListenerPort": 0,
- "sapR3andCrmQueryListenerPort": 0,
- "_sapR3andCrmSystemNumber": 0,
- "sapR3andCrmSystemNumber": 0,
- "_sapR3andCrmRfcTrace": 0,
- "sapR3andCrmRfcTrace": "string"
}, - "alternateMachine2": {
- "_acsApplication": "string",
- "acsApplication": "string",
- "_acsConfiguration": "string",
- "acsConfiguration": "string",
- "_acsStorage": "string",
- "acsStorage": "string",
- "_acsConfigVersion": "string",
- "acsConfigVersion": "string",
- "_guidewireAgentType": "string",
- "guidewireAgentType": "string",
- "_guidewireAgentBatchProcesses": "string",
- "guidewireAgentBatchProcesses": "string",
- "_guidewireAgentClientSecret": "string",
- "guidewireAgentClientSecret": "string",
- "_guidewireAgentOAuthUrl": "string",
- "guidewireAgentOAuthUrl": "string",
- "_guidewireAgentOAuthAppId": "string",
- "guidewireAgentOAuthAppId": "string",
- "_guidewireAgentOAuthScopes": "string",
- "guidewireAgentOAuthScopes": "string",
- "id": 0,
- "name": "string",
- "currentJobs": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": null,
- "description": null
}, - "machines": [
- null
], - "assignedMasterJobs": [
- null
], - "assignedDailyJobs": [
- null
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "socket": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "type": {
- "id": 0,
- "description": "string"
}, - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": null,
- "name": null,
- "instance": null,
- "date": null
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": null,
- "name": null,
- "instance": null,
- "date": null
}
}
], - "acceptMessagesfromIp": "string",
- "agentAuthToken": "string",
- "agentCheckCrc": true,
- "agentFileTransferPortNumberForTls": "string",
- "agentName": "string",
- "_agentSmaCommunicationsProtocol": "string",
- "agentSMACommunicationsProtocol": "string",
- "agentSocket": "string",
- "agentSpecialFeatures": "string",
- "agentSupportNonTlsForSmaftAgent": "string",
- "agentSupportNonTlsForSmaftServer": "string",
- "agentSupportTlsForSmaftAgent": "string",
- "agentSupportTlsForSmaftServer": "string",
- "_allowKillJob": true,
- "allowKillJob": true,
- "availableProperties": [
- [
- {
- "key": null,
- "value": null
}
]
], - "_checkCertificateRevocationList": true,
- "checkCertificateRevocationList": true,
- "checkCrc": "string",
- "checkMachineStatusInterval": 0,
- "closeSocket": "string",
- "closeSocketDuringSynchronization": true,
- "connectionAttemptTimeout": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "cpuCount": "string",
- "cpuId": "string",
- "cpuModel": "string",
- "cpuType": "string",
- "documentation": "string",
- "fileTransferFeature": "string",
- "fileTransferIpAddress": "string",
- "_fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForNonTls": 0,
- "_fileTransferPortNumberForTls": 0,
- "fileTransferPortNumberForTls": 0,
- "_fileTransferRole": "string",
- "fileTransferRole": "string",
- "fullFileTransferSupport": true,
- "fullyQualifiedDomainName": "string",
- "gatewayName": "string",
- "hostname": "string",
- "jorsFeature": "string",
- "_jorsPortNumber": 0,
- "jorsPortNumber": 0,
- "jorsSocket": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "machineMaximumJobs": "string",
- "maxBytesReadPerMessage": 0,
- "maxBytesSentPerMessage": 0,
- "maxConsecutiveSendMessages": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "osType": "string",
- "osVersion": "string",
- "pollInterval": 0,
- "receiveBufferCount": 0,
- "_requiresXmlEscape": true,
- "requiresXmlEscape": true,
- "resourceMonitorFeature": "string",
- "responseTimeoutInSeconds": 0,
- "sendBufferCount": 0,
- "smaCommunicationsProtocol": "string",
- "smaftAgentPort": "string",
- "smaftServerPortForNonTls": "string",
- "smaNetComIdentifier": "string",
- "smaNetComSocket": "string",
- "supportedAgentCapability": [
- "string"
], - "_supportNonTlsForSmaftAgent": true,
- "supportNonTLSForSMAFTAgent": true,
- "_supportNonTlsForSmaftServer": true,
- "supportNonTLSForSMAFTServer": true,
- "_supportTLSForSMAFTAgent": true,
- "supportTLSForSMAFTAgent": true,
- "_supportTLSForSMAFTServer": true,
- "supportTLSForSMAFTServer": true,
- "supportsHandshake": "string",
- "tcpIpAddress": "string",
- "timeOffsetfromSamInHours": 0,
- "timeOffsetfromUtcInHours": 0,
- "timeSent": "string",
- "timeZoneName": "string",
- "tlsCertificateDistinguishedName": "string",
- "_tlsCertificateSerialNumber": "string",
- "tlsCertificateSerialNumber": "string",
- "traceAllMessages": true,
- "_useTLSforSchedulingCommunications": true,
- "useTLSforSchedulingCommunications": true,
- "agentVersion": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0,
- "_opconMftServerEnabled": true,
- "opConMFTServerEnabled": true,
- "_opconMftServerEventsWebhook": "string",
- "opConMFTServerEventsWebhook": "string",
- "_sapBwClientId": 0,
- "sapBwClientId": 0,
- "_sapBwGateway": "string",
- "sapBwGateway": "string",
- "_sapBwGroup": "string",
- "sapBwGroup": "string",
- "_sapBwName": "string",
- "sapBwName": "string",
- "_sapBwQueryListenerPort": 0,
- "sapBwQueryListenerPort": 0,
- "_sapBwSystemNumber": 0,
- "sapBwSystemNumber": 0,
- "_sapBwRfcTrace": 0,
- "sapBwRfcTrace": "string",
- "_sapR3andCrmAuditLevel": 0,
- "sapR3andCrmAuditLevel": "string",
- "_sapR3andCrmClientId": 0,
- "sapR3andCrmClientId": 0,
- "_sapEvents": [
- "string"
], - "sapEvents": [
- "string"
], - "_sapR3andCrmGateway": "string",
- "sapR3andCrmGateway": "string",
- "_sapR3andCrmGroup": "string",
- "sapR3andCrmGroup": "string",
- "_sapR3andCrmName": "string",
- "sapR3andCrmName": "string",
- "_sapR3andCrmQueryListenerPort": 0,
- "sapR3andCrmQueryListenerPort": 0,
- "_sapR3andCrmSystemNumber": 0,
- "sapR3andCrmSystemNumber": 0,
- "_sapR3andCrmRfcTrace": 0,
- "sapR3andCrmRfcTrace": "string"
}, - "alternateMachine3": {
- "_acsApplication": "string",
- "acsApplication": "string",
- "_acsConfiguration": "string",
- "acsConfiguration": "string",
- "_acsStorage": "string",
- "acsStorage": "string",
- "_acsConfigVersion": "string",
- "acsConfigVersion": "string",
- "_guidewireAgentType": "string",
- "guidewireAgentType": "string",
- "_guidewireAgentBatchProcesses": "string",
- "guidewireAgentBatchProcesses": "string",
- "_guidewireAgentClientSecret": "string",
- "guidewireAgentClientSecret": "string",
- "_guidewireAgentOAuthUrl": "string",
- "guidewireAgentOAuthUrl": "string",
- "_guidewireAgentOAuthAppId": "string",
- "guidewireAgentOAuthAppId": "string",
- "_guidewireAgentOAuthScopes": "string",
- "guidewireAgentOAuthScopes": "string",
- "id": 0,
- "name": "string",
- "currentJobs": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": null,
- "description": null
}, - "machines": [
- null
], - "assignedMasterJobs": [
- null
], - "assignedDailyJobs": [
- null
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "socket": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "type": {
- "id": 0,
- "description": "string"
}, - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": null,
- "name": null,
- "instance": null,
- "date": null
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": null,
- "name": null,
- "instance": null,
- "date": null
}
}
], - "acceptMessagesfromIp": "string",
- "agentAuthToken": "string",
- "agentCheckCrc": true,
- "agentFileTransferPortNumberForTls": "string",
- "agentName": "string",
- "_agentSmaCommunicationsProtocol": "string",
- "agentSMACommunicationsProtocol": "string",
- "agentSocket": "string",
- "agentSpecialFeatures": "string",
- "agentSupportNonTlsForSmaftAgent": "string",
- "agentSupportNonTlsForSmaftServer": "string",
- "agentSupportTlsForSmaftAgent": "string",
- "agentSupportTlsForSmaftServer": "string",
- "_allowKillJob": true,
- "allowKillJob": true,
- "availableProperties": [
- [
- {
- "key": null,
- "value": null
}
]
], - "_checkCertificateRevocationList": true,
- "checkCertificateRevocationList": true,
- "checkCrc": "string",
- "checkMachineStatusInterval": 0,
- "closeSocket": "string",
- "closeSocketDuringSynchronization": true,
- "connectionAttemptTimeout": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "cpuCount": "string",
- "cpuId": "string",
- "cpuModel": "string",
- "cpuType": "string",
- "documentation": "string",
- "fileTransferFeature": "string",
- "fileTransferIpAddress": "string",
- "_fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForNonTls": 0,
- "_fileTransferPortNumberForTls": 0,
- "fileTransferPortNumberForTls": 0,
- "_fileTransferRole": "string",
- "fileTransferRole": "string",
- "fullFileTransferSupport": true,
- "fullyQualifiedDomainName": "string",
- "gatewayName": "string",
- "hostname": "string",
- "jorsFeature": "string",
- "_jorsPortNumber": 0,
- "jorsPortNumber": 0,
- "jorsSocket": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "machineMaximumJobs": "string",
- "maxBytesReadPerMessage": 0,
- "maxBytesSentPerMessage": 0,
- "maxConsecutiveSendMessages": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "osType": "string",
- "osVersion": "string",
- "pollInterval": 0,
- "receiveBufferCount": 0,
- "_requiresXmlEscape": true,
- "requiresXmlEscape": true,
- "resourceMonitorFeature": "string",
- "responseTimeoutInSeconds": 0,
- "sendBufferCount": 0,
- "smaCommunicationsProtocol": "string",
- "smaftAgentPort": "string",
- "smaftServerPortForNonTls": "string",
- "smaNetComIdentifier": "string",
- "smaNetComSocket": "string",
- "supportedAgentCapability": [
- "string"
], - "_supportNonTlsForSmaftAgent": true,
- "supportNonTLSForSMAFTAgent": true,
- "_supportNonTlsForSmaftServer": true,
- "supportNonTLSForSMAFTServer": true,
- "_supportTLSForSMAFTAgent": true,
- "supportTLSForSMAFTAgent": true,
- "_supportTLSForSMAFTServer": true,
- "supportTLSForSMAFTServer": true,
- "supportsHandshake": "string",
- "tcpIpAddress": "string",
- "timeOffsetfromSamInHours": 0,
- "timeOffsetfromUtcInHours": 0,
- "timeSent": "string",
- "timeZoneName": "string",
- "tlsCertificateDistinguishedName": "string",
- "_tlsCertificateSerialNumber": "string",
- "tlsCertificateSerialNumber": "string",
- "traceAllMessages": true,
- "_useTLSforSchedulingCommunications": true,
- "useTLSforSchedulingCommunications": true,
- "agentVersion": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0,
- "_opconMftServerEnabled": true,
- "opConMFTServerEnabled": true,
- "_opconMftServerEventsWebhook": "string",
- "opConMFTServerEventsWebhook": "string",
- "_sapBwClientId": 0,
- "sapBwClientId": 0,
- "_sapBwGateway": "string",
- "sapBwGateway": "string",
- "_sapBwGroup": "string",
- "sapBwGroup": "string",
- "_sapBwName": "string",
- "sapBwName": "string",
- "_sapBwQueryListenerPort": 0,
- "sapBwQueryListenerPort": 0,
- "_sapBwSystemNumber": 0,
- "sapBwSystemNumber": 0,
- "_sapBwRfcTrace": 0,
- "sapBwRfcTrace": "string",
- "_sapR3andCrmAuditLevel": 0,
- "sapR3andCrmAuditLevel": "string",
- "_sapR3andCrmClientId": 0,
- "sapR3andCrmClientId": 0,
- "_sapEvents": [
- "string"
], - "sapEvents": [
- "string"
], - "_sapR3andCrmGateway": "string",
- "sapR3andCrmGateway": "string",
- "_sapR3andCrmGroup": "string",
- "sapR3andCrmGroup": "string",
- "_sapR3andCrmName": "string",
- "sapR3andCrmName": "string",
- "_sapR3andCrmQueryListenerPort": 0,
- "sapR3andCrmQueryListenerPort": 0,
- "_sapR3andCrmSystemNumber": 0,
- "sapR3andCrmSystemNumber": 0,
- "_sapR3andCrmRfcTrace": 0,
- "sapR3andCrmRfcTrace": "string"
}, - "machineGroup": {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- {
- "_acsApplication": "string",
- "acsApplication": "string",
- "_acsConfiguration": "string",
- "acsConfiguration": "string",
- "_acsStorage": "string",
- "acsStorage": "string",
- "_acsConfigVersion": "string",
- "acsConfigVersion": "string",
- "_guidewireAgentType": "string",
- "guidewireAgentType": "string",
- "_guidewireAgentBatchProcesses": "string",
- "guidewireAgentBatchProcesses": "string",
- "_guidewireAgentClientSecret": "string",
- "guidewireAgentClientSecret": "string",
- "_guidewireAgentOAuthUrl": "string",
- "guidewireAgentOAuthUrl": "string",
- "_guidewireAgentOAuthAppId": "string",
- "guidewireAgentOAuthAppId": "string",
- "_guidewireAgentOAuthScopes": "string",
- "guidewireAgentOAuthScopes": "string",
- "id": 0,
- "name": "string",
- "currentJobs": 0,
- "gatewayId": 0,
- "groups": [
- null
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "socket": 0,
- "state": {
- "state": null,
- "networkStatus": null,
- "operationStatus": null
}, - "type": {
- "id": null,
- "description": null
}, - "assignedMasterJobs": [
- null
], - "assignedDailyJobs": [
- null
], - "acceptMessagesfromIp": "string",
- "agentAuthToken": "string",
- "agentCheckCrc": true,
- "agentFileTransferPortNumberForTls": "string",
- "agentName": "string",
- "_agentSmaCommunicationsProtocol": "string",
- "agentSMACommunicationsProtocol": "string",
- "agentSocket": "string",
- "agentSpecialFeatures": "string",
- "agentSupportNonTlsForSmaftAgent": "string",
- "agentSupportNonTlsForSmaftServer": "string",
- "agentSupportTlsForSmaftAgent": "string",
- "agentSupportTlsForSmaftServer": "string",
- "_allowKillJob": true,
- "allowKillJob": true,
- "availableProperties": [
- [ ]
], - "_checkCertificateRevocationList": true,
- "checkCertificateRevocationList": true,
- "checkCrc": "string",
- "checkMachineStatusInterval": 0,
- "closeSocket": "string",
- "closeSocketDuringSynchronization": true,
- "connectionAttemptTimeout": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "cpuCount": "string",
- "cpuId": "string",
- "cpuModel": "string",
- "cpuType": "string",
- "documentation": "string",
- "fileTransferFeature": "string",
- "fileTransferIpAddress": "string",
- "_fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForNonTls": 0,
- "_fileTransferPortNumberForTls": 0,
- "fileTransferPortNumberForTls": 0,
- "_fileTransferRole": "string",
- "fileTransferRole": "string",
- "fullFileTransferSupport": true,
- "fullyQualifiedDomainName": "string",
- "gatewayName": "string",
- "hostname": "string",
- "jorsFeature": "string",
- "_jorsPortNumber": 0,
- "jorsPortNumber": 0,
- "jorsSocket": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "machineMaximumJobs": "string",
- "maxBytesReadPerMessage": 0,
- "maxBytesSentPerMessage": 0,
- "maxConsecutiveSendMessages": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "osType": "string",
- "osVersion": "string",
- "pollInterval": 0,
- "receiveBufferCount": 0,
- "_requiresXmlEscape": true,
- "requiresXmlEscape": true,
- "resourceMonitorFeature": "string",
- "responseTimeoutInSeconds": 0,
- "sendBufferCount": 0,
- "smaCommunicationsProtocol": "string",
- "smaftAgentPort": "string",
- "smaftServerPortForNonTls": "string",
- "smaNetComIdentifier": "string",
- "smaNetComSocket": "string",
- "supportedAgentCapability": [
- null
], - "_supportNonTlsForSmaftAgent": true,
- "supportNonTLSForSMAFTAgent": true,
- "_supportNonTlsForSmaftServer": true,
- "supportNonTLSForSMAFTServer": true,
- "_supportTLSForSMAFTAgent": true,
- "supportTLSForSMAFTAgent": true,
- "_supportTLSForSMAFTServer": true,
- "supportTLSForSMAFTServer": true,
- "supportsHandshake": "string",
- "tcpIpAddress": "string",
- "timeOffsetfromSamInHours": 0,
- "timeOffsetfromUtcInHours": 0,
- "timeSent": "string",
- "timeZoneName": "string",
- "tlsCertificateDistinguishedName": "string",
- "_tlsCertificateSerialNumber": "string",
- "tlsCertificateSerialNumber": "string",
- "traceAllMessages": true,
- "_useTLSforSchedulingCommunications": true,
- "useTLSforSchedulingCommunications": true,
- "agentVersion": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0,
- "_opconMftServerEnabled": true,
- "opConMFTServerEnabled": true,
- "_opconMftServerEventsWebhook": "string",
- "opConMFTServerEventsWebhook": "string",
- "_sapBwClientId": 0,
- "sapBwClientId": 0,
- "_sapBwGateway": "string",
- "sapBwGateway": "string",
- "_sapBwGroup": "string",
- "sapBwGroup": "string",
- "_sapBwName": "string",
- "sapBwName": "string",
- "_sapBwQueryListenerPort": 0,
- "sapBwQueryListenerPort": 0,
- "_sapBwSystemNumber": 0,
- "sapBwSystemNumber": 0,
- "_sapBwRfcTrace": 0,
- "sapBwRfcTrace": "string",
- "_sapR3andCrmAuditLevel": 0,
- "sapR3andCrmAuditLevel": "string",
- "_sapR3andCrmClientId": 0,
- "sapR3andCrmClientId": 0,
- "_sapEvents": [
- null
], - "sapEvents": [
- null
], - "_sapR3andCrmGateway": "string",
- "sapR3andCrmGateway": "string",
- "_sapR3andCrmGroup": "string",
- "sapR3andCrmGroup": "string",
- "_sapR3andCrmName": "string",
- "sapR3andCrmName": "string",
- "_sapR3andCrmQueryListenerPort": 0,
- "sapR3andCrmQueryListenerPort": 0,
- "_sapR3andCrmSystemNumber": 0,
- "sapR3andCrmSystemNumber": 0,
- "_sapR3andCrmRfcTrace": 0,
- "sapR3andCrmRfcTrace": "string"
}
], - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": null,
- "name": null,
- "instance": null,
- "date": null
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": null,
- "name": null,
- "instance": null,
- "date": null
}
}
]
}, - "schedule": {
- "calendar": {
- "id": 0,
- "schedule": { },
- "type": 0,
- "name": "string",
- "dates": [
- "string"
], - "description": "string",
- "calendarAssociations": [
- {
- "id": null,
- "scheduleName": null,
- "jobName": null,
- "frequencyName": null,
- "isAdditionalHolidayCalendar": null
}
]
}, - "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- null
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "frequencies": [
- {
- "scheduleId": 0,
- "name": "string"
}
], - "scheduleStart": "2019-08-24T14:15:22Z",
- "sam": 0,
- "start": 0,
- "weekdays": 0,
- "isNamedInstance": true,
- "useMasterHolidayCalendar": true,
- "documentation": "string",
- "events": [
- "string"
], - "instanceProperties": [
- "string"
], - "isMultiInstance": true,
- "autoBuildDaysToBuild": 0,
- "autoBuildDaysInAdvance": 0,
- "autoBuildOverwrite": true,
- "autoBuildOnHold": true,
- "autoBuildTime": 0,
- "machineGroupToBuildFor": 0,
- "id": 0,
- "name": "string",
- "autoBuildSettings": {
- "numberOfDaysInAdvance": 0,
- "daysToBuild": 0,
- "overwrite": true,
- "buildOnHold": true,
- "buildOffset": 0
}, - "propertiesList": [
- {
- "key": "string",
- "value": "string"
}
], - "multiInstanceDetails": {
- "type": "string"
}, - "subSchedule": true,
- "hasMachineInstances": true,
- "scheduleMachineGroupId": 0,
- "hasSubSchedule": true
}, - "instances": [
- "string"
], - "estimatedRunTime": 0,
- "shortName": "string",
- "properties": [
- {
- "id": 0,
- "jobName": "string",
- "fieldCode": 0,
- "sequenceNumber": 0,
- "value": "string"
}
]
}, - "jobStatus": 0,
- "startStatus": 0,
- "statusCategory": "string",
- "schedule": {
- "scheduleId": 0,
- "scheduleName": "string",
- "id": "string",
- "date": "string",
- "name": "string",
- "namedInstance": {
- "scheduleId": 0,
- "number": 0,
- "id": 0,
- "name": "string"
}
}, - "id": "string",
- "name": "string",
- "status": "string"
}, - "scheduleDate": 0,
- "isSatisfied": true
}
], - "events": [
- {
- "job": {
- "id": "string"
}, - "user": {
- "id": 32767,
- "name": "string"
}, - "trigger": {
- "property1": "string",
- "property2": "string"
}, - "event": {
- "name": "string",
- "type": "string",
- "category": "string",
- "parameters": {
- "property1": "string",
- "property2": "string"
}
}, - "frequency": {
- "name": "string"
}, - "id": 0
}
], - "configurations": [
- {
- "fieldCode": 0,
- "sequenceNumber": 0,
- "value": "string",
- "name": "string",
- "isUserDefined": true
}
], - "expressionDependencies": {
- "id": 0,
- "expression1": "string",
- "expression2": "string"
}, - "detailMessages": [
- "string"
], - "isRecurrent": true,
- "features": [
- "string"
], - "currentStep": "string",
- "jobGroup": 0,
- "startMachineId": 0,
- "startOffset": 0,
- "startAbsoluteRelative": "string",
- "lateToStartTime": 0,
- "lateToStartAbsoluteRelative": "string",
- "start": 0,
- "termination": 0,
- "estimatedRunTime": 0,
- "lastUpdate": 0,
- "maxMinutes": 0,
- "originalJobName": "string",
- "shortName": "string",
- "calculatedStartTime": 0,
- "startTimeIsEstimated": true,
- "calculatedEndTime": 0,
- "endTimeIsEstimated": true,
- "calculatedDuration": 0,
- "durationIsEstimated": true,
- "subScheduleDailyName": "string",
- "subScheduleDailyPath": "string",
- "subScheduleDailyInstance": 0,
- "subScheduleDailyId": 0,
- "subScheduleDailyDate": 0,
- "subScheduleMasterName": "string",
- "subScheduleMasterId": 0
}
]
Sample request:
GET /api/dailyJobs/20231106|1|1|SMA Check Identity Limit
dailyJobId required | string |
{- "uid": 0,
- "uniqueJobId": "string",
- "details": {
- "subType": "string",
- "subTypeFormDataString": "string",
- "subTypeFormData": {
- "property1": null,
- "property2": null
}, - "calculatedStartTime": "2019-08-24T14:15:22Z",
- "id": "string",
- "documentation": {
- "id": 0,
- "frequency": "string",
- "job": "string"
}, - "jobAction": "string",
- "supportedFeatures": [
- "string"
]
}, - "feedback": { },
- "department": {
- "id": 0,
- "name": "string",
- "documentation": "string",
- "associations": {
- "jobs": [
- {
- "schedule": "string",
- "job": "string"
}
], - "dailyJobs": [
- {
- "schedule": "string",
- "job": "string",
- "date": "2019-08-24T14:15:22Z"
}
], - "roles": [
- "string"
]
}, - "scheduleId": 0,
- "scheduleName": "string",
- "jobName": "string",
- "dailyScheduleId": 0,
- "dailyScheduleName": "string",
- "dailyJobName": "string",
- "dailyJobDate": 0,
- "role": "string"
}, - "instanceProperties": [
- {
- "key": "string",
- "value": "string"
}
], - "steps": [
- "string"
], - "id": "string",
- "priority": 0,
- "jobName": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- "string"
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "jobNumber": 0,
- "jorsRequestParameters": "string",
- "incidentTicketId": "string",
- "incidentTicketURL": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "accessCode": {
- "id": 0,
- "name": "string",
- "description": "string",
- "crossReferencesDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "crossReferencesMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
]
}, - "machine": {
- "_acsApplication": "string",
- "acsApplication": "string",
- "_acsConfiguration": "string",
- "acsConfiguration": "string",
- "_acsStorage": "string",
- "acsStorage": "string",
- "_acsConfigVersion": "string",
- "acsConfigVersion": "string",
- "_guidewireAgentType": "string",
- "guidewireAgentType": "string",
- "_guidewireAgentBatchProcesses": "string",
- "guidewireAgentBatchProcesses": "string",
- "_guidewireAgentClientSecret": "string",
- "guidewireAgentClientSecret": "string",
- "_guidewireAgentOAuthUrl": "string",
- "guidewireAgentOAuthUrl": "string",
- "_guidewireAgentOAuthAppId": "string",
- "guidewireAgentOAuthAppId": "string",
- "_guidewireAgentOAuthScopes": "string",
- "guidewireAgentOAuthScopes": "string",
- "id": 0,
- "name": "string",
- "currentJobs": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
], - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "socket": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "type": {
- "id": 0,
- "description": "string"
}, - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "acceptMessagesfromIp": "string",
- "agentAuthToken": "string",
- "agentCheckCrc": true,
- "agentFileTransferPortNumberForTls": "string",
- "agentName": "string",
- "_agentSmaCommunicationsProtocol": "string",
- "agentSMACommunicationsProtocol": "string",
- "agentSocket": "string",
- "agentSpecialFeatures": "string",
- "agentSupportNonTlsForSmaftAgent": "string",
- "agentSupportNonTlsForSmaftServer": "string",
- "agentSupportTlsForSmaftAgent": "string",
- "agentSupportTlsForSmaftServer": "string",
- "_allowKillJob": true,
- "allowKillJob": true,
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "_checkCertificateRevocationList": true,
- "checkCertificateRevocationList": true,
- "checkCrc": "string",
- "checkMachineStatusInterval": 0,
- "closeSocket": "string",
- "closeSocketDuringSynchronization": true,
- "connectionAttemptTimeout": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "cpuCount": "string",
- "cpuId": "string",
- "cpuModel": "string",
- "cpuType": "string",
- "documentation": "string",
- "fileTransferFeature": "string",
- "fileTransferIpAddress": "string",
- "_fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForNonTls": 0,
- "_fileTransferPortNumberForTls": 0,
- "fileTransferPortNumberForTls": 0,
- "_fileTransferRole": "string",
- "fileTransferRole": "string",
- "fullFileTransferSupport": true,
- "fullyQualifiedDomainName": "string",
- "gatewayName": "string",
- "hostname": "string",
- "jorsFeature": "string",
- "_jorsPortNumber": 0,
- "jorsPortNumber": 0,
- "jorsSocket": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "machineMaximumJobs": "string",
- "maxBytesReadPerMessage": 0,
- "maxBytesSentPerMessage": 0,
- "maxConsecutiveSendMessages": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "osType": "string",
- "osVersion": "string",
- "pollInterval": 0,
- "receiveBufferCount": 0,
- "_requiresXmlEscape": true,
- "requiresXmlEscape": true,
- "resourceMonitorFeature": "string",
- "responseTimeoutInSeconds": 0,
- "sendBufferCount": 0,
- "smaCommunicationsProtocol": "string",
- "smaftAgentPort": "string",
- "smaftServerPortForNonTls": "string",
- "smaNetComIdentifier": "string",
- "smaNetComSocket": "string",
- "supportedAgentCapability": [
- "string"
], - "_supportNonTlsForSmaftAgent": true,
- "supportNonTLSForSMAFTAgent": true,
- "_supportNonTlsForSmaftServer": true,
- "supportNonTLSForSMAFTServer": true,
- "_supportTLSForSMAFTAgent": true,
- "supportTLSForSMAFTAgent": true,
- "_supportTLSForSMAFTServer": true,
- "supportTLSForSMAFTServer": true,
- "supportsHandshake": "string",
- "tcpIpAddress": "string",
- "timeOffsetfromSamInHours": 0,
- "timeOffsetfromUtcInHours": 0,
- "timeSent": "string",
- "timeZoneName": "string",
- "tlsCertificateDistinguishedName": "string",
- "_tlsCertificateSerialNumber": "string",
- "tlsCertificateSerialNumber": "string",
- "traceAllMessages": true,
- "_useTLSforSchedulingCommunications": true,
- "useTLSforSchedulingCommunications": true,
- "agentVersion": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0,
- "_opconMftServerEnabled": true,
- "opConMFTServerEnabled": true,
- "_opconMftServerEventsWebhook": "string",
- "opConMFTServerEventsWebhook": "string",
- "_sapBwClientId": 0,
- "sapBwClientId": 0,
- "_sapBwGateway": "string",
- "sapBwGateway": "string",
- "_sapBwGroup": "string",
- "sapBwGroup": "string",
- "_sapBwName": "string",
- "sapBwName": "string",
- "_sapBwQueryListenerPort": 0,
- "sapBwQueryListenerPort": 0,
- "_sapBwSystemNumber": 0,
- "sapBwSystemNumber": 0,
- "_sapBwRfcTrace": 0,
- "sapBwRfcTrace": "string",
- "_sapR3andCrmAuditLevel": 0,
- "sapR3andCrmAuditLevel": "string",
- "_sapR3andCrmClientId": 0,
- "sapR3andCrmClientId": 0,
- "_sapEvents": [
- "string"
], - "sapEvents": [
- "string"
], - "_sapR3andCrmGateway": "string",
- "sapR3andCrmGateway": "string",
- "_sapR3andCrmGroup": "string",
- "sapR3andCrmGroup": "string",
- "_sapR3andCrmName": "string",
- "sapR3andCrmName": "string",
- "_sapR3andCrmQueryListenerPort": 0,
- "sapR3andCrmQueryListenerPort": 0,
- "_sapR3andCrmSystemNumber": 0,
- "sapR3andCrmSystemNumber": 0,
- "_sapR3andCrmRfcTrace": 0,
- "sapR3andCrmRfcTrace": "string"
}, - "alternateMachine": {
- "_acsApplication": "string",
- "acsApplication": "string",
- "_acsConfiguration": "string",
- "acsConfiguration": "string",
- "_acsStorage": "string",
- "acsStorage": "string",
- "_acsConfigVersion": "string",
- "acsConfigVersion": "string",
- "_guidewireAgentType": "string",
- "guidewireAgentType": "string",
- "_guidewireAgentBatchProcesses": "string",
- "guidewireAgentBatchProcesses": "string",
- "_guidewireAgentClientSecret": "string",
- "guidewireAgentClientSecret": "string",
- "_guidewireAgentOAuthUrl": "string",
- "guidewireAgentOAuthUrl": "string",
- "_guidewireAgentOAuthAppId": "string",
- "guidewireAgentOAuthAppId": "string",
- "_guidewireAgentOAuthScopes": "string",
- "guidewireAgentOAuthScopes": "string",
- "id": 0,
- "name": "string",
- "currentJobs": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
], - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "socket": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "type": {
- "id": 0,
- "description": "string"
}, - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "acceptMessagesfromIp": "string",
- "agentAuthToken": "string",
- "agentCheckCrc": true,
- "agentFileTransferPortNumberForTls": "string",
- "agentName": "string",
- "_agentSmaCommunicationsProtocol": "string",
- "agentSMACommunicationsProtocol": "string",
- "agentSocket": "string",
- "agentSpecialFeatures": "string",
- "agentSupportNonTlsForSmaftAgent": "string",
- "agentSupportNonTlsForSmaftServer": "string",
- "agentSupportTlsForSmaftAgent": "string",
- "agentSupportTlsForSmaftServer": "string",
- "_allowKillJob": true,
- "allowKillJob": true,
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "_checkCertificateRevocationList": true,
- "checkCertificateRevocationList": true,
- "checkCrc": "string",
- "checkMachineStatusInterval": 0,
- "closeSocket": "string",
- "closeSocketDuringSynchronization": true,
- "connectionAttemptTimeout": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "cpuCount": "string",
- "cpuId": "string",
- "cpuModel": "string",
- "cpuType": "string",
- "documentation": "string",
- "fileTransferFeature": "string",
- "fileTransferIpAddress": "string",
- "_fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForNonTls": 0,
- "_fileTransferPortNumberForTls": 0,
- "fileTransferPortNumberForTls": 0,
- "_fileTransferRole": "string",
- "fileTransferRole": "string",
- "fullFileTransferSupport": true,
- "fullyQualifiedDomainName": "string",
- "gatewayName": "string",
- "hostname": "string",
- "jorsFeature": "string",
- "_jorsPortNumber": 0,
- "jorsPortNumber": 0,
- "jorsSocket": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "machineMaximumJobs": "string",
- "maxBytesReadPerMessage": 0,
- "maxBytesSentPerMessage": 0,
- "maxConsecutiveSendMessages": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "osType": "string",
- "osVersion": "string",
- "pollInterval": 0,
- "receiveBufferCount": 0,
- "_requiresXmlEscape": true,
- "requiresXmlEscape": true,
- "resourceMonitorFeature": "string",
- "responseTimeoutInSeconds": 0,
- "sendBufferCount": 0,
- "smaCommunicationsProtocol": "string",
- "smaftAgentPort": "string",
- "smaftServerPortForNonTls": "string",
- "smaNetComIdentifier": "string",
- "smaNetComSocket": "string",
- "supportedAgentCapability": [
- "string"
], - "_supportNonTlsForSmaftAgent": true,
- "supportNonTLSForSMAFTAgent": true,
- "_supportNonTlsForSmaftServer": true,
- "supportNonTLSForSMAFTServer": true,
- "_supportTLSForSMAFTAgent": true,
- "supportTLSForSMAFTAgent": true,
- "_supportTLSForSMAFTServer": true,
- "supportTLSForSMAFTServer": true,
- "supportsHandshake": "string",
- "tcpIpAddress": "string",
- "timeOffsetfromSamInHours": 0,
- "timeOffsetfromUtcInHours": 0,
- "timeSent": "string",
- "timeZoneName": "string",
- "tlsCertificateDistinguishedName": "string",
- "_tlsCertificateSerialNumber": "string",
- "tlsCertificateSerialNumber": "string",
- "traceAllMessages": true,
- "_useTLSforSchedulingCommunications": true,
- "useTLSforSchedulingCommunications": true,
- "agentVersion": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0,
- "_opconMftServerEnabled": true,
- "opConMFTServerEnabled": true,
- "_opconMftServerEventsWebhook": "string",
- "opConMFTServerEventsWebhook": "string",
- "_sapBwClientId": 0,
- "sapBwClientId": 0,
- "_sapBwGateway": "string",
- "sapBwGateway": "string",
- "_sapBwGroup": "string",
- "sapBwGroup": "string",
- "_sapBwName": "string",
- "sapBwName": "string",
- "_sapBwQueryListenerPort": 0,
- "sapBwQueryListenerPort": 0,
- "_sapBwSystemNumber": 0,
- "sapBwSystemNumber": 0,
- "_sapBwRfcTrace": 0,
- "sapBwRfcTrace": "string",
- "_sapR3andCrmAuditLevel": 0,
- "sapR3andCrmAuditLevel": "string",
- "_sapR3andCrmClientId": 0,
- "sapR3andCrmClientId": 0,
- "_sapEvents": [
- "string"
], - "sapEvents": [
- "string"
], - "_sapR3andCrmGateway": "string",
- "sapR3andCrmGateway": "string",
- "_sapR3andCrmGroup": "string",
- "sapR3andCrmGroup": "string",
- "_sapR3andCrmName": "string",
- "sapR3andCrmName": "string",
- "_sapR3andCrmQueryListenerPort": 0,
- "sapR3andCrmQueryListenerPort": 0,
- "_sapR3andCrmSystemNumber": 0,
- "sapR3andCrmSystemNumber": 0,
- "_sapR3andCrmRfcTrace": 0,
- "sapR3andCrmRfcTrace": "string"
}, - "alternateMachine2": {
- "_acsApplication": "string",
- "acsApplication": "string",
- "_acsConfiguration": "string",
- "acsConfiguration": "string",
- "_acsStorage": "string",
- "acsStorage": "string",
- "_acsConfigVersion": "string",
- "acsConfigVersion": "string",
- "_guidewireAgentType": "string",
- "guidewireAgentType": "string",
- "_guidewireAgentBatchProcesses": "string",
- "guidewireAgentBatchProcesses": "string",
- "_guidewireAgentClientSecret": "string",
- "guidewireAgentClientSecret": "string",
- "_guidewireAgentOAuthUrl": "string",
- "guidewireAgentOAuthUrl": "string",
- "_guidewireAgentOAuthAppId": "string",
- "guidewireAgentOAuthAppId": "string",
- "_guidewireAgentOAuthScopes": "string",
- "guidewireAgentOAuthScopes": "string",
- "id": 0,
- "name": "string",
- "currentJobs": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
], - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "socket": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "type": {
- "id": 0,
- "description": "string"
}, - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "acceptMessagesfromIp": "string",
- "agentAuthToken": "string",
- "agentCheckCrc": true,
- "agentFileTransferPortNumberForTls": "string",
- "agentName": "string",
- "_agentSmaCommunicationsProtocol": "string",
- "agentSMACommunicationsProtocol": "string",
- "agentSocket": "string",
- "agentSpecialFeatures": "string",
- "agentSupportNonTlsForSmaftAgent": "string",
- "agentSupportNonTlsForSmaftServer": "string",
- "agentSupportTlsForSmaftAgent": "string",
- "agentSupportTlsForSmaftServer": "string",
- "_allowKillJob": true,
- "allowKillJob": true,
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "_checkCertificateRevocationList": true,
- "checkCertificateRevocationList": true,
- "checkCrc": "string",
- "checkMachineStatusInterval": 0,
- "closeSocket": "string",
- "closeSocketDuringSynchronization": true,
- "connectionAttemptTimeout": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "cpuCount": "string",
- "cpuId": "string",
- "cpuModel": "string",
- "cpuType": "string",
- "documentation": "string",
- "fileTransferFeature": "string",
- "fileTransferIpAddress": "string",
- "_fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForNonTls": 0,
- "_fileTransferPortNumberForTls": 0,
- "fileTransferPortNumberForTls": 0,
- "_fileTransferRole": "string",
- "fileTransferRole": "string",
- "fullFileTransferSupport": true,
- "fullyQualifiedDomainName": "string",
- "gatewayName": "string",
- "hostname": "string",
- "jorsFeature": "string",
- "_jorsPortNumber": 0,
- "jorsPortNumber": 0,
- "jorsSocket": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "machineMaximumJobs": "string",
- "maxBytesReadPerMessage": 0,
- "maxBytesSentPerMessage": 0,
- "maxConsecutiveSendMessages": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "osType": "string",
- "osVersion": "string",
- "pollInterval": 0,
- "receiveBufferCount": 0,
- "_requiresXmlEscape": true,
- "requiresXmlEscape": true,
- "resourceMonitorFeature": "string",
- "responseTimeoutInSeconds": 0,
- "sendBufferCount": 0,
- "smaCommunicationsProtocol": "string",
- "smaftAgentPort": "string",
- "smaftServerPortForNonTls": "string",
- "smaNetComIdentifier": "string",
- "smaNetComSocket": "string",
- "supportedAgentCapability": [
- "string"
], - "_supportNonTlsForSmaftAgent": true,
- "supportNonTLSForSMAFTAgent": true,
- "_supportNonTlsForSmaftServer": true,
- "supportNonTLSForSMAFTServer": true,
- "_supportTLSForSMAFTAgent": true,
- "supportTLSForSMAFTAgent": true,
- "_supportTLSForSMAFTServer": true,
- "supportTLSForSMAFTServer": true,
- "supportsHandshake": "string",
- "tcpIpAddress": "string",
- "timeOffsetfromSamInHours": 0,
- "timeOffsetfromUtcInHours": 0,
- "timeSent": "string",
- "timeZoneName": "string",
- "tlsCertificateDistinguishedName": "string",
- "_tlsCertificateSerialNumber": "string",
- "tlsCertificateSerialNumber": "string",
- "traceAllMessages": true,
- "_useTLSforSchedulingCommunications": true,
- "useTLSforSchedulingCommunications": true,
- "agentVersion": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0,
- "_opconMftServerEnabled": true,
- "opConMFTServerEnabled": true,
- "_opconMftServerEventsWebhook": "string",
- "opConMFTServerEventsWebhook": "string",
- "_sapBwClientId": 0,
- "sapBwClientId": 0,
- "_sapBwGateway": "string",
- "sapBwGateway": "string",
- "_sapBwGroup": "string",
- "sapBwGroup": "string",
- "_sapBwName": "string",
- "sapBwName": "string",
- "_sapBwQueryListenerPort": 0,
- "sapBwQueryListenerPort": 0,
- "_sapBwSystemNumber": 0,
- "sapBwSystemNumber": 0,
- "_sapBwRfcTrace": 0,
- "sapBwRfcTrace": "string",
- "_sapR3andCrmAuditLevel": 0,
- "sapR3andCrmAuditLevel": "string",
- "_sapR3andCrmClientId": 0,
- "sapR3andCrmClientId": 0,
- "_sapEvents": [
- "string"
], - "sapEvents": [
- "string"
], - "_sapR3andCrmGateway": "string",
- "sapR3andCrmGateway": "string",
- "_sapR3andCrmGroup": "string",
- "sapR3andCrmGroup": "string",
- "_sapR3andCrmName": "string",
- "sapR3andCrmName": "string",
- "_sapR3andCrmQueryListenerPort": 0,
- "sapR3andCrmQueryListenerPort": 0,
- "_sapR3andCrmSystemNumber": 0,
- "sapR3andCrmSystemNumber": 0,
- "_sapR3andCrmRfcTrace": 0,
- "sapR3andCrmRfcTrace": "string"
}, - "alternateMachine3": {
- "_acsApplication": "string",
- "acsApplication": "string",
- "_acsConfiguration": "string",
- "acsConfiguration": "string",
- "_acsStorage": "string",
- "acsStorage": "string",
- "_acsConfigVersion": "string",
- "acsConfigVersion": "string",
- "_guidewireAgentType": "string",
- "guidewireAgentType": "string",
- "_guidewireAgentBatchProcesses": "string",
- "guidewireAgentBatchProcesses": "string",
- "_guidewireAgentClientSecret": "string",
- "guidewireAgentClientSecret": "string",
- "_guidewireAgentOAuthUrl": "string",
- "guidewireAgentOAuthUrl": "string",
- "_guidewireAgentOAuthAppId": "string",
- "guidewireAgentOAuthAppId": "string",
- "_guidewireAgentOAuthScopes": "string",
- "guidewireAgentOAuthScopes": "string",
- "id": 0,
- "name": "string",
- "currentJobs": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
], - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "socket": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "type": {
- "id": 0,
- "description": "string"
}, - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "acceptMessagesfromIp": "string",
- "agentAuthToken": "string",
- "agentCheckCrc": true,
- "agentFileTransferPortNumberForTls": "string",
- "agentName": "string",
- "_agentSmaCommunicationsProtocol": "string",
- "agentSMACommunicationsProtocol": "string",
- "agentSocket": "string",
- "agentSpecialFeatures": "string",
- "agentSupportNonTlsForSmaftAgent": "string",
- "agentSupportNonTlsForSmaftServer": "string",
- "agentSupportTlsForSmaftAgent": "string",
- "agentSupportTlsForSmaftServer": "string",
- "_allowKillJob": true,
- "allowKillJob": true,
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "_checkCertificateRevocationList": true,
- "checkCertificateRevocationList": true,
- "checkCrc": "string",
- "checkMachineStatusInterval": 0,
- "closeSocket": "string",
- "closeSocketDuringSynchronization": true,
- "connectionAttemptTimeout": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "cpuCount": "string",
- "cpuId": "string",
- "cpuModel": "string",
- "cpuType": "string",
- "documentation": "string",
- "fileTransferFeature": "string",
- "fileTransferIpAddress": "string",
- "_fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForNonTls": 0,
- "_fileTransferPortNumberForTls": 0,
- "fileTransferPortNumberForTls": 0,
- "_fileTransferRole": "string",
- "fileTransferRole": "string",
- "fullFileTransferSupport": true,
- "fullyQualifiedDomainName": "string",
- "gatewayName": "string",
- "hostname": "string",
- "jorsFeature": "string",
- "_jorsPortNumber": 0,
- "jorsPortNumber": 0,
- "jorsSocket": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "machineMaximumJobs": "string",
- "maxBytesReadPerMessage": 0,
- "maxBytesSentPerMessage": 0,
- "maxConsecutiveSendMessages": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "osType": "string",
- "osVersion": "string",
- "pollInterval": 0,
- "receiveBufferCount": 0,
- "_requiresXmlEscape": true,
- "requiresXmlEscape": true,
- "resourceMonitorFeature": "string",
- "responseTimeoutInSeconds": 0,
- "sendBufferCount": 0,
- "smaCommunicationsProtocol": "string",
- "smaftAgentPort": "string",
- "smaftServerPortForNonTls": "string",
- "smaNetComIdentifier": "string",
- "smaNetComSocket": "string",
- "supportedAgentCapability": [
- "string"
], - "_supportNonTlsForSmaftAgent": true,
- "supportNonTLSForSMAFTAgent": true,
- "_supportNonTlsForSmaftServer": true,
- "supportNonTLSForSMAFTServer": true,
- "_supportTLSForSMAFTAgent": true,
- "supportTLSForSMAFTAgent": true,
- "_supportTLSForSMAFTServer": true,
- "supportTLSForSMAFTServer": true,
- "supportsHandshake": "string",
- "tcpIpAddress": "string",
- "timeOffsetfromSamInHours": 0,
- "timeOffsetfromUtcInHours": 0,
- "timeSent": "string",
- "timeZoneName": "string",
- "tlsCertificateDistinguishedName": "string",
- "_tlsCertificateSerialNumber": "string",
- "tlsCertificateSerialNumber": "string",
- "traceAllMessages": true,
- "_useTLSforSchedulingCommunications": true,
- "useTLSforSchedulingCommunications": true,
- "agentVersion": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0,
- "_opconMftServerEnabled": true,
- "opConMFTServerEnabled": true,
- "_opconMftServerEventsWebhook": "string",
- "opConMFTServerEventsWebhook": "string",
- "_sapBwClientId": 0,
- "sapBwClientId": 0,
- "_sapBwGateway": "string",
- "sapBwGateway": "string",
- "_sapBwGroup": "string",
- "sapBwGroup": "string",
- "_sapBwName": "string",
- "sapBwName": "string",
- "_sapBwQueryListenerPort": 0,
- "sapBwQueryListenerPort": 0,
- "_sapBwSystemNumber": 0,
- "sapBwSystemNumber": 0,
- "_sapBwRfcTrace": 0,
- "sapBwRfcTrace": "string",
- "_sapR3andCrmAuditLevel": 0,
- "sapR3andCrmAuditLevel": "string",
- "_sapR3andCrmClientId": 0,
- "sapR3andCrmClientId": 0,
- "_sapEvents": [
- "string"
], - "sapEvents": [
- "string"
], - "_sapR3andCrmGateway": "string",
- "sapR3andCrmGateway": "string",
- "_sapR3andCrmGroup": "string",
- "sapR3andCrmGroup": "string",
- "_sapR3andCrmName": "string",
- "sapR3andCrmName": "string",
- "_sapR3andCrmQueryListenerPort": 0,
- "sapR3andCrmQueryListenerPort": 0,
- "_sapR3andCrmSystemNumber": 0,
- "sapR3andCrmSystemNumber": 0,
- "_sapR3andCrmRfcTrace": 0,
- "sapR3andCrmRfcTrace": "string"
}, - "machineGroup": {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- {
- "_acsApplication": "string",
- "acsApplication": "string",
- "_acsConfiguration": "string",
- "acsConfiguration": "string",
- "_acsStorage": "string",
- "acsStorage": "string",
- "_acsConfigVersion": "string",
- "acsConfigVersion": "string",
- "_guidewireAgentType": "string",
- "guidewireAgentType": "string",
- "_guidewireAgentBatchProcesses": "string",
- "guidewireAgentBatchProcesses": "string",
- "_guidewireAgentClientSecret": "string",
- "guidewireAgentClientSecret": "string",
- "_guidewireAgentOAuthUrl": "string",
- "guidewireAgentOAuthUrl": "string",
- "_guidewireAgentOAuthAppId": "string",
- "guidewireAgentOAuthAppId": "string",
- "_guidewireAgentOAuthScopes": "string",
- "guidewireAgentOAuthScopes": "string",
- "id": 0,
- "name": "string",
- "currentJobs": 0,
- "gatewayId": 0,
- "groups": [
- { }
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "socket": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "type": {
- "id": 0,
- "description": "string"
}, - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "acceptMessagesfromIp": "string",
- "agentAuthToken": "string",
- "agentCheckCrc": true,
- "agentFileTransferPortNumberForTls": "string",
- "agentName": "string",
- "_agentSmaCommunicationsProtocol": "string",
- "agentSMACommunicationsProtocol": "string",
- "agentSocket": "string",
- "agentSpecialFeatures": "string",
- "agentSupportNonTlsForSmaftAgent": "string",
- "agentSupportNonTlsForSmaftServer": "string",
- "agentSupportTlsForSmaftAgent": "string",
- "agentSupportTlsForSmaftServer": "string",
- "_allowKillJob": true,
- "allowKillJob": true,
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "_checkCertificateRevocationList": true,
- "checkCertificateRevocationList": true,
- "checkCrc": "string",
- "checkMachineStatusInterval": 0,
- "closeSocket": "string",
- "closeSocketDuringSynchronization": true,
- "connectionAttemptTimeout": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "cpuCount": "string",
- "cpuId": "string",
- "cpuModel": "string",
- "cpuType": "string",
- "documentation": "string",
- "fileTransferFeature": "string",
- "fileTransferIpAddress": "string",
- "_fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForNonTls": 0,
- "_fileTransferPortNumberForTls": 0,
- "fileTransferPortNumberForTls": 0,
- "_fileTransferRole": "string",
- "fileTransferRole": "string",
- "fullFileTransferSupport": true,
- "fullyQualifiedDomainName": "string",
- "gatewayName": "string",
- "hostname": "string",
- "jorsFeature": "string",
- "_jorsPortNumber": 0,
- "jorsPortNumber": 0,
- "jorsSocket": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "machineMaximumJobs": "string",
- "maxBytesReadPerMessage": 0,
- "maxBytesSentPerMessage": 0,
- "maxConsecutiveSendMessages": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "osType": "string",
- "osVersion": "string",
- "pollInterval": 0,
- "receiveBufferCount": 0,
- "_requiresXmlEscape": true,
- "requiresXmlEscape": true,
- "resourceMonitorFeature": "string",
- "responseTimeoutInSeconds": 0,
- "sendBufferCount": 0,
- "smaCommunicationsProtocol": "string",
- "smaftAgentPort": "string",
- "smaftServerPortForNonTls": "string",
- "smaNetComIdentifier": "string",
- "smaNetComSocket": "string",
- "supportedAgentCapability": [
- "string"
], - "_supportNonTlsForSmaftAgent": true,
- "supportNonTLSForSMAFTAgent": true,
- "_supportNonTlsForSmaftServer": true,
- "supportNonTLSForSMAFTServer": true,
- "_supportTLSForSMAFTAgent": true,
- "supportTLSForSMAFTAgent": true,
- "_supportTLSForSMAFTServer": true,
- "supportTLSForSMAFTServer": true,
- "supportsHandshake": "string",
- "tcpIpAddress": "string",
- "timeOffsetfromSamInHours": 0,
- "timeOffsetfromUtcInHours": 0,
- "timeSent": "string",
- "timeZoneName": "string",
- "tlsCertificateDistinguishedName": "string",
- "_tlsCertificateSerialNumber": "string",
- "tlsCertificateSerialNumber": "string",
- "traceAllMessages": true,
- "_useTLSforSchedulingCommunications": true,
- "useTLSforSchedulingCommunications": true,
- "agentVersion": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0,
- "_opconMftServerEnabled": true,
- "opConMFTServerEnabled": true,
- "_opconMftServerEventsWebhook": "string",
- "opConMFTServerEventsWebhook": "string",
- "_sapBwClientId": 0,
- "sapBwClientId": 0,
- "_sapBwGateway": "string",
- "sapBwGateway": "string",
- "_sapBwGroup": "string",
- "sapBwGroup": "string",
- "_sapBwName": "string",
- "sapBwName": "string",
- "_sapBwQueryListenerPort": 0,
- "sapBwQueryListenerPort": 0,
- "_sapBwSystemNumber": 0,
- "sapBwSystemNumber": 0,
- "_sapBwRfcTrace": 0,
- "sapBwRfcTrace": "string",
- "_sapR3andCrmAuditLevel": 0,
- "sapR3andCrmAuditLevel": "string",
- "_sapR3andCrmClientId": 0,
- "sapR3andCrmClientId": 0,
- "_sapEvents": [
- "string"
], - "sapEvents": [
- "string"
], - "_sapR3andCrmGateway": "string",
- "sapR3andCrmGateway": "string",
- "_sapR3andCrmGroup": "string",
- "sapR3andCrmGroup": "string",
- "_sapR3andCrmName": "string",
- "sapR3andCrmName": "string",
- "_sapR3andCrmQueryListenerPort": 0,
- "sapR3andCrmQueryListenerPort": 0,
- "_sapR3andCrmSystemNumber": 0,
- "sapR3andCrmSystemNumber": 0,
- "_sapR3andCrmRfcTrace": 0,
- "sapR3andCrmRfcTrace": "string"
}
], - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
]
}, - "startMachine": {
- "_acsApplication": "string",
- "acsApplication": "string",
- "_acsConfiguration": "string",
- "acsConfiguration": "string",
- "_acsStorage": "string",
- "acsStorage": "string",
- "_acsConfigVersion": "string",
- "acsConfigVersion": "string",
- "_guidewireAgentType": "string",
- "guidewireAgentType": "string",
- "_guidewireAgentBatchProcesses": "string",
- "guidewireAgentBatchProcesses": "string",
- "_guidewireAgentClientSecret": "string",
- "guidewireAgentClientSecret": "string",
- "_guidewireAgentOAuthUrl": "string",
- "guidewireAgentOAuthUrl": "string",
- "_guidewireAgentOAuthAppId": "string",
- "guidewireAgentOAuthAppId": "string",
- "_guidewireAgentOAuthScopes": "string",
- "guidewireAgentOAuthScopes": "string",
- "id": 0,
- "name": "string",
- "currentJobs": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
], - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "socket": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "type": {
- "id": 0,
- "description": "string"
}, - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "acceptMessagesfromIp": "string",
- "agentAuthToken": "string",
- "agentCheckCrc": true,
- "agentFileTransferPortNumberForTls": "string",
- "agentName": "string",
- "_agentSmaCommunicationsProtocol": "string",
- "agentSMACommunicationsProtocol": "string",
- "agentSocket": "string",
- "agentSpecialFeatures": "string",
- "agentSupportNonTlsForSmaftAgent": "string",
- "agentSupportNonTlsForSmaftServer": "string",
- "agentSupportTlsForSmaftAgent": "string",
- "agentSupportTlsForSmaftServer": "string",
- "_allowKillJob": true,
- "allowKillJob": true,
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "_checkCertificateRevocationList": true,
- "checkCertificateRevocationList": true,
- "checkCrc": "string",
- "checkMachineStatusInterval": 0,
- "closeSocket": "string",
- "closeSocketDuringSynchronization": true,
- "connectionAttemptTimeout": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "cpuCount": "string",
- "cpuId": "string",
- "cpuModel": "string",
- "cpuType": "string",
- "documentation": "string",
- "fileTransferFeature": "string",
- "fileTransferIpAddress": "string",
- "_fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForNonTls": 0,
- "_fileTransferPortNumberForTls": 0,
- "fileTransferPortNumberForTls": 0,
- "_fileTransferRole": "string",
- "fileTransferRole": "string",
- "fullFileTransferSupport": true,
- "fullyQualifiedDomainName": "string",
- "gatewayName": "string",
- "hostname": "string",
- "jorsFeature": "string",
- "_jorsPortNumber": 0,
- "jorsPortNumber": 0,
- "jorsSocket": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "machineMaximumJobs": "string",
- "maxBytesReadPerMessage": 0,
- "maxBytesSentPerMessage": 0,
- "maxConsecutiveSendMessages": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "osType": "string",
- "osVersion": "string",
- "pollInterval": 0,
- "receiveBufferCount": 0,
- "_requiresXmlEscape": true,
- "requiresXmlEscape": true,
- "resourceMonitorFeature": "string",
- "responseTimeoutInSeconds": 0,
- "sendBufferCount": 0,
- "smaCommunicationsProtocol": "string",
- "smaftAgentPort": "string",
- "smaftServerPortForNonTls": "string",
- "smaNetComIdentifier": "string",
- "smaNetComSocket": "string",
- "supportedAgentCapability": [
- "string"
], - "_supportNonTlsForSmaftAgent": true,
- "supportNonTLSForSMAFTAgent": true,
- "_supportNonTlsForSmaftServer": true,
- "supportNonTLSForSMAFTServer": true,
- "_supportTLSForSMAFTAgent": true,
- "supportTLSForSMAFTAgent": true,
- "_supportTLSForSMAFTServer": true,
- "supportTLSForSMAFTServer": true,
- "supportsHandshake": "string",
- "tcpIpAddress": "string",
- "timeOffsetfromSamInHours": 0,
- "timeOffsetfromUtcInHours": 0,
- "timeSent": "string",
- "timeZoneName": "string",
- "tlsCertificateDistinguishedName": "string",
- "_tlsCertificateSerialNumber": "string",
- "tlsCertificateSerialNumber": "string",
- "traceAllMessages": true,
- "_useTLSforSchedulingCommunications": true,
- "useTLSforSchedulingCommunications": true,
- "agentVersion": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0,
- "_opconMftServerEnabled": true,
- "opConMFTServerEnabled": true,
- "_opconMftServerEventsWebhook": "string",
- "opConMFTServerEventsWebhook": "string",
- "_sapBwClientId": 0,
- "sapBwClientId": 0,
- "_sapBwGateway": "string",
- "sapBwGateway": "string",
- "_sapBwGroup": "string",
- "sapBwGroup": "string",
- "_sapBwName": "string",
- "sapBwName": "string",
- "_sapBwQueryListenerPort": 0,
- "sapBwQueryListenerPort": 0,
- "_sapBwSystemNumber": 0,
- "sapBwSystemNumber": 0,
- "_sapBwRfcTrace": 0,
- "sapBwRfcTrace": "string",
- "_sapR3andCrmAuditLevel": 0,
- "sapR3andCrmAuditLevel": "string",
- "_sapR3andCrmClientId": 0,
- "sapR3andCrmClientId": 0,
- "_sapEvents": [
- "string"
], - "sapEvents": [
- "string"
], - "_sapR3andCrmGateway": "string",
- "sapR3andCrmGateway": "string",
- "_sapR3andCrmGroup": "string",
- "sapR3andCrmGroup": "string",
- "_sapR3andCrmName": "string",
- "sapR3andCrmName": "string",
- "_sapR3andCrmQueryListenerPort": 0,
- "sapR3andCrmQueryListenerPort": 0,
- "_sapR3andCrmSystemNumber": 0,
- "sapR3andCrmSystemNumber": 0,
- "_sapR3andCrmRfcTrace": 0,
- "sapR3andCrmRfcTrace": "string"
}, - "tags": [
- "string"
], - "jobStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}, - "schedule": {
- "uid": 0,
- "instanceProperties": [
- {
- "key": "string",
- "value": "string"
}
], - "dateAsInteger": 0,
- "id": "string",
- "masterId": 0,
- "details": {
- "documentation": "string",
- "deployInformation": {
- "description": "string",
- "version": "string",
- "date": "string",
- "user": "string"
}
}, - "computedStartTime": {
- "time": "string",
- "isEstimated": true,
- "programmedFor": "string",
- "consideredLateAt": "string",
- "latestStart": "string"
}, - "definedStartTime": "string",
- "endTime": "string",
- "name": "string",
- "status": {
- "id": 0,
- "description": "string",
- "category": "string",
- "containsFailedJobs": true
}, - "instance": 0,
- "duration": 0,
- "date": "string",
- "path": "string",
- "containerJobId": "string",
- "workWeek": 0,
- "events": [
- {
- "id": 0,
- "user": {
- "id": 32767,
- "name": "string"
}, - "event": {
- "name": "string",
- "type": "string",
- "category": "string",
- "parameters": {
- "property1": "string",
- "property2": "string"
}
}, - "scheduleId": "string"
}
]
}, - "terminationDescription": "string",
- "computedStartTime": {
- "time": "string",
- "isEstimated": true,
- "programmedFor": "string",
- "consideredLateAt": "string",
- "latestStart": "string"
}, - "computedEndTime": {
- "time": "string",
- "isEstimated": true,
- "programmedFor": "string",
- "consideredLateAt": "string",
- "latestStart": "string"
}, - "computedDuration": {
- "duration": 0,
- "isEstimated": true
}, - "documentation": {
- "id": 0,
- "frequency": "string",
- "job": "string"
}, - "thresholdDependencies": [
- {
- "id": 0,
- "threshold": {
- "id": 0,
- "name": "string",
- "description": "string",
- "value": 0,
- "dependentDailyJobs": [
- {
- "id": "string",
- "uniqueJobId": "string",
- "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- null
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}
}
], - "updatedByDailyJobs": [
- {
- "id": "string",
- "uniqueJobId": "string",
- "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- null
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}
}
], - "dependentMasterJobs": [
- {
- "id": "string",
- "status": {
- "id": 0,
- "status": "string"
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- null
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "updatedByMasterJobs": [
- {
- "id": "string",
- "status": {
- "id": 0,
- "status": "string"
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- null
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "used": 0,
- "locked": true,
- "lockedByDailyJob": {
- "id": "string",
- "name": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
}, - "value": 0,
- "operator": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- "string"
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}
}
], - "resourceDependencies": [
- {
- "id": 0,
- "resource": {
- "id": 0,
- "name": "string",
- "description": "string",
- "value": 0,
- "dependentDailyJobs": [
- {
- "id": "string",
- "uniqueJobId": "string",
- "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- null
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}
}
], - "updatedByDailyJobs": [
- {
- "id": "string",
- "uniqueJobId": "string",
- "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- null
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}
}
], - "dependentMasterJobs": [
- {
- "id": "string",
- "status": {
- "id": 0,
- "status": "string"
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- null
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "updatedByMasterJobs": [
- {
- "id": "string",
- "status": {
- "id": 0,
- "status": "string"
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- null
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "used": 0,
- "locked": true,
- "lockedByDailyJob": {
- "id": "string",
- "name": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
}, - "requires": 0,
- "requiresAll": true,
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- "string"
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}
}
], - "thresholdUpdates": [
- {
- "id": 0,
- "resource": {
- "id": 0,
- "name": "string",
- "description": "string",
- "value": 0,
- "dependentDailyJobs": [
- {
- "id": "string",
- "uniqueJobId": "string",
- "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- null
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}
}
], - "updatedByDailyJobs": [
- {
- "id": "string",
- "uniqueJobId": "string",
- "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- null
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}
}
], - "dependentMasterJobs": [
- {
- "id": "string",
- "status": {
- "id": 0,
- "status": "string"
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- null
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "updatedByMasterJobs": [
- {
- "id": "string",
- "status": {
- "id": 0,
- "status": "string"
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- null
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "used": 0,
- "locked": true,
- "lockedByDailyJob": {
- "id": "string",
- "name": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
}, - "threshold": {
- "id": 0,
- "name": "string",
- "description": "string",
- "value": 0,
- "dependentDailyJobs": [
- {
- "id": "string",
- "uniqueJobId": "string",
- "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- null
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}
}
], - "updatedByDailyJobs": [
- {
- "id": "string",
- "uniqueJobId": "string",
- "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- null
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}
}
], - "dependentMasterJobs": [
- {
- "id": "string",
- "status": {
- "id": 0,
- "status": "string"
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- null
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "updatedByMasterJobs": [
- {
- "id": "string",
- "status": {
- "id": 0,
- "status": "string"
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- null
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "used": 0,
- "locked": true,
- "lockedByDailyJob": {
- "id": "string",
- "name": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
}, - "value": 0,
- "status": {
- "id": 0,
- "status": "string"
}, - "frequency": {
- "name": "string"
}, - "jobName": "string",
- "scheduleId": 0
}
], - "resourceUpdates": [
- {
- "id": 0,
- "resource": {
- "id": 0,
- "name": "string",
- "description": "string",
- "value": 0,
- "dependentDailyJobs": [
- {
- "id": "string",
- "uniqueJobId": "string",
- "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- null
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}
}
], - "updatedByDailyJobs": [
- {
- "id": "string",
- "uniqueJobId": "string",
- "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- null
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}
}
], - "dependentMasterJobs": [
- {
- "id": "string",
- "status": {
- "id": 0,
- "status": "string"
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- null
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "updatedByMasterJobs": [
- {
- "id": "string",
- "status": {
- "id": 0,
- "status": "string"
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- null
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "used": 0,
- "locked": true,
- "lockedByDailyJob": {
- "id": "string",
- "name": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
}, - "threshold": {
- "id": 0,
- "name": "string",
- "description": "string",
- "value": 0,
- "dependentDailyJobs": [
- {
- "id": "string",
- "uniqueJobId": "string",
- "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- null
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}
}
], - "updatedByDailyJobs": [
- {
- "id": "string",
- "uniqueJobId": "string",
- "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- null
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}
}
], - "dependentMasterJobs": [
- {
- "id": "string",
- "status": {
- "id": 0,
- "status": "string"
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- null
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "updatedByMasterJobs": [
- {
- "id": "string",
- "status": {
- "id": 0,
- "status": "string"
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "uniqueJobId": "string",
- "name": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- null
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0,
- "requires": 0,
- "requiresAll": true
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "used": 0,
- "locked": true,
- "lockedByDailyJob": {
- "id": "string",
- "name": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
}, - "value": 0,
- "status": {
- "id": 0,
- "status": "string"
}, - "frequency": {
- "name": "string"
}, - "jobName": "string",
- "scheduleId": 0
}
], - "dependencies": [
- {
- "scheduleId": 0,
- "scheduleInstanceNumber": 0,
- "jobName": "string",
- "id": 0,
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- "string"
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "type": {
- "id": 0,
- "name": "string",
- "condition": "string",
- "checkAllDays": true,
- "offset": 0,
- "jobNameLike": "string",
- "categories": [
- "string"
]
}, - "predecessor": {
- "masterJob": {
- "id": "string",
- "department": {
- "id": 0,
- "name": "string",
- "documentation": "string",
- "associations": {
- "jobs": [
- {
- "schedule": "string",
- "job": "string"
}
], - "dailyJobs": [
- {
- "schedule": "string",
- "job": "string",
- "date": "2019-08-24T14:15:22Z"
}
], - "roles": [
- "string"
]
}, - "scheduleId": 0,
- "scheduleName": "string",
- "jobName": "string",
- "dailyScheduleId": 0,
- "dailyScheduleName": "string",
- "dailyJobName": "string",
- "dailyJobDate": 0,
- "role": "string"
}, - "isMultiInstance": true,
- "runOnEachMachine": true,
- "jobGroup": 0,
- "jobName": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- "string"
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}, - "frequencies": [
- {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 0,
- "calendarId": 0,
- "aobn": 0,
- "frequencyPriority": 0,
- "name": "string",
- "finishOkBehavior": {
- "type": "string",
- "actionOnOverlap": "string",
- "instanceTimes": [
- "string"
], - "numberOfRuns": 0,
- "latestRunTimeOffset": 0,
- "minutesFromEndToStart": 0,
- "minutesFromStartToStart": 0
}, - "startTimeEstimation": {
- "estimationSource": "string",
- "estimatedRunTime": 0,
- "predictedStartTimeOffset": 0
}, - "jobExecution": {
- "samPriority": 0,
- "maxRunTime": 0
}, - "retryBehavior": {
- "retryOnFail": true,
- "minutesBetweenAttempts": 0,
- "maximumAttempts": 0
}, - "jobTimesEstimation": {
- "parentScheduleStartTime": "string",
- "startOffsetTimeFormat": "string",
- "startOffset": 0,
- "latestStartOffset": 0,
- "latestStartOffsetTimeFormat": "string",
- "lateToFinishOffset": 0,
- "lateToStartOffset": 0
}, - "overlapAction": "string",
- "maximumAttempts": 0,
- "minutesBetweenAttempts": 0,
- "startTimeEstimationSource": "string",
- "predictedStartTimeOffset": "string",
- "recurringInstanceTimes": [
- "string"
], - "lateToFinishOffset": "string",
- "lateToStartOffset": "string",
- "minutesFromStartToStart": 0,
- "minutesFromEndToStart": 0,
- "latestRunTime": "string",
- "numberOfRuns": 0,
- "parentDoubleScheduleTime": 0,
- "parentDoubleScheduleDate": 0,
- "startOffset": "string",
- "startOffsetTimeFormat": "string",
- "latestStartOffset": "string",
- "latestStartOffsetTimeFormat": "string",
- "estimatedRunTime": 0,
- "samPriority": 0,
- "maxRunTime": 0,
- "startStatus": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}
}
], - "type": {
- "id": 0,
- "description": "string"
}, - "accessCode": {
- "id": 0,
- "name": "string",
- "description": "string",
- "crossReferencesDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "crossReferencesMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
]
}, - "machine": {
- "_acsApplication": "string",
- "acsApplication": "string",
- "_acsConfiguration": "string",
- "acsConfiguration": "string",
- "_acsStorage": "string",
- "acsStorage": "string",
- "_acsConfigVersion": "string",
- "acsConfigVersion": "string",
- "_guidewireAgentType": "string",
- "guidewireAgentType": "string",
- "_guidewireAgentBatchProcesses": "string",
- "guidewireAgentBatchProcesses": "string",
- "_guidewireAgentClientSecret": "string",
- "guidewireAgentClientSecret": "string",
- "_guidewireAgentOAuthUrl": "string",
- "guidewireAgentOAuthUrl": "string",
- "_guidewireAgentOAuthAppId": "string",
- "guidewireAgentOAuthAppId": "string",
- "_guidewireAgentOAuthScopes": "string",
- "guidewireAgentOAuthScopes": "string",
- "id": 0,
- "name": "string",
- "currentJobs": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
], - "assignedMasterJobs": [
- {
- "id": null,
- "jobName": null,
- "schedule": null
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": null,
- "jobName": null,
- "schedule": null
}
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "socket": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "type": {
- "id": 0,
- "description": "string"
}, - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "acceptMessagesfromIp": "string",
- "agentAuthToken": "string",
- "agentCheckCrc": true,
- "agentFileTransferPortNumberForTls": "string",
- "agentName": "string",
- "_agentSmaCommunicationsProtocol": "string",
- "agentSMACommunicationsProtocol": "string",
- "agentSocket": "string",
- "agentSpecialFeatures": "string",
- "agentSupportNonTlsForSmaftAgent": "string",
- "agentSupportNonTlsForSmaftServer": "string",
- "agentSupportTlsForSmaftAgent": "string",
- "agentSupportTlsForSmaftServer": "string",
- "_allowKillJob": true,
- "allowKillJob": true,
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "_checkCertificateRevocationList": true,
- "checkCertificateRevocationList": true,
- "checkCrc": "string",
- "checkMachineStatusInterval": 0,
- "closeSocket": "string",
- "closeSocketDuringSynchronization": true,
- "connectionAttemptTimeout": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "cpuCount": "string",
- "cpuId": "string",
- "cpuModel": "string",
- "cpuType": "string",
- "documentation": "string",
- "fileTransferFeature": "string",
- "fileTransferIpAddress": "string",
- "_fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForNonTls": 0,
- "_fileTransferPortNumberForTls": 0,
- "fileTransferPortNumberForTls": 0,
- "_fileTransferRole": "string",
- "fileTransferRole": "string",
- "fullFileTransferSupport": true,
- "fullyQualifiedDomainName": "string",
- "gatewayName": "string",
- "hostname": "string",
- "jorsFeature": "string",
- "_jorsPortNumber": 0,
- "jorsPortNumber": 0,
- "jorsSocket": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "machineMaximumJobs": "string",
- "maxBytesReadPerMessage": 0,
- "maxBytesSentPerMessage": 0,
- "maxConsecutiveSendMessages": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "osType": "string",
- "osVersion": "string",
- "pollInterval": 0,
- "receiveBufferCount": 0,
- "_requiresXmlEscape": true,
- "requiresXmlEscape": true,
- "resourceMonitorFeature": "string",
- "responseTimeoutInSeconds": 0,
- "sendBufferCount": 0,
- "smaCommunicationsProtocol": "string",
- "smaftAgentPort": "string",
- "smaftServerPortForNonTls": "string",
- "smaNetComIdentifier": "string",
- "smaNetComSocket": "string",
- "supportedAgentCapability": [
- "string"
], - "_supportNonTlsForSmaftAgent": true,
- "supportNonTLSForSMAFTAgent": true,
- "_supportNonTlsForSmaftServer": true,
- "supportNonTLSForSMAFTServer": true,
- "_supportTLSForSMAFTAgent": true,
- "supportTLSForSMAFTAgent": true,
- "_supportTLSForSMAFTServer": true,
- "supportTLSForSMAFTServer": true,
- "supportsHandshake": "string",
- "tcpIpAddress": "string",
- "timeOffsetfromSamInHours": 0,
- "timeOffsetfromUtcInHours": 0,
- "timeSent": "string",
- "timeZoneName": "string",
- "tlsCertificateDistinguishedName": "string",
- "_tlsCertificateSerialNumber": "string",
- "tlsCertificateSerialNumber": "string",
- "traceAllMessages": true,
- "_useTLSforSchedulingCommunications": true,
- "useTLSforSchedulingCommunications": true,
- "agentVersion": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0,
- "_opconMftServerEnabled": true,
- "opConMFTServerEnabled": true,
- "_opconMftServerEventsWebhook": "string",
- "opConMFTServerEventsWebhook": "string",
- "_sapBwClientId": 0,
- "sapBwClientId": 0,
- "_sapBwGateway": "string",
- "sapBwGateway": "string",
- "_sapBwGroup": "string",
- "sapBwGroup": "string",
- "_sapBwName": "string",
- "sapBwName": "string",
- "_sapBwQueryListenerPort": 0,
- "sapBwQueryListenerPort": 0,
- "_sapBwSystemNumber": 0,
- "sapBwSystemNumber": 0,
- "_sapBwRfcTrace": 0,
- "sapBwRfcTrace": "string",
- "_sapR3andCrmAuditLevel": 0,
- "sapR3andCrmAuditLevel": "string",
- "_sapR3andCrmClientId": 0,
- "sapR3andCrmClientId": 0,
- "_sapEvents": [
- "string"
], - "sapEvents": [
- "string"
], - "_sapR3andCrmGateway": "string",
- "sapR3andCrmGateway": "string",
- "_sapR3andCrmGroup": "string",
- "sapR3andCrmGroup": "string",
- "_sapR3andCrmName": "string",
- "sapR3andCrmName": "string",
- "_sapR3andCrmQueryListenerPort": 0,
- "sapR3andCrmQueryListenerPort": 0,
- "_sapR3andCrmSystemNumber": 0,
- "sapR3andCrmSystemNumber": 0,
- "_sapR3andCrmRfcTrace": 0,
- "sapR3andCrmRfcTrace": "string"
}, - "alternateMachine": {
- "_acsApplication": "string",
- "acsApplication": "string",
- "_acsConfiguration": "string",
- "acsConfiguration": "string",
- "_acsStorage": "string",
- "acsStorage": "string",
- "_acsConfigVersion": "string",
- "acsConfigVersion": "string",
- "_guidewireAgentType": "string",
- "guidewireAgentType": "string",
- "_guidewireAgentBatchProcesses": "string",
- "guidewireAgentBatchProcesses": "string",
- "_guidewireAgentClientSecret": "string",
- "guidewireAgentClientSecret": "string",
- "_guidewireAgentOAuthUrl": "string",
- "guidewireAgentOAuthUrl": "string",
- "_guidewireAgentOAuthAppId": "string",
- "guidewireAgentOAuthAppId": "string",
- "_guidewireAgentOAuthScopes": "string",
- "guidewireAgentOAuthScopes": "string",
- "id": 0,
- "name": "string",
- "currentJobs": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
], - "assignedMasterJobs": [
- {
- "id": null,
- "jobName": null,
- "schedule": null
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": null,
- "jobName": null,
- "schedule": null
}
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "socket": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "type": {
- "id": 0,
- "description": "string"
}, - "assignedMasterJobs": [
- {
- "id": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "assignedDailyJobs": [
- {
- "uniqueJobId": "string",
- "jobName": "string",
- "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}
], - "acceptMessagesfromIp": "string",
- "agentAuthToken": "string",
- "agentCheckCrc": true,
- "agentFileTransferPortNumberForTls": "string",
- "agentName": "string",
- "_agentSmaCommunicationsProtocol": "string",
- "agentSMACommunicationsProtocol": "string",
- "agentSocket": "string",
- "agentSpecialFeatures": "string",
- "agentSupportNonTlsForSmaftAgent": "string",
- "agentSupportNonTlsForSmaftServer": "string",
- "agentSupportTlsForSmaftAgent": "string",
- "agentSupportTlsForSmaftServer": "string",
- "_allowKillJob": true,
- "allowKillJob": true,
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "_checkCertificateRevocationList": true,
- "checkCertificateRevocationList": true,
- "checkCrc": "string",
- "checkMachineStatusInterval": 0,
- "closeSocket": "string",
- "closeSocketDuringSynchronization": true,
- "connectionAttemptTimeout": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "cpuCount": "string",
- "cpuId": "string",
- "cpuModel": "string",
- "cpuType": "string",
- "documentation": "string",
- "fileTransferFeature": "string",
- "fileTransferIpAddress": "string",
- "_fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForNonTls": 0,
- "_fileTransferPortNumberForTls": 0,
- "fileTransferPortNumberForTls": 0,
- "_fileTransferRole": "string",
- "fileTransferRole": "string",
- "fullFileTransferSupport": true,
- "fullyQualifiedDomainName": "string",
- "gatewayName": "string",
- "hostname": "string",
- "jorsFeature": "string",
- "_jorsPortNumber": 0,
- "jorsPortNumber": 0,
- "jorsSocket": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "machineMaximumJobs": "string",
- "maxBytesReadPerMessage": 0,
- "maxBytesSentPerMessage": 0,
- "maxConsecutiveSendMessages": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "osType": "string",
- "osVersion": "string",
- "pollInterval": 0,
- "receiveBufferCount": 0,
- "_requiresXmlEscape": true,
- "requiresXmlEscape": true,
- "resourceMonitorFeature": "string",
- "responseTimeoutInSeconds": 0,
- "sendBufferCount": 0,
- "smaCommunicationsProtocol": "string",
- "smaftAgentPort": "string",
- "smaftServerPortForNonTls": "string",
- "smaNetComIdentifier": "string",
- "smaNetComSocket": "string",
- "supportedAgentCapability": [
- "string"
], - "_supportNonTlsForSmaftAgent": true,
- "supportNonTLSForSMAFTAgent": true,
- "_supportNonTlsForSmaftServer": true,
- "supportNonTLSForSMAFTServer": true,
- "_supportTLSForSMAFTAgent": true,
- "supportTLSForSMAFTAgent": true,
- "_supportTLSForSMAFTServer": true,
- "supportTLSForSMAFTServer": true,
- "supportsHandshake": "string",
- "tcpIpAddress": "string",
- "timeOffsetfromSamInHours": 0,
- "timeOffsetfromUtcInHours": 0,
- "timeSent": "string",
- "timeZoneName": "string",
- "tlsCertificateDistinguishedName": "string",
- "_tlsCertificateSerialNumber": "string",
- "tlsCertificateSerialNumber": "string",
- "traceAllMessages": true,
- "_useTLSforSchedulingCommunications": true,
- "useTLSforSchedulingCommunications": true,
- "agentVersion": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0,
- "_opconMftServerEnabled": true,
- "opConMFTServerEnabled": true,
- "_opconMftServerEventsWebhook": "string",
- "opConMFTServerEventsWebhook": "string",
- "_sapBwClientId": 0,
- "sapBwClientId": 0,
- "_sapBwGateway": "string",
- "sapBwGateway": "string",
- "_sapBwGroup": "string",
- "sapBwGroup": "string",
- "_sapBwName": "string",
- "sapBwName": "string",
- "_sapBwQueryListenerPort": 0,
- "sapBwQueryListenerPort": 0,
- "_sapBwSystemNumber": 0,
- "sapBwSystemNumber": 0,
- "_sapBwRfcTrace": 0,
- "sapBwRfcTrace": "string",
- "_sapR3andCrmAuditLevel": 0,
- "sapR3andCrmAuditLevel": "string",
- "_sapR3andCrmClientId": 0,
- "sapR3andCrmClientId": 0,
- "_sapEvents": [
- "string"
], - "sapEvents": [
- "string"
], - "_sapR3andCrmGateway": "string",
- "sapR3andCrmGateway": "string",
- "_sapR3andCrmGroup": "string",
- "sapR3andCrmGroup": "string",
- "_sapR3andCrmName": "string",
- "sapR3andCrmName": "string",
- "_sapR3andCrmQueryListenerPort": 0,
- "sapR3andCrmQueryListenerPort": 0,
- "_sapR3andCrmSystemNumber": 0,
- "sapR3andCrmSystemNumber": 0,
- "_sapR3andCrmRfcTrace": 0,
- "sapR3andCrmRfcTrace": "string"
}, - "alternateMachine2": {
- "_acsApplication": "string",
- "acsApplication": "string",
- "_acsConfiguration": "string",
- "acsConfiguration": "string",
- "_acsStorage": "string",
- "acsStorage": "string",
- "_acsConfigVersion": "string",
- "acsConfigVersion": "string",
- "_guidewireAgentType": "string",
- "guidewireAgentType": "string",
- "_guidewireAgentBatchProcesses": "string",
- "guidewireAgentBatchProcesses": "string",
- "_guidewireAgentClientSecret": "string",
- "guidewireAgentClientSecret": "string",
- "_guidewireAgentOAuthUrl": "string",
- "guidewireAgentOAuthUrl": "string",
- "_guidewireAgentOAuthAppId": "string",
- "guidewireAgentOAuthAppId": "string",
- "_guidewireAgentOAuthScopes": "string",
- "guidewireAgentOAuthScopes": "string",
- "id": 0,
- "name": "string",
- "currentJobs": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0