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
Name | string or null Name of the calendar to fetch (Can accept ? and * wildcards) |
Ids | string or null Comma-separated list of calendar unique identifier values |
Limit | integer or null <int32> Limits the results being fetched. 0 retrieves just a count |
Offset | integer or null <int32> Retrieves records beginning at this record number |
SortOrders | Array of strings or null Access code sort order |
AccessibleCodes | Array of integers or null <int32> List of accessible codes |
HasAdminAccess | boolean Flag to determine admin access |
SortBy | string or null Options to sort access code by |
[- {
- "id": 0,
- "name": "string"
}
]
Sample request (this creates a new access code):
POST /api/accesscodes
{
"name": "Operator""
}
The access code object to create
id | integer or null <int32> The id of the access code |
name | string or null The name of the access code |
{- "id": 0,
- "name": "string"
}
{- "id": 0,
- "name": "string"
}
Sample request (this returns the access code with id = 1):
GET /api/accesscodes/1
id required | integer <int32> The unique identifier of the access code to fetch |
{- "id": 0,
- "name": "string"
}
Sample request (this updates the access code):
PUT /api/accesscodes/1
{
"id": 1,
"name": "Operator"
}
id required | integer <int32> The unique identifier of the access code |
The access code object to update
id | integer or null <int32> The id of the access code |
name | string or null The name of the access code |
{- "id": 0,
- "name": "string"
}
{- "id": 0,
- "name": "string"
}
Sample request (this returns a list of batch users by name in descending order):
GET /api/batchusers?sortby=name:desc
Limit | integer or null <int32> |
Offset | integer or null <int32> |
LoginName | string or null |
RoleName | string or null |
IncludeRoles | boolean |
Ids | string or null |
SortOrder.SortBy | string or null |
SortOrder.IdColumns | Array of strings or null |
SortOrder.ValidSortOrders | Array of strings or null |
SortOrder.ColumnList | Array of strings or null |
SortOrder.SortTypeList | Array of strings or null |
Platform | string or null |
PlatformId | integer or null <int32> |
SortBy | string or null |
{- "id": 0,
- "platform": {
- "id": 0,
- "name": "string"
}, - "loginName": "string",
- "password": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- { }
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "lastLoggedIn": "string",
- "lastLoggedOut": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": 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
]
}
}
], - "updateJobs": true,
- "previousLoginName": "string"
}
Sample request (this creates a new batch user):
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 (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 filed is null in a PUT request, it gets ignored and the existing value is unchanged. optional |
Array of objects or null (Role) Roles associated with this batch user optional | |
updateJobs | boolean |
previousLoginName | string or null |
{- "id": 0,
- "platform": {
- "id": 0,
- "name": "string"
}, - "loginName": "string",
- "password": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- { }
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": 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
]
}
}
], - "updateJobs": true,
- "previousLoginName": "string"
}
{- "id": 0,
- "platform": {
- "id": 0,
- "name": "string"
}, - "loginName": "string",
- "password": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- { }
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "lastLoggedIn": "string",
- "lastLoggedOut": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": 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
]
}
}
], - "updateJobs": true,
- "previousLoginName": "string"
}
Sample request (this returns the batch user with id = 1):
GET /api/batchusers/1
id required | integer <int32> The id of the batch user you want to get |
{- "id": 0,
- "platform": {
- "id": 0,
- "name": "string"
}, - "loginName": "string",
- "password": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- { }
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "lastLoggedIn": "string",
- "lastLoggedOut": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": 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
]
}
}
], - "updateJobs": true,
- "previousLoginName": "string"
}
Sample request (this updates the batch user):
PUT /api/BatchUsers/1
{
"platform": {
"id": 1,
"name": "Windows"
}
"loginName": "TestUser"
}
id required | integer <int32> The batch user id |
id | integer or null <int32> Id of the batch user |
object (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 filed is null in a PUT request, it gets ignored and the existing value is unchanged. optional |
Array of objects or null (Role) Roles associated with this batch user optional | |
updateJobs | boolean |
previousLoginName | string or null |
{- "id": 0,
- "platform": {
- "id": 0,
- "name": "string"
}, - "loginName": "string",
- "password": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- { }
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": 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
]
}
}
], - "updateJobs": true,
- "previousLoginName": "string"
}
{- "id": 0,
- "platform": {
- "id": 0,
- "name": "string"
}, - "loginName": "string",
- "password": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- { }
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "lastLoggedIn": "string",
- "lastLoggedOut": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": 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
]
}
}
], - "updateJobs": true,
- "previousLoginName": "string"
}
Sample request (this returns a list of calendars by name in descending order):
GET /api/calendars?sortby=name:desc
Name | string or null The name of the calendar to fetch |
Ids | string or null List of unique identifiers to retrieve |
Limit | integer or null <int32> Limit the number of records to fetch |
Offset | integer or null <int32> Offset the number of records being fetched |
SortOrders | Array of strings or null Ordering options |
HasAdminAccess | boolean Flag for admin access |
SortBy | string or null Option to sort values by different parameter fields |
[- {
- "id": 0,
- "schedule": {
- "calendar": { },
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}
}, - "sam": 0,
- "start": 0,
- "weekdays": 0,
- "isNamedInstance": 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
}, - "type": 0,
- "name": "string",
- "dates": [
- "string"
], - "description": "string"
}
]
Sample request (this creates a new calendar):
POST /api/calendars
{
"name": "CalendarName""
}
id | integer or null <int32> The id of the calendar |
object (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 |
{- "id": 0,
- "schedule": {
- "calendar": { },
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}
}, - "sam": 0,
- "start": 0,
- "weekdays": 0,
- "isNamedInstance": 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
}, - "type": 0,
- "name": "string",
- "dates": [
- "string"
], - "description": "string"
}
{- "id": 0,
- "schedule": {
- "calendar": { },
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}
}, - "sam": 0,
- "start": 0,
- "weekdays": 0,
- "isNamedInstance": 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
}, - "type": 0,
- "name": "string",
- "dates": [
- "string"
], - "description": "string"
}
Sample request (this returns the calendar with id=1 ):
GET /api/calendars/1
id required | integer <int32> Unique identifer of the calendar to fetch. |
{- "id": 0,
- "schedule": {
- "calendar": { },
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}
}, - "sam": 0,
- "start": 0,
- "weekdays": 0,
- "isNamedInstance": 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
}, - "type": 0,
- "name": "string",
- "dates": [
- "string"
], - "description": "string"
}
Sample request (this updates the calendar):
PUT /api/calendar/1
{
"id": 1,
"name": "CalendarName"
}
id required | integer <int32> The calendar id |
id | integer or null <int32> The id of the calendar |
object (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 |
{- "id": 0,
- "schedule": {
- "calendar": { },
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}
}, - "sam": 0,
- "start": 0,
- "weekdays": 0,
- "isNamedInstance": 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
}, - "type": 0,
- "name": "string",
- "dates": [
- "string"
], - "description": "string"
}
{- "id": 0,
- "schedule": {
- "calendar": { },
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}
}, - "sam": 0,
- "start": 0,
- "weekdays": 0,
- "isNamedInstance": 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
}, - "type": 0,
- "name": "string",
- "dates": [
- "string"
], - "description": "string"
}
id required | string or null |
ScheduleIds | string or null |
Level | integer or null <int32> |
JobIds | string or null |
ScheduleDates | Array of integers or null <int32> |
Dates | string or null |
PredecessorLevel | integer or null <int32> |
SuccessorLevel | integer or null <int32> |
Sample request (this returns a list of daily job events in descending order):
GET /api/dailyJobs/{jobId}/events
ScheduleId required | integer <int32> |
Instance required | integer <int32> |
ScheduleDate required | string <date-time> |
JobName required | string or null |
Id required | string or null |
jobId required | string |
[- {
- "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(this creates a single** daily job event):
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": "**"
}
}
ScheduleId required | integer <int32> |
Instance required | integer <int32> |
ScheduleDate required | string <date-time> |
JobName required | string or null |
Id required | string or null |
jobId required | string |
required | object (DailyJobId) |
required | object (SmaUserModel) |
required | object |
required | object (JobEventDetailsModel) |
required | object (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(this updates a single** daily job event):
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": "**"
}
}
To support legacy architecture, this returns the object as well.
ScheduleId required | integer <int32> |
Instance required | integer <int32> |
ScheduleDate required | string <date-time> |
JobName required | string or null |
Id required | string or null |
jobId required | string |
required | object (DailyJobId) |
required | object (SmaUserModel) |
required | object |
required | object (JobEventDetailsModel) |
required | object (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 (this deletes a single daily job event):
DELETE /api/dailyJobs/{jobId}/events/{eventId}
ScheduleId required | integer <int32> |
Instance required | integer <int32> |
ScheduleDate required | string <date-time> |
JobName required | string or null |
Id required | string or null |
eventId required | integer <int32> |
jobId required | string |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}
Uids | string or null |
IncludeDocumentation | boolean |
IncludeThresholdResourceDependencies | boolean |
IncludeThresholdResourceUpdates | boolean |
IncludeExpressionDependencies | boolean |
IncludeDependencies | boolean |
IncludeCount | boolean |
IncludeDetails | boolean |
IncludeEvents | boolean |
TerminationDescription | string or null |
JobName | string or null |
Machine | string or null |
StartMachine | string or null |
PrimaryMachine | string or null |
AlternateMachine | string or null |
AlternateMachine2 | string or null |
AlternateMachine3 | string or null |
Reason | string or null |
ScheduleDates | Array of integers or null <int32> |
SortOrders | Array of strings or null |
JobStatus | string or null |
JobStatusCategories | Array of strings or null |
JobType | string or null |
PriorityValue | integer or null <int32> |
ScheduleStatus | string or null |
ScheduleName | string or null |
Path | string or null |
TagList | Array of strings or null |
LimitValue | integer or null <int32> |
OffsetValue | integer or null <int32> |
DepartmentList | Array of integers or null <int32> |
AccessCodeList | Array of integers or null <int32> |
JobNumber | integer or null <int32> |
Ids | string or null |
ScheduleIds | string or null |
Name | string or null |
Dates | string or null |
Status | string or null |
SortBy | string or null |
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 |
rawId required | string or null |
uid | integer or null <int64> |
uniqueJobId | string or null |
object (DailyJobDetails) | |
object (DailyJobFeedback) | |
object (Department) | |
Array of objects or null (InstanceProperty) | |
steps | Array of strings or null |
id | string or null |
priority | integer <int32> |
jobName | string or null |
object (Frequency) A frequency | |
jobNumber | integer <int32> |
jorsRequestParameters | string or null |
incidentTicketId | string or null |
incidentTicketURL | string or null |
object (LsamType) | |
object (AccessCode) An access code with id and name fields | |
object (Machine) | |
object (Machine) | |
object (Machine) | |
object (Machine) | |
object (MachineGroup) | |
object (Machine) | |
tags | Array of strings or null |
object (JobStatus) | |
object (DailySchedule) | |
terminationDescription | string or null |
object (ComputedTime) | |
object (ComputedTime) | |
object (ComputedDuration) | |
object (DailyJobDocumentation) | |
Array of objects or null (DailyJobThresholdDependency) | |
Array of objects or null (DailyJobResourceDependency) | |
Array of objects or null (DailyJobThresholdResourceUpdate) | |
Array of objects or null (DailyJobThresholdResourceUpdate) | |
Array of objects or null (DailyJobDependency) | |
Array of objects or null (DailyJobEventModel) | |
object (DailyJobExpressionDependencyCollection) | |
detailMessages | Array of strings or null |
isRecurrent | boolean |
features | Array of strings or null |
currentStep | string or null |
jobGroup | integer <int32> |
startMachineId | integer <int32> |
startOffset | number <double> |
startAbsoluteRelative | string or null |
lateToStartTime | number <double> |
lateToStartAbsoluteRelative | string or null |
start | number <double> |
termination | number <double> |
estimatedRunTime | integer <int32> |
lastUpdate | number <double> |
maxMinutes | integer <int32> |
originalJobName | string or null |
shortName | string or null |
calculatedStartTime | number or null <double> |
startTimeIsEstimated | boolean |
calculatedEndTime | number or null <double> |
endTimeIsEstimated | boolean |
calculatedDuration | integer <int64> |
durationIsEstimated | boolean |
subScheduleDailyName | string or null |
subScheduleDailyPath | string or null |
subScheduleDailyInstance | integer or null <int32> |
subScheduleDailyId | integer or null <int32> |
subScheduleDailyDate | integer or null <int32> |
subScheduleMasterName | string or null |
subScheduleMasterId | integer or null <int32> |
{- "uid": 0,
- "uniqueJobId": "string",
- "details": {
- "subType": "string",
- "jobSubType": "string",
- "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"
}, - "instanceProperties": [
- {
- "key": "string",
- "value": "string"
}
], - "steps": [
- "string"
], - "id": "string",
- "priority": 0,
- "jobName": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}, - "machine": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "alternateMachine": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "alternateMachine2": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "alternateMachine3": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "machineGroup": {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- { }
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}
]
}, - "startMachine": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "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,
- "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
}, - "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,
- "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
}, - "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,
- "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
}, - "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,
- "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
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
]
}, - "value": 0,
- "operator": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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,
- "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
}, - "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,
- "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
}, - "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,
- "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
}, - "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,
- "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
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "used": 0
}, - "requires": 0,
- "requiresAll": true,
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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,
- "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
}, - "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,
- "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
}, - "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,
- "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
}, - "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,
- "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
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "used": 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,
- "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
}, - "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,
- "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
}, - "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,
- "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
}, - "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,
- "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
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
]
}, - "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,
- "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
}, - "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,
- "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
}, - "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,
- "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
}, - "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,
- "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
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "used": 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,
- "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
}, - "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,
- "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
}, - "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,
- "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
}, - "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,
- "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
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
]
}, - "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,
- "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"
}, - "jobGroup": 0,
- "jobName": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}, - "machine": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "alternateMachine": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "alternateMachine2": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "alternateMachine3": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "machineGroup": {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- { }
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- null
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}
]
}, - "schedule": {
- "calendar": {
- "id": 0,
- "schedule": { },
- "type": 0,
- "name": "string",
- "dates": [
- "string"
], - "description": "string"
}, - "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}
}, - "sam": 0,
- "start": 0,
- "weekdays": 0,
- "isNamedInstance": 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
}, - "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
}
], - "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
}
Uids | string or null |
IncludeDocumentation | boolean |
IncludeThresholdResourceDependencies | boolean |
IncludeThresholdResourceUpdates | boolean |
IncludeExpressionDependencies | boolean |
IncludeDependencies | boolean |
IncludeCount | boolean |
IncludeDetails | boolean |
IncludeEvents | boolean |
TerminationDescription | string or null |
JobName | string or null |
Machine | string or null |
StartMachine | string or null |
PrimaryMachine | string or null |
AlternateMachine | string or null |
AlternateMachine2 | string or null |
AlternateMachine3 | string or null |
Reason | string or null |
ScheduleDates | Array of integers or null <int32> |
SortOrders | Array of strings or null |
JobStatus | string or null |
JobStatusCategories | Array of strings or null |
JobType | string or null |
PriorityValue | integer or null <int32> |
ScheduleStatus | string or null |
ScheduleName | string or null |
Path | string or null |
TagList | Array of strings or null |
LimitValue | integer or null <int32> |
OffsetValue | integer or null <int32> |
DepartmentList | Array of integers or null <int32> |
AccessCodeList | Array of integers or null <int32> |
JobNumber | integer or null <int32> |
Ids | string or null |
ScheduleIds | string or null |
Name | string or null |
Dates | string or null |
Status | string or null |
SortBy | string or null |
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 or null |
IncludeDocumentation | boolean |
IncludeThresholdResourceDependencies | boolean |
IncludeThresholdResourceUpdates | boolean |
IncludeExpressionDependencies | boolean |
IncludeDependencies | boolean |
IncludeCount | boolean |
IncludeDetails | boolean |
IncludeEvents | boolean |
TerminationDescription | string or null |
JobName | string or null |
Machine | string or null |
StartMachine | string or null |
PrimaryMachine | string or null |
AlternateMachine | string or null |
AlternateMachine2 | string or null |
AlternateMachine3 | string or null |
Reason | string or null |
ScheduleDates | Array of integers or null <int32> |
SortOrders | Array of strings or null |
JobStatus | string or null |
JobStatusCategories | Array of strings or null |
JobType | string or null |
PriorityValue | integer or null <int32> |
ScheduleStatus | string or null |
ScheduleName | string or null |
Path | string or null |
TagList | Array of strings or null |
LimitValue | integer or null <int32> |
OffsetValue | integer or null <int32> |
DepartmentList | Array of integers or null <int32> |
AccessCodeList | Array of integers or null <int32> |
JobNumber | integer or null <int32> |
Ids | string or null |
ScheduleIds | string or null |
Name | string or null |
Dates | string or null |
Status | string or null |
SortBy | string or null |
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 |
rawId required | string or null |
id | integer or null <int32> |
frequency | string or null |
job | string or null |
{- "id": 0,
- "frequency": "string",
- "job": "string"
}
rawId required | string or null |
documentationId required | integer <int32> |
id | integer or null <int32> |
frequency | string or null |
job | string or null |
{- "id": 0,
- "frequency": "string",
- "job": "string"
}
uid required | integer <int64> |
id | integer <int32> |
ticketId | string or null |
ticketUrl | string or null |
{- "id": 0,
- "ticketId": "string",
- "ticketUrl": "string"
}
rawId required | string or null |
key | string or null |
value | string or null |
{- "key": "string",
- "value": "string"
}
rawId required | string or null |
name required | string or null |
key | string or null |
value | string or null |
{- "key": "string",
- "value": "string"
}
uid required | integer <int64> |
id required | string or null |
id | integer <int32> |
ticketId | string or null |
ticketUrl | string or null |
{- "id": 0,
- "ticketId": "string",
- "ticketUrl": "string"
}
rawId required | string or null |
{ }
rawId required | string or null |
eventId required | integer <int32> |
{ }
Sample request (this creates a single expression dependency):
POST /api/dailyJobs/{dailyJobId}/expressionDependencies/
{
"expression1": "someExpression",
"expression2": "expressionTwo"
}
rawId required | string or null The daily job indentifier |
The expression dependency object with new values
id | integer or null <int32> The expression dependecy unique identifier |
expression1 | string or null The string value for the expression. |
expression2 | string or null The string value for the expression. |
{- "id": 0,
- "expression1": "string",
- "expression2": "string"
}
Sample request (this returns a expression dependency in ascending order):
GET /api/dailyJobs/{dailyJobId}/expressionDependencies/{expressionId}
rawId required | string or null The daily job identifier |
expressionId required | integer <int32> The expression dependency identifier |
Sample request (this updates a single expression dependency):
PUT /api/dailyJobs/{dailyJobId}/expressionDependencies/{expressionId}
{
"id": 1,
"expression1": "someExpression",
"expression2": "expressionTwo"
}
rawId required | string or null The daily job indentifier |
expressionId required | integer <int32> The expression dependency identifier |
The expression dependency object with update values
id | integer or null <int32> The expression dependecy unique identifier |
expression1 | string or null The string value for the expression. |
expression2 | string or null The string value for the expression. |
{- "id": 0,
- "expression1": "string",
- "expression2": "string"
}
Sample request (this deletes a single expression dependency):
DELETE /api/dailyJobs/{dailyJobId}/expressionDependencies/{expressionId}
rawId required | string or null The daily job indentifier |
expressionId required | integer <int32> The expression dependency identifier |
The expression dependency object with values to delete
id | integer or null <int32> The expression dependecy unique identifier |
expression1 | string or null The string value for the expression. |
expression2 | string or null The string value for the expression. |
{- "id": 0,
- "expression1": "string",
- "expression2": "string"
}
rawId required | string or null |
id | integer or null <int32> |
object (Resource) | |
requires | integer or null <int32> |
requiresAll | boolean or null |
object (Frequency) A frequency |
{- "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,
- "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"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0
}, - "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,
- "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"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0
}, - "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,
- "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"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0
}, - "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,
- "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"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "used": 0
}, - "requires": 0,
- "requiresAll": true,
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}
}
}
rawId required | string or null |
resourceId required | integer <int32> |
id | integer or null <int32> |
object (Resource) | |
requires | integer or null <int32> |
requiresAll | boolean or null |
object (Frequency) A frequency |
{- "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,
- "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"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0
}, - "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,
- "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"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0
}, - "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,
- "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"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0
}, - "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,
- "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"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "used": 0
}, - "requires": 0,
- "requiresAll": true,
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}
}
}
rawId required | string or null |
id | integer or null <int32> |
object (Threshold) | |
value | integer <int32> |
operator | string or null |
object (Frequency) A frequency |
{- "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,
- "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"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0
}, - "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,
- "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"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0
}, - "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,
- "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"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0
}, - "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,
- "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"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
]
}, - "value": 0,
- "operator": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}
}
}
rawId required | string or null |
thresholdId required | integer <int32> |
id | integer or null <int32> |
object (Threshold) | |
value | integer <int32> |
operator | string or null |
object (Frequency) A frequency |
{- "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,
- "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"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0
}, - "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,
- "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"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0
}, - "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,
- "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"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0
}, - "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,
- "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"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
]
}, - "value": 0,
- "operator": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}
}
}
Sample request (this returns a list of job dependencies for a daily job with id '20210101|15|1|Job1'):
GET /api/dailyjobs/20210101|15|1|Job1/dependencies
jobId required | string or null |
[- {
- "scheduleId": 0,
- "scheduleInstanceNumber": 0,
- "jobName": "string",
- "id": 0,
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}, - "jobGroup": 0,
- "jobName": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}, - "machine": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "alternateMachine": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "alternateMachine2": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "alternateMachine3": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "machineGroup": {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- { }
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": null,
- "value": null
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}
]
}, - "schedule": {
- "calendar": {
- "id": 0,
- "schedule": { },
- "type": 0,
- "name": "string",
- "dates": [
- "string"
], - "description": "string"
}, - "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}
}, - "sam": 0,
- "start": 0,
- "weekdays": 0,
- "isNamedInstance": 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
}, - "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
}
]
Sample request (this updates the job dependencies for a daily job with id '20210101|15|1|Job1'):
PUT /api/dailyjobs/20210101|15|1|Job1/dependencies
[
{
"type": {
"name": "After",
"condition": "Failed",
"offset": 0
},
"predecessor": {
"schedule": {
"name": "SimpleSchedule"
},
"name": "SimpleJob1"
}
}
]
jobId required | string or null |
scheduleId | integer <int32> |
scheduleInstanceNumber | integer <int32> |
jobName | string or null |
id | integer <int64> The id of the job dependency |
object (Frequency) A frequency | |
object (DailyJobDependencyType) A job dependency type | |
object (JobDependencyPredecessor) A job dependency predecessor | |
scheduleDate | integer <int32> |
isSatisfied | boolean The status of the daily job dependency |
[- {
- "scheduleId": 0,
- "scheduleInstanceNumber": 0,
- "jobName": "string",
- "id": 0,
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}, - "jobGroup": 0,
- "jobName": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}, - "machine": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "alternateMachine": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "alternateMachine2": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "alternateMachine3": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "machineGroup": {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- { }
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": null,
- "value": null
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}
]
}, - "schedule": {
- "calendar": {
- "id": 0,
- "schedule": { },
- "type": 0,
- "name": "string",
- "dates": [
- "string"
], - "description": "string"
}, - "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}
}, - "sam": 0,
- "start": 0,
- "weekdays": 0,
- "isNamedInstance": 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
}, - "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
}
]
[- {
- "scheduleId": 0,
- "scheduleInstanceNumber": 0,
- "jobName": "string",
- "id": 0,
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}, - "jobGroup": 0,
- "jobName": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}, - "machine": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "alternateMachine": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "alternateMachine2": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "alternateMachine3": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "machineGroup": {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- { }
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": null,
- "value": null
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}
]
}, - "schedule": {
- "calendar": {
- "id": 0,
- "schedule": { },
- "type": 0,
- "name": "string",
- "dates": [
- "string"
], - "description": "string"
}, - "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}
}, - "sam": 0,
- "start": 0,
- "weekdays": 0,
- "isNamedInstance": 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
}, - "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
}
]
Sample request (this adds a job dependency for a daily job with id '20210101|15|1|Job1'):
POST /api/dailyjobs/20210101|15|1|Job1/dependencies
{
"type": {
"name": "After",
"condition": "Failed",
"offset": 0
},
"predecessor": {
"schedule": {
"name": "SimpleSchedule"
},
"name": "SimpleJob1"
}
}
jobId required | string or null |
scheduleId | integer <int32> |
scheduleInstanceNumber | integer <int32> |
jobName | string or null |
id | integer <int64> The id of the job dependency |
object (Frequency) A frequency | |
object (DailyJobDependencyType) A job dependency type | |
object (JobDependencyPredecessor) A job dependency predecessor | |
scheduleDate | integer <int32> |
isSatisfied | boolean The status of the daily job dependency |
{- "scheduleId": 0,
- "scheduleInstanceNumber": 0,
- "jobName": "string",
- "id": 0,
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}, - "jobGroup": 0,
- "jobName": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}, - "machine": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "alternateMachine": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "alternateMachine2": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "alternateMachine3": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "machineGroup": {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- { }
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}
]
}, - "schedule": {
- "calendar": {
- "id": 0,
- "schedule": { },
- "type": 0,
- "name": "string",
- "dates": [
- "string"
], - "description": "string"
}, - "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}
}, - "sam": 0,
- "start": 0,
- "weekdays": 0,
- "isNamedInstance": 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
}, - "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
}
{- "scheduleId": 0,
- "scheduleInstanceNumber": 0,
- "jobName": "string",
- "id": 0,
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}, - "jobGroup": 0,
- "jobName": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}, - "machine": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "alternateMachine": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "alternateMachine2": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "alternateMachine3": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "machineGroup": {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- { }
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}
]
}, - "schedule": {
- "calendar": {
- "id": 0,
- "schedule": { },
- "type": 0,
- "name": "string",
- "dates": [
- "string"
], - "description": "string"
}, - "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}
}, - "sam": 0,
- "start": 0,
- "weekdays": 0,
- "isNamedInstance": 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
}, - "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
}
Sample request (this returns a job dependency with id '2' for a daily job with id '20210101|15|1|Job1'):
GET /api/dailyjobs/20210101|15|1|Job1/dependencies/2
jobId required | string or null |
id required | integer <int64> |
{- "scheduleId": 0,
- "scheduleInstanceNumber": 0,
- "jobName": "string",
- "id": 0,
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}, - "jobGroup": 0,
- "jobName": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}, - "machine": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "alternateMachine": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "alternateMachine2": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "alternateMachine3": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "machineGroup": {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- { }
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}
]
}, - "schedule": {
- "calendar": {
- "id": 0,
- "schedule": { },
- "type": 0,
- "name": "string",
- "dates": [
- "string"
], - "description": "string"
}, - "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}
}, - "sam": 0,
- "start": 0,
- "weekdays": 0,
- "isNamedInstance": 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
}, - "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
}
Sample request (this updates a job dependency with id '2' for a daily job with id '20210101|15|1|Job1'):
PUT /api/dailyjobs/20210101|15|1|Job1/dependencies/2
{
"type": {
"name": "Conflict",
"jobNameLike": "Simple",
"offset": -1
},
"predecessor": {
"schedule": {
"name": "SimpleSchedule"
},
"name": "SimpleJob1"
jobId required | string or null |
id required | integer <int64> |
scheduleId | integer <int32> |
scheduleInstanceNumber | integer <int32> |
jobName | string or null |
id | integer <int64> The id of the job dependency |
object (Frequency) A frequency | |
object (DailyJobDependencyType) A job dependency type | |
object (JobDependencyPredecessor) A job dependency predecessor | |
scheduleDate | integer <int32> |
isSatisfied | boolean The status of the daily job dependency |
{- "scheduleId": 0,
- "scheduleInstanceNumber": 0,
- "jobName": "string",
- "id": 0,
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}, - "jobGroup": 0,
- "jobName": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}, - "machine": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "alternateMachine": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "alternateMachine2": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "alternateMachine3": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "machineGroup": {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- { }
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}
]
}, - "schedule": {
- "calendar": {
- "id": 0,
- "schedule": { },
- "type": 0,
- "name": "string",
- "dates": [
- "string"
], - "description": "string"
}, - "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}
}, - "sam": 0,
- "start": 0,
- "weekdays": 0,
- "isNamedInstance": 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
}, - "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
}
{- "scheduleId": 0,
- "scheduleInstanceNumber": 0,
- "jobName": "string",
- "id": 0,
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}, - "jobGroup": 0,
- "jobName": "string",
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}, - "machine": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "alternateMachine": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "alternateMachine2": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "alternateMachine3": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "machineGroup": {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- { }
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}
]
}, - "schedule": {
- "calendar": {
- "id": 0,
- "schedule": { },
- "type": 0,
- "name": "string",
- "dates": [
- "string"
], - "description": "string"
}, - "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}
}, - "sam": 0,
- "start": 0,
- "weekdays": 0,
- "isNamedInstance": 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
}, - "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
}
Sample request (this deletes a job dependency with id '2' for a daily job with id '20210101|15|1|Job1'):
DELETE /api/dailyjobs/20210101|15|1|Job1/dependencies/2
jobId required | string or null |
id required | integer <int64> |
[- {
- "resource": "string",
- "name": "string",
- "code": 0,
- "message": "string",
- "ids": [
- 0
]
}
]
IncludeAll | boolean |
IncludeProperties | boolean |
IncludeDetails | boolean |
IncludeEvents | boolean |
uids | string or null |
SortOrders | Array of strings or null |
ScheduleDates | Array of integers or null <int32> |
ScheduleCategories | Array of strings or null |
Ids | string or null |
Name | string or null |
Status | string or null |
Categories | string or null |
FailedJobs | boolean or null |
Offset | integer or null <int32> |
Limit | integer or null <int32> |
Path | string or null |
SortBy | string or null |
Dates | string or null |
IncludeAll | boolean |
IncludeProperties | boolean |
IncludeDetails | boolean |
IncludeEvents | boolean |
uids | string or null |
SortOrders | Array of strings or null |
ScheduleDates | Array of integers or null <int32> |
ScheduleCategories | Array of strings or null |
Ids | string or null |
Name | string or null |
Status | string or null |
Categories | string or null |
FailedJobs | boolean or null |
Offset | integer or null <int32> |
Limit | integer or null <int32> |
Path | string or null |
SortBy | string or null |
Dates | string or null |
id required | string or null |
uid | integer or null <int64> |
Array of objects or null (InstanceProperty) | |
dateAsInteger | integer <int32> |
id | string or null |
masterId | integer <int32> |
object (DailyScheduleDetails) | |
object (ComputedTime) | |
definedStartTime | string or null |
endTime | string or null |
name | string or null |
object (ScheduleStatus) | |
instance | integer or null <int32> |
duration | integer or null <int64> |
date | string or null |
path | string or null |
containerJobId | string or null |
workWeek | integer <int32> |
Array of objects or null (ScheduleJobEventModel) |
{- "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"
}
]
}
IncludeAll | boolean |
IncludeProperties | boolean |
IncludeDetails | boolean |
IncludeEvents | boolean |
uids | string or null |
SortOrders | Array of strings or null |
ScheduleDates | Array of integers or null <int32> |
ScheduleCategories | Array of strings or null |
Ids | string or null |
Name | string or null |
Status | string or null |
Categories | string or null |
FailedJobs | boolean or null |
Offset | integer or null <int32> |
Limit | integer or null <int32> |
Path | string or null |
SortBy | string or null |
Dates | string or null |
id required | string or null |
key | string or null |
value | string or null |
{- "key": "string",
- "value": "string"
}
id required | string or null |
name required | string or null |
key | string or null |
value | string or null |
{- "key": "string",
- "value": "string"
}
Sample request (this returns the department with id = 1):
GET /api/departments/1
id required | integer <int32> The id of the department you want to get |
{- "id": 0,
- "name": "string"
}
Sample request (this returns a list of departments by name in descending order):
GET /api/departments?sortby=name:desc
Name | string or null |
Limit | integer or null <int32> |
Offset | integer or null <int32> |
Ids | string or null |
SortOrders | Array of strings or null |
HasAccess | boolean |
AccessibleDepartments | Array of integers or null <int32> |
SortBy | string or null |
[- {
- "id": 0,
- "name": "string"
}
]
Sample request (this returns a list of escalations tied to a user in descending order):
GET /api/escalations
userId required | integer <int32> |
[- {
- "escalationId": 0,
- "escalationRuleId": 0,
- "escalationSequence": 0,
- "status": "string",
- "escalationStatus": 0,
- "attempts": 0,
- "timeMessageSent": "string",
- "lastMessageSent": "2019-08-24T14:15:22Z",
- "actionMessage": "string",
- "notification": {
- "actionMessage": {
- "to": "string",
- "cc": "string",
- "bcc": "string",
- "subject": "string",
- "body": "string"
}, - "machine": {
- "name": "string"
}, - "schedule": {
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "name": "string",
- "jobNumber": 0
}, - "triggerName": "string",
- "action": "string",
- "actionID": 0,
- "actionName": "string",
- "groupOfId": 0,
- "actionIncludeId": true,
- "notifyDelimiter": "string"
}, - "triggerName": "string",
- "acknowledgedBy": "string",
- "acknowledgeTime": "2019-08-24T14:15:22Z",
- "acknowledgeHostName": "string",
- "acknowledged": true,
- "actionIncludeId": "string",
- "scheduleDate": "string",
- "scheduleName": "string",
- "instanceNumber": 0,
- "jobName": "string",
- "machineName": "string",
- "actionId": 0,
- "actionName": "string",
- "groupOfId": 0,
- "notifyDelimiter": "string",
- "actionType": 0,
- "matchEscalation": { }
}
]
Sample request (this updates the escalation):
PUT /api/users/0/escalations/
[
{
"escalationId": 1,
"acknowledged": true
},
{
"escalationId": 2,
"acknowledged": true
}
]
userId required | integer <int32> The user unique identifier |
Collection of escalations
escalationId | integer <int32> The unique identifier of the escalation |
escalationRuleId | integer <int32> The unique rule identifier |
escalationSequence | integer <int32> The escalation sequence level |
status | string or null The status assigned to the escalation |
escalationStatus | integer <int32> |
attempts | integer or null <int32> The amont of attempts |
timeMessageSent | string or null Time stamp for last message sent |
lastMessageSent | string or null <date-time> |
actionMessage | string or null |
object (EscalationNotification) | |
triggerName | string or null |
acknowledgedBy | string or null User who acknowledged the escalation |
acknowledgeTime | string or null <date-time> The time the escalation was acknowledged |
acknowledgeHostName | string or null The host name that acknowledged the notification |
acknowledged | boolean Flag describing whether the notification was acknowledged |
actionIncludeId | string or null |
scheduleDate | string or null |
scheduleName | string or null |
instanceNumber | integer <int32> |
jobName | string or null |
machineName | string or null |
actionId | integer <int32> |
actionName | string or null |
groupOfId | integer <int32> |
notifyDelimiter | string or null |
actionType | integer or null <int32> |
matchEscalation | object (Escalation) Recursive |
[- {
- "escalationId": 0,
- "escalationRuleId": 0,
- "escalationSequence": 0,
- "status": "string",
- "escalationStatus": 0,
- "attempts": 0,
- "timeMessageSent": "string",
- "lastMessageSent": "2019-08-24T14:15:22Z",
- "actionMessage": "string",
- "notification": {
- "actionMessage": {
- "to": "string",
- "cc": "string",
- "bcc": "string",
- "subject": "string",
- "body": "string"
}, - "machine": {
- "name": "string"
}, - "schedule": {
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "name": "string",
- "jobNumber": 0
}, - "triggerName": "string",
- "action": "string",
- "actionID": 0,
- "actionName": "string",
- "groupOfId": 0,
- "actionIncludeId": true,
- "notifyDelimiter": "string"
}, - "triggerName": "string",
- "acknowledgedBy": "string",
- "acknowledgeTime": "2019-08-24T14:15:22Z",
- "acknowledgeHostName": "string",
- "acknowledged": true,
- "actionIncludeId": "string",
- "scheduleDate": "string",
- "scheduleName": "string",
- "instanceNumber": 0,
- "jobName": "string",
- "machineName": "string",
- "actionId": 0,
- "actionName": "string",
- "groupOfId": 0,
- "notifyDelimiter": "string",
- "actionType": 0,
- "matchEscalation": { }
}
]
{- "escalationId": 0,
- "escalationRuleId": 0,
- "escalationSequence": 0,
- "status": "string",
- "escalationStatus": 0,
- "attempts": 0,
- "timeMessageSent": "string",
- "lastMessageSent": "2019-08-24T14:15:22Z",
- "actionMessage": "string",
- "notification": {
- "actionMessage": {
- "to": "string",
- "cc": "string",
- "bcc": "string",
- "subject": "string",
- "body": "string"
}, - "machine": {
- "name": "string"
}, - "schedule": {
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "name": "string",
- "jobNumber": 0
}, - "triggerName": "string",
- "action": "string",
- "actionID": 0,
- "actionName": "string",
- "groupOfId": 0,
- "actionIncludeId": true,
- "notifyDelimiter": "string"
}, - "triggerName": "string",
- "acknowledgedBy": "string",
- "acknowledgeTime": "2019-08-24T14:15:22Z",
- "acknowledgeHostName": "string",
- "acknowledged": true,
- "actionIncludeId": "string",
- "scheduleDate": "string",
- "scheduleName": "string",
- "instanceNumber": 0,
- "jobName": "string",
- "machineName": "string",
- "actionId": 0,
- "actionName": "string",
- "groupOfId": 0,
- "notifyDelimiter": "string",
- "actionType": 0,
- "matchEscalation": { }
}
Sample request (this returns the escalation with id = 1 for user id = 0):
GET /api/users/0/escalation/1
userId required | integer <int32> |
escalationId required | integer <int32> The unique identifier of escalation to retrieve |
{- "escalationId": 0,
- "escalationRuleId": 0,
- "escalationSequence": 0,
- "status": "string",
- "escalationStatus": 0,
- "attempts": 0,
- "timeMessageSent": "string",
- "lastMessageSent": "2019-08-24T14:15:22Z",
- "actionMessage": "string",
- "notification": {
- "actionMessage": {
- "to": "string",
- "cc": "string",
- "bcc": "string",
- "subject": "string",
- "body": "string"
}, - "machine": {
- "name": "string"
}, - "schedule": {
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "name": "string",
- "jobNumber": 0
}, - "triggerName": "string",
- "action": "string",
- "actionID": 0,
- "actionName": "string",
- "groupOfId": 0,
- "actionIncludeId": true,
- "notifyDelimiter": "string"
}, - "triggerName": "string",
- "acknowledgedBy": "string",
- "acknowledgeTime": "2019-08-24T14:15:22Z",
- "acknowledgeHostName": "string",
- "acknowledged": true,
- "actionIncludeId": "string",
- "scheduleDate": "string",
- "scheduleName": "string",
- "instanceNumber": 0,
- "jobName": "string",
- "machineName": "string",
- "actionId": 0,
- "actionName": "string",
- "groupOfId": 0,
- "notifyDelimiter": "string",
- "actionType": 0,
- "matchEscalation": { }
}
Sample request (this updates the escalation):
PUT /api/users/0/escalations/1
{
"escalationId": 1,
"acknowledged": true
}
userId required | integer <int32> The user unique identifier |
escalationId required | integer <int32> The escalation unique identifier |
The escalation
escalationId | integer <int32> The unique identifier of the escalation |
escalationRuleId | integer <int32> The unique rule identifier |
escalationSequence | integer <int32> The escalation sequence level |
status | string or null The status assigned to the escalation |
escalationStatus | integer <int32> |
attempts | integer or null <int32> The amont of attempts |
timeMessageSent | string or null Time stamp for last message sent |
lastMessageSent | string or null <date-time> |
actionMessage | string or null |
object (EscalationNotification) | |
triggerName | string or null |
acknowledgedBy | string or null User who acknowledged the escalation |
acknowledgeTime | string or null <date-time> The time the escalation was acknowledged |
acknowledgeHostName | string or null The host name that acknowledged the notification |
acknowledged | boolean Flag describing whether the notification was acknowledged |
actionIncludeId | string or null |
scheduleDate | string or null |
scheduleName | string or null |
instanceNumber | integer <int32> |
jobName | string or null |
machineName | string or null |
actionId | integer <int32> |
actionName | string or null |
groupOfId | integer <int32> |
notifyDelimiter | string or null |
actionType | integer or null <int32> |
matchEscalation | object (Escalation) Recursive |
{- "escalationId": 0,
- "escalationRuleId": 0,
- "escalationSequence": 0,
- "status": "string",
- "escalationStatus": 0,
- "attempts": 0,
- "timeMessageSent": "string",
- "lastMessageSent": "2019-08-24T14:15:22Z",
- "actionMessage": "string",
- "notification": {
- "actionMessage": {
- "to": "string",
- "cc": "string",
- "bcc": "string",
- "subject": "string",
- "body": "string"
}, - "machine": {
- "name": "string"
}, - "schedule": {
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "name": "string",
- "jobNumber": 0
}, - "triggerName": "string",
- "action": "string",
- "actionID": 0,
- "actionName": "string",
- "groupOfId": 0,
- "actionIncludeId": true,
- "notifyDelimiter": "string"
}, - "triggerName": "string",
- "acknowledgedBy": "string",
- "acknowledgeTime": "2019-08-24T14:15:22Z",
- "acknowledgeHostName": "string",
- "acknowledged": true,
- "actionIncludeId": "string",
- "scheduleDate": "string",
- "scheduleName": "string",
- "instanceNumber": 0,
- "jobName": "string",
- "machineName": "string",
- "actionId": 0,
- "actionName": "string",
- "groupOfId": 0,
- "notifyDelimiter": "string",
- "actionType": 0,
- "matchEscalation": { }
}
{- "escalationId": 0,
- "escalationRuleId": 0,
- "escalationSequence": 0,
- "status": "string",
- "escalationStatus": 0,
- "attempts": 0,
- "timeMessageSent": "string",
- "lastMessageSent": "2019-08-24T14:15:22Z",
- "actionMessage": "string",
- "notification": {
- "actionMessage": {
- "to": "string",
- "cc": "string",
- "bcc": "string",
- "subject": "string",
- "body": "string"
}, - "machine": {
- "name": "string"
}, - "schedule": {
- "name": "string",
- "instance": 0,
- "date": "string"
}, - "job": {
- "name": "string",
- "jobNumber": 0
}, - "triggerName": "string",
- "action": "string",
- "actionID": 0,
- "actionName": "string",
- "groupOfId": 0,
- "actionIncludeId": true,
- "notifyDelimiter": "string"
}, - "triggerName": "string",
- "acknowledgedBy": "string",
- "acknowledgeTime": "2019-08-24T14:15:22Z",
- "acknowledgeHostName": "string",
- "acknowledged": true,
- "actionIncludeId": "string",
- "scheduleDate": "string",
- "scheduleName": "string",
- "instanceNumber": 0,
- "jobName": "string",
- "machineName": "string",
- "actionId": 0,
- "actionName": "string",
- "groupOfId": 0,
- "notifyDelimiter": "string",
- "actionType": 0,
- "matchEscalation": { }
}
The token is stored encrypted in the database and must be copied for use by the user. When length is provided, the generated token can only be used for external events. When length is not provided, the generated token can be used to interact with the API and for external events. To receive the token in the response, the user's isExternalTokenDisabled property must be False.
Sample request (this creates a new external token having 20 characters):
POST /api/externaltoken
{
"length": 20
}
token | string or null |
length | integer or null <int32> |
{- "token": "string",
- "length": 0
}
{- "token": "string",
- "length": 0
}
Sample request (this returns a list of feedback values by jobType):
GET /api/feedback?jobType=6
JobTypeId | integer <int32> |
Name | string or null |
[- {
- "id": 0,
- "name": "string"
}
]
Sample request (this returns a list of global properties by name in descending order): GET /api/globalproperties?sortby=name:desc
Limit | integer or null <int32> |
Offset | integer or null <int32> |
Name | string or null |
Encrypted | string or null |
Ids | string or null |
Value | string or null |
NameOrValue | string or null |
NoPatternValue | boolean or null |
SortOrder.SortBy | string or null |
SortOrder.IdColumns | Array of strings or null |
SortOrder.ValidSortOrders | Array of strings or null |
SortOrder.ColumnList | Array of strings or null |
SortOrder.SortTypeList | Array of strings or null |
SortBy | string or null |
{- "id": 0,
- "name": "string",
- "value": "string",
- "documentation": "string",
- "encrypted": true,
- "fullName": "string",
- "category": "string",
- "isPatternValue": true,
- "type": "string",
- "isEncrypted": "string"
}
Sample request (This creates a new global property): POST /api/globalproperties { "name": "GP1", "value": "GP Value" }
The global property
id | integer or null <int32> Id for the global property |
name | string or null Name for the global property |
value | string or null Text value for the global property |
documentation | string or null Documentation for the global property |
encrypted | boolean Specifies if the global property is encrypted |
fullName | string or null Full Name of the global property |
category | string or null Category for the global property (GI, MI, SI, JI) |
isPatternValue | boolean Specifies whether the global property's values is a pattern |
type | string or null Global property type (System, User) |
isEncrypted | string or null |
{- "id": 0,
- "name": "string",
- "value": "string",
- "documentation": "string",
- "encrypted": true,
- "fullName": "string",
- "category": "string",
- "isPatternValue": true,
- "type": "string",
- "isEncrypted": "string"
}
{- "id": 0,
- "name": "string",
- "value": "string",
- "documentation": "string",
- "encrypted": true,
- "fullName": "string",
- "category": "string",
- "isPatternValue": true,
- "type": "string",
- "isEncrypted": "string"
}
Sample request (this returns a global property with id = 1): GET /api/globalproperties/1
id required | integer <int32> The id of the global property you want to get |
{- "id": 0,
- "name": "string",
- "value": "string",
- "documentation": "string",
- "encrypted": true,
- "fullName": "string",
- "category": "string",
- "isPatternValue": true,
- "type": "string",
- "isEncrypted": "string"
}
Sample request (this updates the global property): POST /api/globalproperties/1 { "id": 1, "name": "GP1", "value": "GP Value" }
id required | integer <int32> The global property id |
The global property
id | integer or null <int32> Id for the global property |
name | string or null Name for the global property |
value | string or null Text value for the global property |
documentation | string or null Documentation for the global property |
encrypted | boolean Specifies if the global property is encrypted |
fullName | string or null Full Name of the global property |
category | string or null Category for the global property (GI, MI, SI, JI) |
isPatternValue | boolean Specifies whether the global property's values is a pattern |
type | string or null Global property type (System, User) |
isEncrypted | string or null |
{- "id": 0,
- "name": "string",
- "value": "string",
- "documentation": "string",
- "encrypted": true,
- "fullName": "string",
- "category": "string",
- "isPatternValue": true,
- "type": "string",
- "isEncrypted": "string"
}
{- "id": 0,
- "name": "string",
- "value": "string",
- "documentation": "string",
- "encrypted": true,
- "fullName": "string",
- "category": "string",
- "isPatternValue": true,
- "type": "string",
- "isEncrypted": "string"
}
Sample request (This deletes a global property with id = 22): DELETE /api/globalproperties/22
id required | integer <int32> The id of the global property to delete |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}
From | string or null |
To | string or null |
ScheduleName | string or null |
JobName | string or null |
Duration | integer or null <int32> |
JobStatusIds | string or null |
RunDate | string or null |
SchedulePath | string or null |
MachineName | string or null |
Offset | integer or null <int32> |
Limit | integer or null <int32> |
IncludeSummary | boolean |
PermissionIds | string or null |
UniqueId | string or null |
UniqueJobIds | string or null |
id | integer <int32> |
name | string or null |
documentation | string or null |
type | string or null |
object (WeekDays) | |
object (StartOffset) | |
useMasterHoliday | boolean |
object (Calendar) A calendar with id, type, Schedule, Dates and name fields | |
conflictsWithOtherDays | boolean |
object (AutoBuildSettings) | |
object (SingleInstanceProperties) | |
object (MultiInstanceProperties) |
{- "id": 0,
- "name": "string",
- "documentation": "string",
- "type": "string",
- "weekDays": {
- "monday": true,
- "tuesday": true,
- "wednesday": true,
- "thursday": true,
- "friday": true,
- "saturday": true,
- "sunday": true
}, - "startOffset": {
- "hours": 0,
- "minutes": 0
}, - "useMasterHoliday": true,
- "additionalHolidays": {
- "id": 0,
- "schedule": {
- "calendar": { },
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}
}, - "sam": 0,
- "start": 0,
- "weekdays": 0,
- "isNamedInstance": 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
}, - "type": 0,
- "name": "string",
- "dates": [
- "string"
], - "description": "string"
}, - "conflictsWithOtherDays": true,
- "autoBuildSettings": {
- "numberOfDaysInAdvance": 0,
- "daysToBuild": 0,
- "overwrite": true,
- "buildOnHold": true,
- "deleteDaysAgo": 0,
- "buildTime": {
- "hours": 0,
- "minutes": 0
}
}, - "singleInstanceProperties": {
- "properties": [
- {
- "key": "string",
- "value": "string"
}
]
}, - "multiInstanceProperties": {
- "propertiesFor": "string",
- "propertiesList": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "machineGroup": {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- { }
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}
]
}, - "namedInstanceSettingsList": [
- {
- "namedInstance": {
- "scheduleId": 0,
- "number": 0,
- "id": 0,
- "name": "string"
}, - "properties": [
- {
- "key": "string",
- "value": "string"
}
], - "jobExceptions": [
- {
- "jobPattern": {
- "id": 0,
- "pattern": "string"
}, - "exceptionDefinitions": [
- {
- "id": 0,
- "fieldToUpdate": "string",
- "toReplace": "string",
- "newValue": "string",
- "newValueIsExpression": true
}
]
}
]
}
]
}
}
id required | integer <int32> |
id | integer <int32> |
name | string or null |
documentation | string or null |
type | string or null |
object (WeekDays) | |
object (StartOffset) | |
useMasterHoliday | boolean |
object (Calendar) A calendar with id, type, Schedule, Dates and name fields | |
conflictsWithOtherDays | boolean |
object (AutoBuildSettings) | |
object (SingleInstanceProperties) | |
object (MultiInstanceProperties) |
{- "id": 0,
- "name": "string",
- "documentation": "string",
- "type": "string",
- "weekDays": {
- "monday": true,
- "tuesday": true,
- "wednesday": true,
- "thursday": true,
- "friday": true,
- "saturday": true,
- "sunday": true
}, - "startOffset": {
- "hours": 0,
- "minutes": 0
}, - "useMasterHoliday": true,
- "additionalHolidays": {
- "id": 0,
- "schedule": {
- "calendar": { },
- "frequency": {
- "scheduleId": 0,
- "jobName": "string",
- "frequencyCode": 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"
}
}, - "sam": 0,
- "start": 0,
- "weekdays": 0,
- "isNamedInstance": 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
}, - "type": 0,
- "name": "string",
- "dates": [
- "string"
], - "description": "string"
}, - "conflictsWithOtherDays": true,
- "autoBuildSettings": {
- "numberOfDaysInAdvance": 0,
- "daysToBuild": 0,
- "overwrite": true,
- "buildOnHold": true,
- "deleteDaysAgo": 0,
- "buildTime": {
- "hours": 0,
- "minutes": 0
}
}, - "singleInstanceProperties": {
- "properties": [
- {
- "key": "string",
- "value": "string"
}
]
}, - "multiInstanceProperties": {
- "propertiesFor": "string",
- "propertiesList": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "machineGroup": {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- { }
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}
]
}, - "namedInstanceSettingsList": [
- {
- "namedInstance": {
- "scheduleId": 0,
- "number": 0,
- "id": 0,
- "name": "string"
}, - "properties": [
- {
- "key": "string",
- "value": "string"
}
], - "jobExceptions": [
- {
- "jobPattern": {
- "id": 0,
- "pattern": "string"
}, - "exceptionDefinitions": [
- {
- "id": 0,
- "fieldToUpdate": "string",
- "toReplace": "string",
- "newValue": "string",
- "newValueIsExpression": true
}
]
}
]
}
]
}
}
id | integer <int32> |
action | string or null |
reason | string or null |
result | string or null |
Array of objects or null (JobStatusItem) | |
expiryTime | string <date-time> |
{- "id": 0,
- "action": "string",
- "reason": "string",
- "result": "string",
- "jobs": [
- {
- "id": "string",
- "step": "string",
- "rebuildOnRestartIfContainer": true,
- "result": "string",
- "message": "string",
- "status": {
- "id": 0,
- "startStatus": 0,
- "description": "string",
- "category": "string",
- "changeReason": "string"
}, - "responseId": "string"
}
], - "expiryTime": "2019-08-24T14:15:22Z"
}
id | integer <int32> |
action | string or null |
actionType | integer <int32> (ActionType) Enum: 0 1 2 |
result | string or null |
message | string or null |
Array of objects or null (JobInstanceActionItem) | |
expiryTime | string <date-time> |
requestIds | Array of integers or null <int64> |
userId | integer <int32> |
{- "id": 0,
- "action": "string",
- "actionType": 0,
- "result": "string",
- "message": "string",
- "jobInstanceActionItems": [
- {
- "id": 0,
- "jorsRequestParameters": "string",
- "result": "string",
- "message": "string",
- "files": [
- "string"
], - "data": "string",
- "requestId": 0
}
], - "expiryTime": "2019-08-24T14:15:22Z",
- "requestIds": [
- 0
], - "userId": 0
}
id | integer <int32> |
id | integer <int32> |
action | string or null |
actionType | integer <int32> (ActionType) Enum: 0 1 2 |
result | string or null |
message | string or null |
Array of objects or null (JobInstanceActionItem) | |
expiryTime | string <date-time> |
requestIds | Array of integers or null <int64> |
userId | integer <int32> |
{- "id": 0,
- "action": "string",
- "actionType": 0,
- "result": "string",
- "message": "string",
- "jobInstanceActionItems": [
- {
- "id": 0,
- "jorsRequestParameters": "string",
- "result": "string",
- "message": "string",
- "files": [
- "string"
], - "data": "string",
- "requestId": 0
}
], - "expiryTime": "2019-08-24T14:15:22Z",
- "requestIds": [
- 0
], - "userId": 0
}
sessionId | integer or null <int64> |
application | string or null |
message | Array of strings or null |
id | string or null |
fileDir | string or null |
fileName | string or null |
object (SessionLogUser) | |
fileSize | integer or null <int64> |
fileAge | string or null <date-time> |
{- "sessionId": 0,
- "application": "string",
- "message": [
- "string"
], - "id": "string",
- "fileDir": "string",
- "fileName": "string",
- "user": {
- "id": 0
}, - "fileSize": 0,
- "fileAge": "2019-08-24T14:15:22Z"
}
id | integer <int32> |
action | string or null |
result | string or null |
message | string or null |
expiryTime | string <date-time> |
requestIds | Array of integers or null <int64> |
userId | integer <int32> |
Array of objects or null (MachineActionItem) |
{- "id": 0,
- "action": "string",
- "result": "string",
- "message": "string",
- "expiryTime": "2019-08-24T14:15:22Z",
- "requestIds": [
- 0
], - "userId": 0,
- "machines": [
- {
- "id": 0,
- "requestId": 0,
- "machine": {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}, - "status": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "result": "string",
- "message": "string"
}
]
}
Offset | integer or null <int32> |
Limit | integer or null <int32> |
Name | string or null |
Type | string or null |
Ids | string or null |
TypeIds | string or null |
IncludeMachines | boolean |
HasAdminAccess | boolean |
AccessibleMachineGroups | Array of integers or null <int32> |
SortBy | string or null |
SortOrders | Array of strings or null |
[- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- { }
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}
]
}
]
Sample request (this creates a new access code):
POST /api/accesscodes
{
"name": "Operator""
}
id | integer or null <int32> |
documentation | string or null |
name | string or null |
object (MachineGroupType) | |
Array of objects or null (Machine) |
{- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- { }
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}
]
}
{- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- { }
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}
]
}
Sample request (this returns the machine group with id = 1):
GET /api/machinegroups/1
id required | integer <int32> The id of the machine group you want to get |
{- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- { }
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}
]
}
Sample request (this updates the machine group):
PUT /api/machinegroups/1
{
"id": 1,
"name": "MachineGroupName"
"type: {
"id": 6,
}
id required | integer <int32> The machine group id |
id | integer or null <int32> |
documentation | string or null |
name | string or null |
object (MachineGroupType) | |
Array of objects or null (Machine) |
{- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- { }
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}
]
}
{- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- {
- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- { }
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}
]
}
Offset | integer or null <int32> |
Limit | integer or null <int32> |
includeDocumentation | boolean |
Ids | string or null |
Name | string or null |
Type | string or null |
Typeids | string or null |
GroupName | string or null |
GroupIds | string or null |
States | string or null |
Version | string or null |
FileTransferRole | string or null |
Sockets | string or null |
Tls | boolean or null |
SortBy | string or null |
IncludeDetails | boolean |
ExcludeNullMachine | boolean |
SortOrders | Array of strings or null |
ExtendedProperties | boolean |
ResourceName | string or null |
Array of objects or null (ApiError) | |
Array of objects or null (AuxillaryProperty) |
osType | string or null |
agentVersion | string or null |
osVersion | string or null |
useTlSforSchedulingCommunications | boolean or null |
name | string or null |
id | integer or null <int32> |
object (LsamType) | |
socket | integer or null <int32> |
gatewayId | integer or null <int32> |
Array of objects or null (MachineGroup) | |
lastUpdateDateTime | string or null |
lastUpdate | number or null <double> |
maximumJobs | integer or null <int32> |
opConMaximumJobs | integer or null <int32> |
currentJobs | integer or null <int32> |
object (MachineStatus) | |
requiresXmlEscape | boolean or null |
agentSmaCommunicationsProtocol | string or null |
allowKillJob | boolean or null |
tcpIpAddress | string or null |
pollInterval | integer or null <int32> |
checkMachineStatusInterval | integer or null <int32> |
connectionAttemptTimeout | integer or null <int32> |
noBufferRetryCount | integer or null <int32> |
noBufferSleepTime | integer or null <int32> |
maxConsecutiveSendMessages | integer or null <int32> |
consecutiveSendSleepTimeMilliseconds | integer or null <int32> |
sendBufferCount | integer or null <int32> |
receiveBufferCount | integer or null <int32> |
maxBytesSentPerMessage | integer or null <int32> |
maxBytesReadPerMessage | integer or null <int32> |
responseTimeoutInSeconds | integer or null <int32> |
agentCheckCrc | boolean or null |
closeSocketDuringSynchronization | boolean or null |
traceAllMessages | boolean or null |
smaNetComIdentifier | string or null |
gatewayName | string or null |
jorsPortNumber | integer or null <int32> |
fileTransferRole | string or null |
fileTransferIpAddress | string or null |
Array of Array of objects or null (InstanceProperty) | |
fileTransferPortNumberForNonTls | integer or null <int32> |
fileTransferPortNumberForTls | integer or null <int32> |
agentFileTransferPortNumberForTls | string or null |
lsamTime | number or null <double> |
lsamTimeDeltafromSam | integer or null <int32> |
fullyQualifiedDomainName | string or null |
fullFileTransferSupport | boolean or null |
supportsHandshake | string or null |
tlsCertificateDistinguishedName | string or null |
checkCertificateRevocaionList | boolean or null |
supportTlsForSmaftAgent | boolean or null |
agentSupportTlsForSmaftAgent | string or null |
supportTlsForSmaftServer | boolean or null |
agentSupportTlsForSmaftServer | string or null |
supportNonTlsForSmaftAgent | boolean or null |
agentSupportNonTlsForSmaftAgent | string or null |
supportNonTlsForSmaftServer | boolean or null |
agentSupportNonTlsForSmaftServer | string or null |
timeOffsetfromUtcInHours | number or null <double> |
timeZoneName | string or null |
timeOffsetfromSamInHours | number or null <double> |
timeSent | string or null |
hostname | string or null |
agentName | string or null |
agentSocket | string or null |
jorsSocket | string or null |
smaftServerPortForNonTls | string or null |
smaftAgentPort | string or null |
machineMaximumJobs | string or null |
smaCommunicationsProtocol | string or null |
checkCrc | string or null |
closeSocket | string or null |
acceptMessagesfromIp | string or null |
smaNetComSocket | string or null |
cpuid | string or null |
cpuType | string or null |
cpuModel | string or null |
cpuCount | string or null |
fileTransferFeature | string or null |
jorsFeature | string or null |
resourceMonitorFeature | string or null |
agentSpecialFeatures | string or null |
tlsCertificateSerialNumber | string or null |
supportedAgentCapability | Array of strings or null |
documentation | string or null |
hpNonStopIpAddress | string or null |
hpNonStopSocketNumber | integer or null <int32> |
{- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}
Offset | integer or null <int32> |
Limit | integer or null <int32> |
includeDocumentation | boolean |
Ids | string or null |
Name | string or null |
Type | string or null |
Typeids | string or null |
GroupName | string or null |
GroupIds | string or null |
States | string or null |
Version | string or null |
FileTransferRole | string or null |
Sockets | string or null |
Tls | boolean or null |
SortBy | string or null |
IncludeDetails | boolean |
ExcludeNullMachine | boolean |
SortOrders | Array of strings or null |
ExtendedProperties | boolean |
ResourceName | string or null |
Array of objects or null (ApiError) | |
Array of objects or null (AuxillaryProperty) |
id required | integer <int32> |
key | string or null |
value | string or null |
{- "key": "string",
- "value": "string"
}
id required | integer <int32> |
name required | string or null |
key | string or null |
value | string or null |
{- "key": "string",
- "value": "string"
}
id required | integer <int32> |
osType | string or null |
agentVersion | string or null |
osVersion | string or null |
useTlSforSchedulingCommunications | boolean or null |
name | string or null |
id | integer or null <int32> |
object (LsamType) | |
socket | integer or null <int32> |
gatewayId | integer or null <int32> |
Array of objects or null (MachineGroup) | |
lastUpdateDateTime | string or null |
lastUpdate | number or null <double> |
maximumJobs | integer or null <int32> |
opConMaximumJobs | integer or null <int32> |
currentJobs | integer or null <int32> |
object (MachineStatus) | |
requiresXmlEscape | boolean or null |
agentSmaCommunicationsProtocol | string or null |
allowKillJob | boolean or null |
tcpIpAddress | string or null |
pollInterval | integer or null <int32> |
checkMachineStatusInterval | integer or null <int32> |
connectionAttemptTimeout | integer or null <int32> |
noBufferRetryCount | integer or null <int32> |
noBufferSleepTime | integer or null <int32> |
maxConsecutiveSendMessages | integer or null <int32> |
consecutiveSendSleepTimeMilliseconds | integer or null <int32> |
sendBufferCount | integer or null <int32> |
receiveBufferCount | integer or null <int32> |
maxBytesSentPerMessage | integer or null <int32> |
maxBytesReadPerMessage | integer or null <int32> |
responseTimeoutInSeconds | integer or null <int32> |
agentCheckCrc | boolean or null |
closeSocketDuringSynchronization | boolean or null |
traceAllMessages | boolean or null |
smaNetComIdentifier | string or null |
gatewayName | string or null |
jorsPortNumber | integer or null <int32> |
fileTransferRole | string or null |
fileTransferIpAddress | string or null |
Array of Array of objects or null (InstanceProperty) | |
fileTransferPortNumberForNonTls | integer or null <int32> |
fileTransferPortNumberForTls | integer or null <int32> |
agentFileTransferPortNumberForTls | string or null |
lsamTime | number or null <double> |
lsamTimeDeltafromSam | integer or null <int32> |
fullyQualifiedDomainName | string or null |
fullFileTransferSupport | boolean or null |
supportsHandshake | string or null |
tlsCertificateDistinguishedName | string or null |
checkCertificateRevocaionList | boolean or null |
supportTlsForSmaftAgent | boolean or null |
agentSupportTlsForSmaftAgent | string or null |
supportTlsForSmaftServer | boolean or null |
agentSupportTlsForSmaftServer | string or null |
supportNonTlsForSmaftAgent | boolean or null |
agentSupportNonTlsForSmaftAgent | string or null |
supportNonTlsForSmaftServer | boolean or null |
agentSupportNonTlsForSmaftServer | string or null |
timeOffsetfromUtcInHours | number or null <double> |
timeZoneName | string or null |
timeOffsetfromSamInHours | number or null <double> |
timeSent | string or null |
hostname | string or null |
agentName | string or null |
agentSocket | string or null |
jorsSocket | string or null |
smaftServerPortForNonTls | string or null |
smaftAgentPort | string or null |
machineMaximumJobs | string or null |
smaCommunicationsProtocol | string or null |
checkCrc | string or null |
closeSocket | string or null |
acceptMessagesfromIp | string or null |
smaNetComSocket | string or null |
cpuid | string or null |
cpuType | string or null |
cpuModel | string or null |
cpuCount | string or null |
fileTransferFeature | string or null |
jorsFeature | string or null |
resourceMonitorFeature | string or null |
agentSpecialFeatures | string or null |
tlsCertificateSerialNumber | string or null |
supportedAgentCapability | Array of strings or null |
documentation | string or null |
hpNonStopIpAddress | string or null |
hpNonStopSocketNumber | integer or null <int32> |
{- "osType": "string",
- "agentVersion": "string",
- "osVersion": "string",
- "useTlSforSchedulingCommunications": true,
- "name": "string",
- "id": 0,
- "type": {
- "id": 0,
- "description": "string"
}, - "socket": 0,
- "gatewayId": 0,
- "groups": [
- {
- "id": 0,
- "documentation": "string",
- "name": "string",
- "type": {
- "id": 0,
- "description": "string"
}, - "machines": [
- { }
]
}
], - "lastUpdateDateTime": "string",
- "lastUpdate": 0,
- "maximumJobs": 0,
- "opConMaximumJobs": 0,
- "currentJobs": 0,
- "state": {
- "state": "string",
- "networkStatus": "string",
- "operationStatus": "string"
}, - "requiresXmlEscape": true,
- "agentSmaCommunicationsProtocol": "string",
- "allowKillJob": true,
- "tcpIpAddress": "string",
- "pollInterval": 0,
- "checkMachineStatusInterval": 0,
- "connectionAttemptTimeout": 0,
- "noBufferRetryCount": 0,
- "noBufferSleepTime": 0,
- "maxConsecutiveSendMessages": 0,
- "consecutiveSendSleepTimeMilliseconds": 0,
- "sendBufferCount": 0,
- "receiveBufferCount": 0,
- "maxBytesSentPerMessage": 0,
- "maxBytesReadPerMessage": 0,
- "responseTimeoutInSeconds": 0,
- "agentCheckCrc": true,
- "closeSocketDuringSynchronization": true,
- "traceAllMessages": true,
- "smaNetComIdentifier": "string",
- "gatewayName": "string",
- "jorsPortNumber": 0,
- "fileTransferRole": "string",
- "fileTransferIpAddress": "string",
- "availableProperties": [
- [
- {
- "key": "string",
- "value": "string"
}
]
], - "fileTransferPortNumberForNonTls": 0,
- "fileTransferPortNumberForTls": 0,
- "agentFileTransferPortNumberForTls": "string",
- "lsamTime": 0,
- "lsamTimeDeltafromSam": 0,
- "fullyQualifiedDomainName": "string",
- "fullFileTransferSupport": true,
- "supportsHandshake": "string",
- "tlsCertificateDistinguishedName": "string",
- "checkCertificateRevocaionList": true,
- "supportTlsForSmaftAgent": true,
- "agentSupportTlsForSmaftAgent": "string",
- "supportTlsForSmaftServer": true,
- "agentSupportTlsForSmaftServer": "string",
- "supportNonTlsForSmaftAgent": true,
- "agentSupportNonTlsForSmaftAgent": "string",
- "supportNonTlsForSmaftServer": true,
- "agentSupportNonTlsForSmaftServer": "string",
- "timeOffsetfromUtcInHours": 0,
- "timeZoneName": "string",
- "timeOffsetfromSamInHours": 0,
- "timeSent": "string",
- "hostname": "string",
- "agentName": "string",
- "agentSocket": "string",
- "jorsSocket": "string",
- "smaftServerPortForNonTls": "string",
- "smaftAgentPort": "string",
- "machineMaximumJobs": "string",
- "smaCommunicationsProtocol": "string",
- "checkCrc": "string",
- "closeSocket": "string",
- "acceptMessagesfromIp": "string",
- "smaNetComSocket": "string",
- "cpuid": "string",
- "cpuType": "string",
- "cpuModel": "string",
- "cpuCount": "string",
- "fileTransferFeature": "string",
- "jorsFeature": "string",
- "resourceMonitorFeature": "string",
- "agentSpecialFeatures": "string",
- "tlsCertificateSerialNumber": "string",
- "supportedAgentCapability": [
- "string"
], - "documentation": "string",
- "hpNonStopIpAddress": "string",
- "hpNonStopSocketNumber": 0
}
id | integer <int32> |
tags | Array of strings or null |
{- "id": 0,
- "tags": [
- "string"
]
}
id required | integer <int32> |
id | integer <int32> |
tags | Array of strings or null |
{- "id": 0,
- "tags": [
- "string"
]
}
Ids | string or null |
ScheduleIds | string or null |
JobIds | string or null |
TagList | Array of strings or null |
LimitValue | integer or null <int32> |
OffsetValue | integer or null <int32> |
ScheduleName | string or null |
JobName | string or null |
SortOrders | Array of strings or null |
JobType | string or null |
DepartmentList | Array of integers or null <int32> |
AccessCodeList | Array of integers or null <int32> |
Name | string or null |
SortBy | string or null |
AccessCodes | string or null |
Limit | string or null |
Offset | string or null |
Tags | string or null |
Departments | string or null |
Ids | string or null |
ScheduleIds | string or null |
JobIds | string or null |
TagList | Array of strings or null |
LimitValue | integer or null <int32> |
OffsetValue | integer or null <int32> |
ScheduleName | string or null |
JobName | string or null |
SortOrders | Array of strings or null |
JobType | string or null |
DepartmentList | Array of integers or null <int32> |
AccessCodeList | Array of integers or null <int32> |
Name | string or null |
SortBy | string or null |
AccessCodes | string or null |
Limit | string or null |
Offset | string or null |
Tags | string or null |
Departments | string or null |
Name | string or null |
Ids | string or null |
Sortby | string or null |
Limit | integer or null <int32> |
Offset | integer or null <int32> |
SortOrders | Array of strings or null |
SubSchedule | boolean or null |
MultiInstance | boolean or null |
AutoBuild | boolean or null |
id | integer <int32> |
name | string or null |
description | string or null |
Array of objects or null (MasterVisionCard) |
{- "id": 0,
- "name": "string",
- "description": "string",
- "masterVisionCards": [
- {
- "id": 0,
- "version": 0,
- "trackId": "string",
- "trackIdInternal": "a286c8f6-fa07-448e-953e-cbd6ca854a46",
- "name": "string",
- "description": "string",
- "tagPattern": "string",
- "offset": 0,
- "qosTolerableThreshold": 0,
- "qosCriticalThreshold": 0,
- "slaTolerableThreshold": 0,
- "slaCriticalThreshold": 0,
- "remoteInstanceId": 0,
- "remoteInstanceName": "string",
- "remoteInstance": {
- "status": 1,
- "id": 0,
- "name": "string",
- "description": "string",
- "databaseConnection": {
- "server": "string",
- "database": "string",
- "windowsAuth": true,
- "user": "string",
- "password": "string",
- "mirroring": true,
- "transparentNetworkIpResolution": 0
}, - "apiBaseUrl": "string",
- "solutionManagerBaseUrl": "string",
- "adminUser": {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- { }
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": true,
- "permissions": {
- "accessCodePrivileges": [
- {
- "id": null,
- "canUpdate": null,
- "canUpdateInt": null
}
], - "departmentFunctionPrivileges": [
- {
- "id": null,
- "functionIds": [ ]
}
], - "machinePrivileges": [
- {
- "id": null,
- "canUpdate": null,
- "canUpdateInt": null
}
], - "machineGroupPrivileges": [
- {
- "id": null,
- "canUpdate": null,
- "canUpdateInt": null
}
], - "accessibleScheduleIds": [
- 0
], - "accessibleEmbeddedScriptIds": [
- 0
], - "accessibleServiceRequestIds": [
- 0
], - "accessibleBatchUserIds": [
- 0
]
}
}
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}, - "adminToken": {
- "id": "string",
- "user": {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- { }
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": true,
- "permissions": {
- "accessCodePrivileges": [
- null
], - "departmentFunctionPrivileges": [
- null
], - "machinePrivileges": [
- null
], - "machineGroupPrivileges": [
- null
], - "accessibleScheduleIds": [
- null
], - "accessibleEmbeddedScriptIds": [
- null
], - "accessibleServiceRequestIds": [
- null
], - "accessibleBatchUserIds": [
- null
]
}
}
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}, - "tokenType": {
- "id": "string",
- "type": "string"
}, - "validFrom": "2019-08-24T14:15:22Z",
- "validUntil": "2019-08-24T14:15:22Z",
- "passwordExpired": true
}, - "masterInstanceId": 0,
- "connectionString": "string",
- "visionActionUsers": [
- {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- { }
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": true,
- "permissions": {
- "accessCodePrivileges": [
- null
], - "departmentFunctionPrivileges": [
- null
], - "machinePrivileges": [
- null
], - "machineGroupPrivileges": [
- null
], - "accessibleScheduleIds": [
- null
], - "accessibleEmbeddedScriptIds": [
- null
], - "accessibleServiceRequestIds": [
- null
], - "accessibleBatchUserIds": [
- null
]
}
}
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}
]
}, - "parentMasterVisionCard": { },
- "parentId": 0,
- "associatedFrequencies": [
- {
- "id": 0,
- "visionFrequency": {
- "id": 0,
- "name": "string",
- "description": "string",
- "type": 0,
- "dates": [
- "string"
]
}, - "triggerConditions": [
- {
- "id": 0,
- "statusId": 0,
- "condition": {
- "id": 0,
- "name": "string"
}, - "runnables": [
- {
- "id": 0,
- "actionId": 0,
- "name": "string",
- "detailId": 0,
- "detail": "string",
- "action": {
- "id": null,
- "name": null,
- "actionDetails": [ ]
}, - "repeatAfterMinutes": 0,
- "remoteInstanceId": 0,
- "remoteInstanceName": "string",
- "remoteInstance": {
- "status": null,
- "id": null,
- "name": null,
- "description": null,
- "databaseConnection": null,
- "apiBaseUrl": null,
- "solutionManagerBaseUrl": null,
- "adminUser": null,
- "adminToken": null,
- "masterInstanceId": null,
- "connectionString": null,
- "visionActionUsers": [ ]
}, - "lastRepeated": "2019-08-24T14:15:22Z"
}
]
}
], - "slas": [
- {
- "slaId": 0,
- "requirement": {
- "id": 0,
- "name": "string"
}, - "time": "string",
- "internalTime": "2019-08-24T14:15:22Z",
- "masterVisionCardFrequencyId": 0,
- "offset": 0
}
], - "masterVisionCardFrequencyId": 0
}
], - "roleId": 0,
- "roleName": "string",
- "associatedRoles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- { }
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": 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
]
}
}
], - "children": [
- { }
]
}
]
}
id required | integer <int32> |
id | integer <int32> |
name | string or null |
description | string or null |
Array of objects or null (MasterVisionCard) |
{- "id": 0,
- "name": "string",
- "description": "string",
- "masterVisionCards": [
- {
- "id": 0,
- "version": 0,
- "trackId": "string",
- "trackIdInternal": "a286c8f6-fa07-448e-953e-cbd6ca854a46",
- "name": "string",
- "description": "string",
- "tagPattern": "string",
- "offset": 0,
- "qosTolerableThreshold": 0,
- "qosCriticalThreshold": 0,
- "slaTolerableThreshold": 0,
- "slaCriticalThreshold": 0,
- "remoteInstanceId": 0,
- "remoteInstanceName": "string",
- "remoteInstance": {
- "status": 1,
- "id": 0,
- "name": "string",
- "description": "string",
- "databaseConnection": {
- "server": "string",
- "database": "string",
- "windowsAuth": true,
- "user": "string",
- "password": "string",
- "mirroring": true,
- "transparentNetworkIpResolution": 0
}, - "apiBaseUrl": "string",
- "solutionManagerBaseUrl": "string",
- "adminUser": {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- { }
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": true,
- "permissions": {
- "accessCodePrivileges": [
- {
- "id": null,
- "canUpdate": null,
- "canUpdateInt": null
}
], - "departmentFunctionPrivileges": [
- {
- "id": null,
- "functionIds": [ ]
}
], - "machinePrivileges": [
- {
- "id": null,
- "canUpdate": null,
- "canUpdateInt": null
}
], - "machineGroupPrivileges": [
- {
- "id": null,
- "canUpdate": null,
- "canUpdateInt": null
}
], - "accessibleScheduleIds": [
- 0
], - "accessibleEmbeddedScriptIds": [
- 0
], - "accessibleServiceRequestIds": [
- 0
], - "accessibleBatchUserIds": [
- 0
]
}
}
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}, - "adminToken": {
- "id": "string",
- "user": {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- { }
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": true,
- "permissions": {
- "accessCodePrivileges": [
- null
], - "departmentFunctionPrivileges": [
- null
], - "machinePrivileges": [
- null
], - "machineGroupPrivileges": [
- null
], - "accessibleScheduleIds": [
- null
], - "accessibleEmbeddedScriptIds": [
- null
], - "accessibleServiceRequestIds": [
- null
], - "accessibleBatchUserIds": [
- null
]
}
}
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}, - "tokenType": {
- "id": "string",
- "type": "string"
}, - "validFrom": "2019-08-24T14:15:22Z",
- "validUntil": "2019-08-24T14:15:22Z",
- "passwordExpired": true
}, - "masterInstanceId": 0,
- "connectionString": "string",
- "visionActionUsers": [
- {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- { }
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": true,
- "permissions": {
- "accessCodePrivileges": [
- null
], - "departmentFunctionPrivileges": [
- null
], - "machinePrivileges": [
- null
], - "machineGroupPrivileges": [
- null
], - "accessibleScheduleIds": [
- null
], - "accessibleEmbeddedScriptIds": [
- null
], - "accessibleServiceRequestIds": [
- null
], - "accessibleBatchUserIds": [
- null
]
}
}
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}
]
}, - "parentMasterVisionCard": { },
- "parentId": 0,
- "associatedFrequencies": [
- {
- "id": 0,
- "visionFrequency": {
- "id": 0,
- "name": "string",
- "description": "string",
- "type": 0,
- "dates": [
- "string"
]
}, - "triggerConditions": [
- {
- "id": 0,
- "statusId": 0,
- "condition": {
- "id": 0,
- "name": "string"
}, - "runnables": [
- {
- "id": 0,
- "actionId": 0,
- "name": "string",
- "detailId": 0,
- "detail": "string",
- "action": {
- "id": null,
- "name": null,
- "actionDetails": [ ]
}, - "repeatAfterMinutes": 0,
- "remoteInstanceId": 0,
- "remoteInstanceName": "string",
- "remoteInstance": {
- "status": null,
- "id": null,
- "name": null,
- "description": null,
- "databaseConnection": null,
- "apiBaseUrl": null,
- "solutionManagerBaseUrl": null,
- "adminUser": null,
- "adminToken": null,
- "masterInstanceId": null,
- "connectionString": null,
- "visionActionUsers": [ ]
}, - "lastRepeated": "2019-08-24T14:15:22Z"
}
]
}
], - "slas": [
- {
- "slaId": 0,
- "requirement": {
- "id": 0,
- "name": "string"
}, - "time": "string",
- "internalTime": "2019-08-24T14:15:22Z",
- "masterVisionCardFrequencyId": 0,
- "offset": 0
}
], - "masterVisionCardFrequencyId": 0
}
], - "roleId": 0,
- "roleName": "string",
- "associatedRoles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- { }
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": 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
]
}
}
], - "children": [
- { }
]
}
]
}
loginName | string or null |
Array of objects or null (SimpleEvent) |
{- "loginName": "string",
- "events": [
- {
- "id": 0,
- "eventString": "string"
}
]
}
expression | string or null |
status | string or null |
result | string or null |
message | string or null |
{- "expression": "string",
- "status": "string",
- "result": "string",
- "message": "string"
}
status | integer <int32> (RemoteInstanceStatus) Enum: 1 2 |
id | integer <int32> |
name | string or null |
description | string or null |
object (RemoteInstanceDatabaseConnection) | |
apiBaseUrl | string or null |
solutionManagerBaseUrl | string or null |
object (User) | |
object (Token) | |
masterInstanceId | integer or null <int32> |
connectionString | string or null |
Array of objects or null (User) |
{- "status": 1,
- "id": 0,
- "name": "string",
- "description": "string",
- "databaseConnection": {
- "server": "string",
- "database": "string",
- "windowsAuth": true,
- "user": "string",
- "password": "string",
- "mirroring": true,
- "transparentNetworkIpResolution": 0
}, - "apiBaseUrl": "string",
- "solutionManagerBaseUrl": "string",
- "adminUser": {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- { }
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": 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
]
}
}
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}, - "adminToken": {
- "id": "string",
- "user": {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- { }
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": 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
]
}
}
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}, - "tokenType": {
- "id": "string",
- "type": "string"
}, - "validFrom": "2019-08-24T14:15:22Z",
- "validUntil": "2019-08-24T14:15:22Z",
- "passwordExpired": true
}, - "masterInstanceId": 0,
- "connectionString": "string",
- "visionActionUsers": [
- {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- { }
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": 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
]
}
}
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}
]
}
id required | integer <int32> |
status | integer <int32> (RemoteInstanceStatus) Enum: 1 2 |
id | integer <int32> |
name | string or null |
description | string or null |
object (RemoteInstanceDatabaseConnection) | |
apiBaseUrl | string or null |
solutionManagerBaseUrl | string or null |
object (User) | |
object (Token) | |
masterInstanceId | integer or null <int32> |
connectionString | string or null |
Array of objects or null (User) |
{- "status": 1,
- "id": 0,
- "name": "string",
- "description": "string",
- "databaseConnection": {
- "server": "string",
- "database": "string",
- "windowsAuth": true,
- "user": "string",
- "password": "string",
- "mirroring": true,
- "transparentNetworkIpResolution": 0
}, - "apiBaseUrl": "string",
- "solutionManagerBaseUrl": "string",
- "adminUser": {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- { }
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": 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
]
}
}
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}, - "adminToken": {
- "id": "string",
- "user": {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- { }
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": 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
]
}
}
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}, - "tokenType": {
- "id": "string",
- "type": "string"
}, - "validFrom": "2019-08-24T14:15:22Z",
- "validUntil": "2019-08-24T14:15:22Z",
- "passwordExpired": true
}, - "masterInstanceId": 0,
- "connectionString": "string",
- "visionActionUsers": [
- {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- { }
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": 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
]
}
}
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}
]
}
id required | integer <int32> |
id | integer or null <int32> |
name | string or null |
description | string or null |
value | integer or null <int32> |
Array of objects or null (ThresholdResourceDailyJob) | |
Array of objects or null (ThresholdResourceDailyJob) | |
Array of objects or null (ThresholdResourceMasterJob) | |
Array of objects or null (ThresholdResourceMasterJob) | |
used | integer or null <int32> |
{- "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,
- "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"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0
}, - "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,
- "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"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0
}, - "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,
- "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"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0
}, - "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,
- "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"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "used": 0
}
id | integer or null <int32> |
name | string or null |
description | string or null |
value | integer or null <int32> |
Array of objects or null (ThresholdResourceDailyJob) | |
Array of objects or null (ThresholdResourceDailyJob) | |
Array of objects or null (ThresholdResourceMasterJob) | |
Array of objects or null (ThresholdResourceMasterJob) | |
used | integer or null <int32> |
{- "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,
- "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"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0
}, - "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,
- "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"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0
}, - "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,
- "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"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0
}, - "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,
- "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"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
], - "used": 0
}
IncludeDependentDailyJobs | boolean |
IncludeUpdatedByDailyJobs | boolean |
IncludeDependentMasterJobs | boolean |
IncludeUpdatedByMasterJobs | boolean |
Offset | integer or null <int32> |
Limit | integer or null <int32> |
Name | string or null |
Value | integer or null <int32> |
Ids | string or null |
Description | string or null |
SortBy | string or null |
SortOrders | Array of strings or null |
Limit | integer or null <int32> |
Offset | integer or null <int32> |
IncludeAccessCodes | boolean |
IncludeDepartmentFunctions | boolean |
IncludeMachines | boolean |
IncludeMachineGroups | boolean |
IncludeSchedules | boolean |
IncludeServiceRequests | boolean |
IncludeBatchUsers | boolean |
IncludeUsers | boolean |
Name | string or null |
Ids | string or null |
SortOrder.SortBy | string or null |
SortOrder.IdColumns | Array of strings or null |
SortOrder.ValidSortOrders | Array of strings or null |
SortOrder.ColumnList | Array of strings or null |
SortOrder.SortTypeList | Array of strings or null |
SortBy | string or null |
IncludeEmbeddedScripts | boolean |
id | integer <int32> Numeric id of the role. optional |
name | string or null Name of the role.Must be unique. optional |
Array of objects or null (User) | |
inheritAllSchedulePrivileges | boolean or null When true, this role's privileges will be applied to all schedules. optional |
inheritAllMachinePrivileges | boolean or null When true, this role's privileges will be applied to all machines. optional |
inheritAllMachineGroupPrivileges | boolean or null When true, this role's privileges will be applied to all machine groups. optional |
inheritAllEmbeddedScriptPrivileges | boolean or null When true, this role's privileges will be applied to all embeddedscripts. optional |
object (Permissions) |
{- "id": 0,
- "name": "string",
- "users": [
- {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- { }
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": 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
]
}
}
id required | integer <int32> |
id | integer <int32> Numeric id of the role. optional |
name | string or null Name of the role.Must be unique. optional |
Array of objects or null (User) | |
inheritAllSchedulePrivileges | boolean or null When true, this role's privileges will be applied to all schedules. optional |
inheritAllMachinePrivileges | boolean or null When true, this role's privileges will be applied to all machines. optional |
inheritAllMachineGroupPrivileges | boolean or null When true, this role's privileges will be applied to all machine groups. optional |
inheritAllEmbeddedScriptPrivileges | boolean or null When true, this role's privileges will be applied to all embeddedscripts. optional |
object (Permissions) |
{- "id": 0,
- "name": "string",
- "users": [
- {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- { }
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": 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
]
}
}
id | integer <int32> |
action | string or null |
result | string or null |
message | string or null |
expiryTime | string <date-time> |
requestIds | Array of integers or null <int64> |
userId | integer <int32> |
invalidStates | Array of strings or null |
states | Array of strings or null |
reason | string or null |
Array of objects or null (ScheduleActionItem) |
{- "id": 0,
- "action": "string",
- "result": "string",
- "message": "string",
- "expiryTime": "2019-08-24T14:15:22Z",
- "requestIds": [
- 0
], - "userId": 0,
- "invalidStates": [
- "string"
], - "states": [
- "string"
], - "reason": "string",
- "scheduleActionItems": [
- {
- "updated": 0,
- "id": "string",
- "instanceProperties": [
- { }
], - "result": "string",
- "message": "string",
- "jobs": [
- {
- "applyExceptions": true,
- "id": "string",
- "frequency": "string",
- "rebuildOnRestartIfContainer": true,
- "instanceProperties": [
- { }
], - "result": "string",
- "message": "string",
- "uid": 0,
- "requestId": 0
}
], - "status": {
- "id": 0,
- "description": "string",
- "category": "string",
- "containsFailedJobs": true
}, - "requestId": 0
}
]
}
action | string or null |
invalidStates | Array of strings or null |
states | Array of strings or null |
requestIds | Array of integers or null <int64> |
expiryTime | string <date-time> |
userId | integer <int32> |
id | integer <int32> |
scheduleDates | Array of strings or null |
Array of objects or null (ScheduleDateJobItem) | |
reason | string or null |
result | string or null |
message | string or null |
updated | integer or null <int32> |
{- "action": "string",
- "invalidStates": [
- "string"
], - "states": [
- "string"
], - "requestIds": [
- 0
], - "expiryTime": "2019-08-24T14:15:22Z",
- "userId": 0,
- "id": 0,
- "scheduleDates": [
- "string"
], - "scheduleDateActionItems": [
- {
- "id": "string",
- "rebuildOnRestartIfContainer": true,
- "subScheduleId": "string"
}
], - "reason": "string",
- "result": "string",
- "message": "string",
- "updated": 0
}
Array of objects or null (ScheduleBuildRequest) | |
Array of objects or null (ScheduleBuildActionSchedule) | |
action | string or null |
id | integer <int32> |
result | string or null |
message | string or null |
requestIds | Array of integers or null <int64> |
expiryTime | string <date-time> |
userId | integer <int32> |
dates | Array of strings or null |
logFile | string or null |
overwrite | boolean |
namedInstance | string or null |
machineName | string or null |
hold | boolean |
{- "requests": [
- {
- "name": "string",
- "date": "2019-08-24T14:15:22Z",
- "id": 0,
- "scheduleId": 0,
- "result": "string",
- "message": "string",
- "expiryTime": "2019-08-24T14:15:22Z",
- "logFileName": "string"
}
], - "schedules": [
- {
- "id": 0,
- "name": "string"
}
], - "action": "string",
- "id": 0,
- "result": "string",
- "message": "string",
- "requestIds": [
- 0
], - "expiryTime": "2019-08-24T14:15:22Z",
- "userId": 0,
- "dates": [
- "string"
], - "logFile": "string",
- "overwrite": true,
- "namedInstance": "string",
- "machineName": "string",
- "hold": true
}
enableWindowsAuthentication | boolean or null |
numberOfDaysToKeepServiceRequestExecutions | integer or null <int32> |
object (HtmlDocumentation) | |
object (PasswordPolicy) | |
object (VisionSettings) | |
solutionManagerSettings | string or null |
ticketingSystemName | string or null |
loginSecureMessage | string or null |
Array of objects or null (ServerSetting) |
{- "enableWindowsAuthentication": true,
- "numberOfDaysToKeepServiceRequestExecutions": 0,
- "htmlDocumentation": {
- "rootDocUrl": "string"
}, - "passwordPolicy": {
- "minimumCharacters": 0,
- "numericRequired": true,
- "alphaRequired": true,
- "specialCharacterRequired": true,
- "repeatedCharacterOccurrencesAllowed": 0,
- "minimumNumberOfLowerCaseCharacters": 0,
- "minimumNumberOfUpperCaseCharacters": 0,
- "minimumNumberOfDaysToChangePassword": 0,
- "daysValid": 0,
- "daysBeforeExpirationToWarn": 0,
- "numberOfPasswordsToRetain": 0,
- "attemptsBeforeAccountLock": 0
}, - "visionSettings": {
- "visionPastProcessingDays": 0,
- "visionFutureProcessingDays": 0,
- "visionHistoryDaysToKeep": 0
}, - "solutionManagerSettings": "string",
- "ticketingSystemName": "string",
- "loginSecureMessage": "string",
- "settings": [
- {
- "configKey": "string",
- "configValue": "string"
}
]
}
Limit | integer or null <int32> |
Offset | integer or null <int32> |
IncludeServiceRequests | boolean |
Name | string or null |
Color | string or null |
ServiceRequestName | string or null |
Ids | string or null |
SortOrder.SortBy | string or null |
SortOrder.IdColumns | Array of strings or null |
SortOrder.ValidSortOrders | Array of strings or null |
SortOrder.ColumnList | Array of strings or null |
SortOrder.SortTypeList | Array of strings or null |
SortBy | string or null |
id | integer <int32> |
name | string or null |
color | string or null |
Array of objects or null (ServiceRequest) |
{- "id": 0,
- "name": "string",
- "color": "string",
- "serviceRequests": [
- {
- "id": 0,
- "name": "string",
- "documentation": "string",
- "html": "string",
- "request": {
- "confirmed": true,
- "sendAsOcadm": true,
- "events": [
- "string"
], - "trackEventExecutions": true,
- "variables": [
- {
- "variableTypes": "string",
- "label": "string",
- "name": "string",
- "required": true,
- "text": {
- "minCharacters": 0,
- "maxCharacters": 0,
- "invalidCharacters": "string",
- "stripCharacters": "string",
- "paddingDirection": "string",
- "paddingCharacter": "string",
- "paddingLength": 0,
- "password": true,
- "regExpression": "string",
- "regExpressionErrorMsg": "string"
}, - "number": {
- "minimum": 0,
- "maximum": 0
}, - "date": {
- "beforeToday": true,
- "afterToday": true,
- "beforeDate": "string",
- "afterDate": "string",
- "format": "string"
}, - "textCollection": {
- "disallowDuplicate": true,
- "delimiter": "string",
- "minCharacters": 0,
- "maxCharacters": 0,
- "invalidCharacters": "string",
- "regExpression": "string",
- "regExpressionErrorMsg": "string"
}, - "masterJob": {
- "scheduleName": "string"
}, - "choice": {
- "items": [
- {
- "caption": "string",
- "value": "string"
}
]
}
}
], - "skipValidationForChoiceItems": true,
- "matchingVariables": true,
- "jsFunctions": { }
}, - "details": "string",
- "disabled": {
- "state": "string",
- "errorMessage": "string"
}, - "disableRule": "string",
- "hidden": {
- "state": "string",
- "errorMessage": "string"
}, - "hideRule": "string",
- "serviceRequestCategory": { },
- "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- { }
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": 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
]
}
}
]
}
]
}
id required | integer <int32> |
id | integer <int32> |
name | string or null |
color | string or null |
Array of objects or null (ServiceRequest) |
{- "id": 0,
- "name": "string",
- "color": "string",
- "serviceRequests": [
- {
- "id": 0,
- "name": "string",
- "documentation": "string",
- "html": "string",
- "request": {
- "confirmed": true,
- "sendAsOcadm": true,
- "events": [
- "string"
], - "trackEventExecutions": true,
- "variables": [
- {
- "variableTypes": "string",
- "label": "string",
- "name": "string",
- "required": true,
- "text": {
- "minCharacters": 0,
- "maxCharacters": 0,
- "invalidCharacters": "string",
- "stripCharacters": "string",
- "paddingDirection": "string",
- "paddingCharacter": "string",
- "paddingLength": 0,
- "password": true,
- "regExpression": "string",
- "regExpressionErrorMsg": "string"
}, - "number": {
- "minimum": 0,
- "maximum": 0
}, - "date": {
- "beforeToday": true,
- "afterToday": true,
- "beforeDate": "string",
- "afterDate": "string",
- "format": "string"
}, - "textCollection": {
- "disallowDuplicate": true,
- "delimiter": "string",
- "minCharacters": 0,
- "maxCharacters": 0,
- "invalidCharacters": "string",
- "regExpression": "string",
- "regExpressionErrorMsg": "string"
}, - "masterJob": {
- "scheduleName": "string"
}, - "choice": {
- "items": [
- {
- "caption": "string",
- "value": "string"
}
]
}
}
], - "skipValidationForChoiceItems": true,
- "matchingVariables": true,
- "jsFunctions": { }
}, - "details": "string",
- "disabled": {
- "state": "string",
- "errorMessage": "string"
}, - "disableRule": "string",
- "hidden": {
- "state": "string",
- "errorMessage": "string"
}, - "hideRule": "string",
- "serviceRequestCategory": { },
- "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- { }
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": 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
]
}
}
]
}
]
}
Limit | integer or null <int32> |
Offset | integer or null <int32> |
IncludeServiceRequests | boolean |
IncludeOpconResponses | boolean |
IncludeUsers | boolean |
ServiceRequestName | string or null |
LoginName | string or null |
Ids | string or null |
ServiceRequestIds | string or null |
ExecutionStatuses | string or null |
LastUpdateLessThan | string or null |
SortOrder.SortBy | string or null |
SortOrder.IdColumns | Array of strings or null |
SortOrder.ValidSortOrders | Array of strings or null |
SortOrder.ColumnList | Array of strings or null |
SortOrder.SortTypeList | Array of strings or null |
GroupBy | string or null |
SortBy | string or null |
id | integer <int32> |
executionStatus | string or null |
details | string or null |
submitAsOcadm | boolean or null |
requestTs | string or null <date-time> |
requestTimeStamp | string or null |
lastUpdateTs | string or null <date-time> |
lastUpdateTimeStamp | string or null |
object (User) | |
object (ServiceRequest) | |
Array of objects or null (OpConRequest) | |
Array of objects or null (OpConResponse) | |
Array of objects or null (SelfServiceVariable) | |
completedCount | integer or null <int32> |
totalCount | integer or null <int32> |
Array of objects or null (EventExecution) | |
trackEvent | boolean |
{- "id": 0,
- "executionStatus": "string",
- "details": "string",
- "submitAsOcadm": true,
- "requestTs": "2019-08-24T14:15:22Z",
- "requestTimeStamp": "string",
- "lastUpdateTs": "2019-08-24T14:15:22Z",
- "lastUpdateTimeStamp": "string",
- "user": {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- { }
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": 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
]
}
}
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}, - "serviceRequest": {
- "id": 0,
- "name": "string",
- "documentation": "string",
- "html": "string",
- "request": {
- "confirmed": true,
- "sendAsOcadm": true,
- "events": [
- "string"
], - "trackEventExecutions": true,
- "variables": [
- {
- "variableTypes": "string",
- "label": "string",
- "name": "string",
- "required": true,
- "text": {
- "minCharacters": 0,
- "maxCharacters": 0,
- "invalidCharacters": "string",
- "stripCharacters": "string",
- "paddingDirection": "string",
- "paddingCharacter": "string",
- "paddingLength": 0,
- "password": true,
- "regExpression": "string",
- "regExpressionErrorMsg": "string"
}, - "number": {
- "minimum": 0,
- "maximum": 0
}, - "date": {
- "beforeToday": true,
- "afterToday": true,
- "beforeDate": "string",
- "afterDate": "string",
- "format": "string"
}, - "textCollection": {
- "disallowDuplicate": true,
- "delimiter": "string",
- "minCharacters": 0,
- "maxCharacters": 0,
- "invalidCharacters": "string",
- "regExpression": "string",
- "regExpressionErrorMsg": "string"
}, - "masterJob": {
- "scheduleName": "string"
}, - "choice": {
- "items": [
- {
- "caption": "string",
- "value": "string"
}
]
}
}
], - "skipValidationForChoiceItems": true,
- "matchingVariables": true,
- "jsFunctions": { }
}, - "details": "string",
- "disabled": {
- "state": "string",
- "errorMessage": "string"
}, - "disableRule": "string",
- "hidden": {
- "state": "string",
- "errorMessage": "string"
}, - "hideRule": "string",
- "serviceRequestCategory": {
- "id": 0,
- "name": "string",
- "color": "string",
- "serviceRequests": [
- { }
]
}, - "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- { }
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": 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
]
}
}
]
}, - "opconRequests": [
- {
- "id": 0,
- "requestTimeStamp": "2019-08-24T14:15:22Z",
- "sourceDescription": "string",
- "sourceName": "string",
- "handler": "string",
- "type": "string",
- "expiryTime": "2019-08-24T14:15:22Z",
- "details": "string",
- "processed": 0,
- "dsn": "string"
}
], - "opconResponses": [
- {
- "id": 0,
- "requestTimeStamp": "2019-08-24T14:15:22Z",
- "sourceDescription": "string",
- "sourceName": "string",
- "type": "string",
- "expiryTime": "2019-08-24T14:15:22Z",
- "details": "string"
}
], - "variables": [
- {
- "type": "string",
- "name": "string",
- "text": {
- "value": "string",
- "modifiedValue": "string"
}, - "choice": {
- "value": "string"
}, - "masterJob": {
- "value": "string"
}, - "masterSchedule": {
- "value": "string"
}, - "number": {
- "value": 0
}, - "date": {
- "value": "string",
- "formattedDateValue": "string"
}, - "textCollection": {
- "value": [
- "string"
], - "modifiedValue": "string"
}
}
], - "completedCount": 0,
- "totalCount": 0,
- "eventExecutions": [
- {
- "status": "string",
- "listOfStatus": [
- "string"
], - "message": "string",
- "jobs": [
- {
- "id": "string",
- "status": "string",
- "message": "string"
}
]
}
], - "trackEvent": true
}
id required | integer <int32> |
id | integer <int32> |
executionStatus | string or null |
details | string or null |
submitAsOcadm | boolean or null |
requestTs | string or null <date-time> |
requestTimeStamp | string or null |
lastUpdateTs | string or null <date-time> |
lastUpdateTimeStamp | string or null |
object (User) | |
object (ServiceRequest) | |
Array of objects or null (OpConRequest) | |
Array of objects or null (OpConResponse) | |
Array of objects or null (SelfServiceVariable) | |
completedCount | integer or null <int32> |
totalCount | integer or null <int32> |
Array of objects or null (EventExecution) | |
trackEvent | boolean |
{- "id": 0,
- "executionStatus": "string",
- "details": "string",
- "submitAsOcadm": true,
- "requestTs": "2019-08-24T14:15:22Z",
- "requestTimeStamp": "string",
- "lastUpdateTs": "2019-08-24T14:15:22Z",
- "lastUpdateTimeStamp": "string",
- "user": {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- { }
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": 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
]
}
}
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}, - "serviceRequest": {
- "id": 0,
- "name": "string",
- "documentation": "string",
- "html": "string",
- "request": {
- "confirmed": true,
- "sendAsOcadm": true,
- "events": [
- "string"
], - "trackEventExecutions": true,
- "variables": [
- {
- "variableTypes": "string",
- "label": "string",
- "name": "string",
- "required": true,
- "text": {
- "minCharacters": 0,
- "maxCharacters": 0,
- "invalidCharacters": "string",
- "stripCharacters": "string",
- "paddingDirection": "string",
- "paddingCharacter": "string",
- "paddingLength": 0,
- "password": true,
- "regExpression": "string",
- "regExpressionErrorMsg": "string"
}, - "number": {
- "minimum": 0,
- "maximum": 0
}, - "date": {
- "beforeToday": true,
- "afterToday": true,
- "beforeDate": "string",
- "afterDate": "string",
- "format": "string"
}, - "textCollection": {
- "disallowDuplicate": true,
- "delimiter": "string",
- "minCharacters": 0,
- "maxCharacters": 0,
- "invalidCharacters": "string",
- "regExpression": "string",
- "regExpressionErrorMsg": "string"
}, - "masterJob": {
- "scheduleName": "string"
}, - "choice": {
- "items": [
- {
- "caption": "string",
- "value": "string"
}
]
}
}
], - "skipValidationForChoiceItems": true,
- "matchingVariables": true,
- "jsFunctions": { }
}, - "details": "string",
- "disabled": {
- "state": "string",
- "errorMessage": "string"
}, - "disableRule": "string",
- "hidden": {
- "state": "string",
- "errorMessage": "string"
}, - "hideRule": "string",
- "serviceRequestCategory": {
- "id": 0,
- "name": "string",
- "color": "string",
- "serviceRequests": [
- { }
]
}, - "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- { }
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": 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
]
}
}
]
}, - "opconRequests": [
- {
- "id": 0,
- "requestTimeStamp": "2019-08-24T14:15:22Z",
- "sourceDescription": "string",
- "sourceName": "string",
- "handler": "string",
- "type": "string",
- "expiryTime": "2019-08-24T14:15:22Z",
- "details": "string",
- "processed": 0,
- "dsn": "string"
}
], - "opconResponses": [
- {
- "id": 0,
- "requestTimeStamp": "2019-08-24T14:15:22Z",
- "sourceDescription": "string",
- "sourceName": "string",
- "type": "string",
- "expiryTime": "2019-08-24T14:15:22Z",
- "details": "string"
}
], - "variables": [
- {
- "type": "string",
- "name": "string",
- "text": {
- "value": "string",
- "modifiedValue": "string"
}, - "choice": {
- "value": "string"
}, - "masterJob": {
- "value": "string"
}, - "masterSchedule": {
- "value": "string"
}, - "number": {
- "value": 0
}, - "date": {
- "value": "string",
- "formattedDateValue": "string"
}, - "textCollection": {
- "value": [
- "string"
], - "modifiedValue": "string"
}
}
], - "completedCount": 0,
- "totalCount": 0,
- "eventExecutions": [
- {
- "status": "string",
- "listOfStatus": [
- "string"
], - "message": "string",
- "jobs": [
- {
- "id": "string",
- "status": "string",
- "message": "string"
}
]
}
], - "trackEvent": true
}
field required | string or null |
Limit | integer or null <int32> |
Offset | integer or null <int32> |
IncludeServiceRequests | boolean |
IncludeOpconResponses | boolean |
IncludeUsers | boolean |
ServiceRequestName | string or null |
LoginName | string or null |
Ids | string or null |
ServiceRequestIds | string or null |
ExecutionStatuses | string or null |
LastUpdateLessThan | string or null |
SortOrder.SortBy | string or null |
SortOrder.IdColumns | Array of strings or null |
SortOrder.ValidSortOrders | Array of strings or null |
SortOrder.ColumnList | Array of strings or null |
SortOrder.SortTypeList | Array of strings or null |
GroupBy | string or null |
SortBy | string or null |
field required | string or null |
Limit | integer or null <int32> |
Offset | integer or null <int32> |
IncludeServiceRequests | boolean |
IncludeOpconResponses | boolean |
IncludeUsers | boolean |
ServiceRequestName | string or null |
LoginName | string or null |
Ids | string or null |
ServiceRequestIds | string or null |
ExecutionStatuses | string or null |
LastUpdateLessThan | string or null |
SortOrder.SortBy | string or null |
SortOrder.IdColumns | Array of strings or null |
SortOrder.ValidSortOrders | Array of strings or null |
SortOrder.ColumnList | Array of strings or null |
SortOrder.SortTypeList | Array of strings or null |
GroupBy | string or null |
SortBy | string or null |
Limit | integer or null <int32> |
Offset | integer or null <int32> |
IncludeServiceRequests | boolean |
IncludeOpconResponses | boolean |
IncludeUsers | boolean |
ServiceRequestName | string or null |
LoginName | string or null |
Ids | string or null |
ServiceRequestIds | string or null |
ExecutionStatuses | string or null |
LastUpdateLessThan | string or null |
SortOrder.SortBy | string or null |
SortOrder.IdColumns | Array of strings or null |
SortOrder.ValidSortOrders | Array of strings or null |
SortOrder.ColumnList | Array of strings or null |
SortOrder.SortTypeList | Array of strings or null |
GroupBy | string or null |
SortBy | string or null |
id | integer <int32> |
executionStatus | string or null |
details | string or null |
submitAsOcadm | boolean or null |
requestTs | string or null <date-time> |
requestTimeStamp | string or null |
lastUpdateTs | string or null <date-time> |
lastUpdateTimeStamp | string or null |
object (User) | |
object (ServiceRequest) | |
Array of objects or null (OpConRequest) | |
Array of objects or null (OpConResponse) | |
Array of objects or null (SelfServiceVariable) | |
completedCount | integer or null <int32> |
totalCount | integer or null <int32> |
Array of objects or null (EventExecution) | |
trackEvent | boolean |
{- "id": 0,
- "executionStatus": "string",
- "details": "string",
- "submitAsOcadm": true,
- "requestTs": "2019-08-24T14:15:22Z",
- "requestTimeStamp": "string",
- "lastUpdateTs": "2019-08-24T14:15:22Z",
- "lastUpdateTimeStamp": "string",
- "user": {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- { }
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": 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
]
}
}
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}, - "serviceRequest": {
- "id": 0,
- "name": "string",
- "documentation": "string",
- "html": "string",
- "request": {
- "confirmed": true,
- "sendAsOcadm": true,
- "events": [
- "string"
], - "trackEventExecutions": true,
- "variables": [
- {
- "variableTypes": "string",
- "label": "string",
- "name": "string",
- "required": true,
- "text": {
- "minCharacters": 0,
- "maxCharacters": 0,
- "invalidCharacters": "string",
- "stripCharacters": "string",
- "paddingDirection": "string",
- "paddingCharacter": "string",
- "paddingLength": 0,
- "password": true,
- "regExpression": "string",
- "regExpressionErrorMsg": "string"
}, - "number": {
- "minimum": 0,
- "maximum": 0
}, - "date": {
- "beforeToday": true,
- "afterToday": true,
- "beforeDate": "string",
- "afterDate": "string",
- "format": "string"
}, - "textCollection": {
- "disallowDuplicate": true,
- "delimiter": "string",
- "minCharacters": 0,
- "maxCharacters": 0,
- "invalidCharacters": "string",
- "regExpression": "string",
- "regExpressionErrorMsg": "string"
}, - "masterJob": {
- "scheduleName": "string"
}, - "choice": {
- "items": [
- {
- "caption": "string",
- "value": "string"
}
]
}
}
], - "skipValidationForChoiceItems": true,
- "matchingVariables": true,
- "jsFunctions": { }
}, - "details": "string",
- "disabled": {
- "state": "string",
- "errorMessage": "string"
}, - "disableRule": "string",
- "hidden": {
- "state": "string",
- "errorMessage": "string"
}, - "hideRule": "string",
- "serviceRequestCategory": {
- "id": 0,
- "name": "string",
- "color": "string",
- "serviceRequests": [
- { }
]
}, - "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- { }
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": 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
]
}
}
]
}, - "opconRequests": [
- {
- "id": 0,
- "requestTimeStamp": "2019-08-24T14:15:22Z",
- "sourceDescription": "string",
- "sourceName": "string",
- "handler": "string",
- "type": "string",
- "expiryTime": "2019-08-24T14:15:22Z",
- "details": "string",
- "processed": 0,
- "dsn": "string"
}
], - "opconResponses": [
- {
- "id": 0,
- "requestTimeStamp": "2019-08-24T14:15:22Z",
- "sourceDescription": "string",
- "sourceName": "string",
- "type": "string",
- "expiryTime": "2019-08-24T14:15:22Z",
- "details": "string"
}
], - "variables": [
- {
- "type": "string",
- "name": "string",
- "text": {
- "value": "string",
- "modifiedValue": "string"
}, - "choice": {
- "value": "string"
}, - "masterJob": {
- "value": "string"
}, - "masterSchedule": {
- "value": "string"
}, - "number": {
- "value": 0
}, - "date": {
- "value": "string",
- "formattedDateValue": "string"
}, - "textCollection": {
- "value": [
- "string"
], - "modifiedValue": "string"
}
}
], - "completedCount": 0,
- "totalCount": 0,
- "eventExecutions": [
- {
- "status": "string",
- "listOfStatus": [
- "string"
], - "message": "string",
- "jobs": [
- {
- "id": "string",
- "status": "string",
- "message": "string"
}
]
}
], - "trackEvent": true
}
Limit | integer or null <int32> |
Offset | integer or null <int32> |
IncludeRoles | boolean |
EvaluateRules | boolean |
Name | string or null |
CategoryName | string or null |
RoleName | string or null |
Ids | string or null |
SortOrder.SortBy | string or null |
SortOrder.IdColumns | Array of strings or null |
SortOrder.ValidSortOrders | Array of strings or null |
SortOrder.ColumnList | Array of strings or null |
SortOrder.SortTypeList | Array of strings or null |
SortBy | string or null |
id | integer <int32> |
name | string or null |
documentation | string or null |
html | string or null |
object (SelfServiceRequest) | |
details | string or null |
object (ServiceRequestControl) | |
disableRule | string or null |
object (ServiceRequestControl) | |
hideRule | string or null |
object (ServiceRequestCategory) | |
Array of objects or null (Role) |
{- "id": 0,
- "name": "string",
- "documentation": "string",
- "html": "string",
- "request": {
- "confirmed": true,
- "sendAsOcadm": true,
- "events": [
- "string"
], - "trackEventExecutions": true,
- "variables": [
- {
- "variableTypes": "string",
- "label": "string",
- "name": "string",
- "required": true,
- "text": {
- "minCharacters": 0,
- "maxCharacters": 0,
- "invalidCharacters": "string",
- "stripCharacters": "string",
- "paddingDirection": "string",
- "paddingCharacter": "string",
- "paddingLength": 0,
- "password": true,
- "regExpression": "string",
- "regExpressionErrorMsg": "string"
}, - "number": {
- "minimum": 0,
- "maximum": 0
}, - "date": {
- "beforeToday": true,
- "afterToday": true,
- "beforeDate": "string",
- "afterDate": "string",
- "format": "string"
}, - "textCollection": {
- "disallowDuplicate": true,
- "delimiter": "string",
- "minCharacters": 0,
- "maxCharacters": 0,
- "invalidCharacters": "string",
- "regExpression": "string",
- "regExpressionErrorMsg": "string"
}, - "masterJob": {
- "scheduleName": "string"
}, - "choice": {
- "items": [
- {
- "caption": "string",
- "value": "string"
}
]
}
}
], - "skipValidationForChoiceItems": true,
- "matchingVariables": true,
- "jsFunctions": { }
}, - "details": "string",
- "disabled": {
- "state": "string",
- "errorMessage": "string"
}, - "disableRule": "string",
- "hidden": {
- "state": "string",
- "errorMessage": "string"
}, - "hideRule": "string",
- "serviceRequestCategory": {
- "id": 0,
- "name": "string",
- "color": "string",
- "serviceRequests": [
- { }
]
}, - "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- { }
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": 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
]
}
}
]
}
id required | integer <int32> |
id | integer <int32> |
name | string or null |
documentation | string or null |
html | string or null |
object (SelfServiceRequest) | |
details | string or null |
object (ServiceRequestControl) | |
disableRule | string or null |
object (ServiceRequestControl) | |
hideRule | string or null |
object (ServiceRequestCategory) | |
Array of objects or null (Role) |
{- "id": 0,
- "name": "string",
- "documentation": "string",
- "html": "string",
- "request": {
- "confirmed": true,
- "sendAsOcadm": true,
- "events": [
- "string"
], - "trackEventExecutions": true,
- "variables": [
- {
- "variableTypes": "string",
- "label": "string",
- "name": "string",
- "required": true,
- "text": {
- "minCharacters": 0,
- "maxCharacters": 0,
- "invalidCharacters": "string",
- "stripCharacters": "string",
- "paddingDirection": "string",
- "paddingCharacter": "string",
- "paddingLength": 0,
- "password": true,
- "regExpression": "string",
- "regExpressionErrorMsg": "string"
}, - "number": {
- "minimum": 0,
- "maximum": 0
}, - "date": {
- "beforeToday": true,
- "afterToday": true,
- "beforeDate": "string",
- "afterDate": "string",
- "format": "string"
}, - "textCollection": {
- "disallowDuplicate": true,
- "delimiter": "string",
- "minCharacters": 0,
- "maxCharacters": 0,
- "invalidCharacters": "string",
- "regExpression": "string",
- "regExpressionErrorMsg": "string"
}, - "masterJob": {
- "scheduleName": "string"
}, - "choice": {
- "items": [
- {
- "caption": "string",
- "value": "string"
}
]
}
}
], - "skipValidationForChoiceItems": true,
- "matchingVariables": true,
- "jsFunctions": { }
}, - "details": "string",
- "disabled": {
- "state": "string",
- "errorMessage": "string"
}, - "disableRule": "string",
- "hidden": {
- "state": "string",
- "errorMessage": "string"
}, - "hideRule": "string",
- "serviceRequestCategory": {
- "id": 0,
- "name": "string",
- "color": "string",
- "serviceRequests": [
- { }
]
}, - "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- { }
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": 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
]
}
}
]
}
id required | integer <int32> |
id | integer <int32> |
name | string or null |
documentation | string or null |
html | string or null |
object (SelfServiceRequest) | |
details | string or null |
object (ServiceRequestControl) | |
disableRule | string or null |
object (ServiceRequestControl) | |
hideRule | string or null |
object (ServiceRequestCategory) | |
Array of objects or null (Role) |
{- "id": 0,
- "name": "string",
- "documentation": "string",
- "html": "string",
- "request": {
- "confirmed": true,
- "sendAsOcadm": true,
- "events": [
- "string"
], - "trackEventExecutions": true,
- "variables": [
- {
- "variableTypes": "string",
- "label": "string",
- "name": "string",
- "required": true,
- "text": {
- "minCharacters": 0,
- "maxCharacters": 0,
- "invalidCharacters": "string",
- "stripCharacters": "string",
- "paddingDirection": "string",
- "paddingCharacter": "string",
- "paddingLength": 0,
- "password": true,
- "regExpression": "string",
- "regExpressionErrorMsg": "string"
}, - "number": {
- "minimum": 0,
- "maximum": 0
}, - "date": {
- "beforeToday": true,
- "afterToday": true,
- "beforeDate": "string",
- "afterDate": "string",
- "format": "string"
}, - "textCollection": {
- "disallowDuplicate": true,
- "delimiter": "string",
- "minCharacters": 0,
- "maxCharacters": 0,
- "invalidCharacters": "string",
- "regExpression": "string",
- "regExpressionErrorMsg": "string"
}, - "masterJob": {
- "scheduleName": "string"
}, - "choice": {
- "items": [
- {
- "caption": "string",
- "value": "string"
}
]
}
}
], - "skipValidationForChoiceItems": true,
- "matchingVariables": true,
- "jsFunctions": { }
}, - "details": "string",
- "disabled": {
- "state": "string",
- "errorMessage": "string"
}, - "disableRule": "string",
- "hidden": {
- "state": "string",
- "errorMessage": "string"
}, - "hideRule": "string",
- "serviceRequestCategory": {
- "id": 0,
- "name": "string",
- "color": "string",
- "serviceRequests": [
- { }
]
}, - "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- { }
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": 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
]
}
}
]
}
Limit | integer or null <int32> |
Offset | integer or null <int32> |
IncludeRoles | boolean |
EvaluateRules | boolean |
Name | string or null |
CategoryName | string or null |
RoleName | string or null |
Ids | string or null |
SortOrder.SortBy | string or null |
SortOrder.IdColumns | Array of strings or null |
SortOrder.ValidSortOrders | Array of strings or null |
SortOrder.ColumnList | Array of strings or null |
SortOrder.SortTypeList | Array of strings or null |
SortBy | string or null |
id | integer <int32> |
name | string or null |
documentation | string or null |
html | string or null |
object (SelfServiceRequest) | |
details | string or null |
object (ServiceRequestControl) | |
disableRule | string or null |
object (ServiceRequestControl) | |
hideRule | string or null |
object (ServiceRequestCategory) | |
Array of objects or null (Role) |
{- "id": 0,
- "name": "string",
- "documentation": "string",
- "html": "string",
- "request": {
- "confirmed": true,
- "sendAsOcadm": true,
- "events": [
- "string"
], - "trackEventExecutions": true,
- "variables": [
- {
- "variableTypes": "string",
- "label": "string",
- "name": "string",
- "required": true,
- "text": {
- "minCharacters": 0,
- "maxCharacters": 0,
- "invalidCharacters": "string",
- "stripCharacters": "string",
- "paddingDirection": "string",
- "paddingCharacter": "string",
- "paddingLength": 0,
- "password": true,
- "regExpression": "string",
- "regExpressionErrorMsg": "string"
}, - "number": {
- "minimum": 0,
- "maximum": 0
}, - "date": {
- "beforeToday": true,
- "afterToday": true,
- "beforeDate": "string",
- "afterDate": "string",
- "format": "string"
}, - "textCollection": {
- "disallowDuplicate": true,
- "delimiter": "string",
- "minCharacters": 0,
- "maxCharacters": 0,
- "invalidCharacters": "string",
- "regExpression": "string",
- "regExpressionErrorMsg": "string"
}, - "masterJob": {
- "scheduleName": "string"
}, - "choice": {
- "items": [
- {
- "caption": "string",
- "value": "string"
}
]
}
}
], - "skipValidationForChoiceItems": true,
- "matchingVariables": true,
- "jsFunctions": { }
}, - "details": "string",
- "disabled": {
- "state": "string",
- "errorMessage": "string"
}, - "disableRule": "string",
- "hidden": {
- "state": "string",
- "errorMessage": "string"
}, - "hideRule": "string",
- "serviceRequestCategory": {
- "id": 0,
- "name": "string",
- "color": "string",
- "serviceRequests": [
- { }
]
}, - "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- { }
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": 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
]
}
}
]
}
id | integer <int32> |
roleId | integer or null <int32> |
userId | integer or null <int32> |
name | string or null |
value | string or null |
userCanWrite | boolean or null |
isPublic | boolean or null |
{- "id": 0,
- "roleId": 0,
- "userId": 0,
- "name": "string",
- "value": "string",
- "userCanWrite": true,
- "isPublic": true
}
id required | integer <int32> |
id | integer <int32> |
roleId | integer or null <int32> |
userId | integer or null <int32> |
name | string or null |
value | string or null |
userCanWrite | boolean or null |
isPublic | boolean or null |
{- "id": 0,
- "roleId": 0,
- "userId": 0,
- "name": "string",
- "value": "string",
- "userCanWrite": true,
- "isPublic": true
}
id required | integer <int32> |
id | integer or null <int32> |
name | string or null |
description | string or null |
value | integer or null <int32> |
Array of objects or null (ThresholdResourceDailyJob) | |
Array of objects or null (ThresholdResourceDailyJob) | |
Array of objects or null (ThresholdResourceMasterJob) | |
Array of objects or null (ThresholdResourceMasterJob) |
{- "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,
- "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"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0
}, - "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,
- "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"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0
}, - "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,
- "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"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0
}, - "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,
- "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"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
]
}
id | integer or null <int32> |
name | string or null |
description | string or null |
value | integer or null <int32> |
Array of objects or null (ThresholdResourceDailyJob) | |
Array of objects or null (ThresholdResourceDailyJob) | |
Array of objects or null (ThresholdResourceMasterJob) | |
Array of objects or null (ThresholdResourceMasterJob) |
{- "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,
- "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"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0
}, - "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,
- "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"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0
}, - "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,
- "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"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0
}, - "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,
- "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"
}
}, - "schedule": {
- "id": 0,
- "name": "string",
- "instance": 0,
- "date": "string"
}
}, - "dependency": {
- "operator": "string",
- "value": 0
}, - "update": {
- "status": {
- "id": 0,
- "status": "string"
}, - "value": 0
}, - "thresholdId": 0,
- "scheduleId": 0,
- "jobName": "string",
- "statusId": 0
}
]
}
IncludeDependentDailyJobs | boolean |
IncludeUpdatedByDailyJobs | boolean |
IncludeDependentMasterJobs | boolean |
IncludeUpdatedByMasterJobs | boolean |
Offset | integer or null <int32> |
Limit | integer or null <int32> |
Name | string or null |
Value | integer or null <int32> |
Ids | string or null |
Description | string or null |
SortBy | string or null |
SortOrders | Array of strings or null |
id | string or null |
object (User) | |
object (TokenType) | |
validFrom | string or null <date-time> |
validUntil | string or null <date-time> |
passwordExpired | boolean |
{- "id": "string",
- "user": {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- { }
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": 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
]
}
}
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}, - "tokenType": {
- "id": "string",
- "type": "string"
}, - "validFrom": "2019-08-24T14:15:22Z",
- "validUntil": "2019-08-24T14:15:22Z",
- "passwordExpired": true
}
id required | string or null |
id | string or null |
object (User) | |
object (TokenType) | |
validFrom | string or null <date-time> |
validUntil | string or null <date-time> |
passwordExpired | boolean |
{- "id": "string",
- "user": {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- { }
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": 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
]
}
}
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}, - "tokenType": {
- "id": "string",
- "type": "string"
}, - "validFrom": "2019-08-24T14:15:22Z",
- "validUntil": "2019-08-24T14:15:22Z",
- "passwordExpired": true
}
Limit | integer or null <int32> |
Offset | integer or null <int32> |
IncludeDetails | boolean |
LoginName | string or null |
UserName | string or null |
RoleName | string or null |
SelfServiceUser | boolean or null |
Ids | string or null |
SortOrder.SortBy | string or null |
SortOrder.IdColumns | Array of strings or null |
SortOrder.ValidSortOrders | Array of strings or null |
SortOrder.ColumnList | Array of strings or null |
SortOrder.SortTypeList | Array of strings or null |
SortBy | string or null |
id | integer <int32> |
loginName | string or null |
name | string or null |
password | string or null |
externalPassword | string or null |
externalHashedToken | string or null |
details | string or null |
moreDetails | string or null |
Array of objects or null (Role) | |
language | string or null |
isExternalTokenDisabled | boolean or null |
isDisabled | boolean or null |
forcePasswordChange | boolean or null |
string or null | |
numberOfFailedPasswordAttempts | integer or null <int32> |
passwordNeverExpires | boolean or null |
lastPasswordChangeDate | string or null |
isSelfServiceUser | boolean or null |
historicalPasswords | Array of strings or null |
solutionManagerSettings | string or null |
{- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- { }
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": 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
]
}
}
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}
id required | integer <int32> |
id | integer <int32> |
loginName | string or null |
name | string or null |
password | string or null |
externalPassword | string or null |
externalHashedToken | string or null |
details | string or null |
moreDetails | string or null |
Array of objects or null (Role) | |
language | string or null |
isExternalTokenDisabled | boolean or null |
isDisabled | boolean or null |
forcePasswordChange | boolean or null |
string or null | |
numberOfFailedPasswordAttempts | integer or null <int32> |
passwordNeverExpires | boolean or null |
lastPasswordChangeDate | string or null |
isSelfServiceUser | boolean or null |
historicalPasswords | Array of strings or null |
solutionManagerSettings | string or null |
{- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- { }
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": 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
]
}
}
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}
id | integer <int32> |
name | string or null |
Array of objects or null (VisionActionDetail) |
{- "id": 0,
- "name": "string",
- "actionDetails": [
- {
- "id": 0,
- "detail": "string",
- "actionId": 0
}
]
}
id required | integer <int32> |
id | integer <int32> |
name | string or null |
Array of objects or null (VisionActionDetail) |
{- "id": 0,
- "name": "string",
- "actionDetails": [
- {
- "id": 0,
- "detail": "string",
- "actionId": 0
}
]
}
id required | integer <int32> |
cardId required | integer <int32> |
id | integer <int32> |
version | integer <int32> |
trackId | string or null |
trackIdInternal | string or null <uuid> |
name | string or null |
description | string or null |
tagPattern | string or null |
offset | integer <int32> |
qosTolerableThreshold | integer or null <int32> |
qosCriticalThreshold | integer or null <int32> |
slaTolerableThreshold | integer or null <int32> |
slaCriticalThreshold | integer or null <int32> |
remoteInstanceId | integer or null <int32> |
remoteInstanceName | string or null |
object (RemoteInstance) | |
parentMasterVisionCard | object (MasterVisionCard) Recursive |
parentId | integer <int32> |
Array of objects or null (MonitoredVisionFrequency) | |
roleId | integer or null <int32> |
roleName | string or null |
Array of objects or null (Role) | |
Array of objects or null (MasterVisionCard) |
{- "id": 0,
- "version": 0,
- "trackId": "string",
- "trackIdInternal": "a286c8f6-fa07-448e-953e-cbd6ca854a46",
- "name": "string",
- "description": "string",
- "tagPattern": "string",
- "offset": 0,
- "qosTolerableThreshold": 0,
- "qosCriticalThreshold": 0,
- "slaTolerableThreshold": 0,
- "slaCriticalThreshold": 0,
- "remoteInstanceId": 0,
- "remoteInstanceName": "string",
- "remoteInstance": {
- "status": 1,
- "id": 0,
- "name": "string",
- "description": "string",
- "databaseConnection": {
- "server": "string",
- "database": "string",
- "windowsAuth": true,
- "user": "string",
- "password": "string",
- "mirroring": true,
- "transparentNetworkIpResolution": 0
}, - "apiBaseUrl": "string",
- "solutionManagerBaseUrl": "string",
- "adminUser": {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- { }
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": 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
]
}
}
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}, - "adminToken": {
- "id": "string",
- "user": {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- { }
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": true,
- "permissions": {
- "accessCodePrivileges": [
- {
- "id": 0,
- "canUpdate": true,
- "canUpdateInt": 0
}
], - "departmentFunctionPrivileges": [
- {
- "id": 0,
- "functionIds": [
- null
]
}
], - "machinePrivileges": [
- {
- "id": 0,
- "canUpdate": true,
- "canUpdateInt": 0
}
], - "machineGroupPrivileges": [
- {
- "id": 0,
- "canUpdate": true,
- "canUpdateInt": 0
}
], - "accessibleScheduleIds": [
- 0
], - "accessibleEmbeddedScriptIds": [
- 0
], - "accessibleServiceRequestIds": [
- 0
], - "accessibleBatchUserIds": [
- 0
]
}
}
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}, - "tokenType": {
- "id": "string",
- "type": "string"
}, - "validFrom": "2019-08-24T14:15:22Z",
- "validUntil": "2019-08-24T14:15:22Z",
- "passwordExpired": true
}, - "masterInstanceId": 0,
- "connectionString": "string",
- "visionActionUsers": [
- {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- { }
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": true,
- "permissions": {
- "accessCodePrivileges": [
- {
- "id": 0,
- "canUpdate": true,
- "canUpdateInt": 0
}
], - "departmentFunctionPrivileges": [
- {
- "id": 0,
- "functionIds": [
- null
]
}
], - "machinePrivileges": [
- {
- "id": 0,
- "canUpdate": true,
- "canUpdateInt": 0
}
], - "machineGroupPrivileges": [
- {
- "id": 0,
- "canUpdate": true,
- "canUpdateInt": 0
}
], - "accessibleScheduleIds": [
- 0
], - "accessibleEmbeddedScriptIds": [
- 0
], - "accessibleServiceRequestIds": [
- 0
], - "accessibleBatchUserIds": [
- 0
]
}
}
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}
]
}, - "parentMasterVisionCard": { },
- "parentId": 0,
- "associatedFrequencies": [
- {
- "id": 0,
- "visionFrequency": {
- "id": 0,
- "name": "string",
- "description": "string",
- "type": 0,
- "dates": [
- "string"
]
}, - "triggerConditions": [
- {
- "id": 0,
- "statusId": 0,
- "condition": {
- "id": 0,
- "name": "string"
}, - "runnables": [
- {
- "id": 0,
- "actionId": 0,
- "name": "string",
- "detailId": 0,
- "detail": "string",
- "action": {
- "id": 0,
- "name": "string",
- "actionDetails": [
- {
- "id": null,
- "detail": null,
- "actionId": null
}
]
}, - "repeatAfterMinutes": 0,
- "remoteInstanceId": 0,
- "remoteInstanceName": "string",
- "remoteInstance": {
- "status": 1,
- "id": 0,
- "name": "string",
- "description": "string",
- "databaseConnection": {
- "server": "string",
- "database": "string",
- "windowsAuth": true,
- "user": "string",
- "password": "string",
- "mirroring": true,
- "transparentNetworkIpResolution": 0
}, - "apiBaseUrl": "string",
- "solutionManagerBaseUrl": "string",
- "adminUser": {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- null
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- null
], - "solutionManagerSettings": "string"
}, - "adminToken": {
- "id": "string",
- "user": {
- "id": null,
- "loginName": null,
- "name": null,
- "password": null,
- "externalPassword": null,
- "externalHashedToken": null,
- "details": null,
- "moreDetails": null,
- "roles": [ ],
- "language": null,
- "isExternalTokenDisabled": null,
- "isDisabled": null,
- "forcePasswordChange": null,
- "email": null,
- "numberOfFailedPasswordAttempts": null,
- "passwordNeverExpires": null,
- "lastPasswordChangeDate": null,
- "lastLoggedIn": null,
- "lastLoggedOut": null,
- "isSelfServiceUser": null,
- "historicalPasswords": [ ],
- "solutionManagerSettings": null
}, - "tokenType": {
- "id": null,
- "type": null
}, - "validFrom": "2019-08-24T14:15:22Z",
- "validUntil": "2019-08-24T14:15:22Z",
- "passwordExpired": true
}, - "masterInstanceId": 0,
- "connectionString": "string",
- "visionActionUsers": [
- {
- "id": null,
- "loginName": null,
- "name": null,
- "password": null,
- "externalPassword": null,
- "externalHashedToken": null,
- "details": null,
- "moreDetails": null,
- "roles": [ ],
- "language": null,
- "isExternalTokenDisabled": null,
- "isDisabled": null,
- "forcePasswordChange": null,
- "email": null,
- "numberOfFailedPasswordAttempts": null,
- "passwordNeverExpires": null,
- "lastPasswordChangeDate": null,
- "lastLoggedIn": null,
- "lastLoggedOut": null,
- "isSelfServiceUser": null,
- "historicalPasswords": [ ],
- "solutionManagerSettings": null
}
]
}, - "lastRepeated": "2019-08-24T14:15:22Z"
}
]
}
], - "slas": [
- {
- "slaId": 0,
- "requirement": {
- "id": 0,
- "name": "string"
}, - "time": "string",
- "internalTime": "2019-08-24T14:15:22Z",
- "masterVisionCardFrequencyId": 0,
- "offset": 0
}
], - "masterVisionCardFrequencyId": 0
}
], - "roleId": 0,
- "roleName": "string",
- "associatedRoles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- { }
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": 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
]
}
}
], - "children": [
- { }
]
}
id required | integer <int32> |
id | integer <int32> |
version | integer <int32> |
trackId | string or null |
trackIdInternal | string or null <uuid> |
name | string or null |
description | string or null |
tagPattern | string or null |
offset | integer <int32> |
qosTolerableThreshold | integer or null <int32> |
qosCriticalThreshold | integer or null <int32> |
slaTolerableThreshold | integer or null <int32> |
slaCriticalThreshold | integer or null <int32> |
remoteInstanceId | integer or null <int32> |
remoteInstanceName | string or null |
object (RemoteInstance) | |
parentMasterVisionCard | object (MasterVisionCard) Recursive |
parentId | integer <int32> |
Array of objects or null (MonitoredVisionFrequency) | |
roleId | integer or null <int32> |
roleName | string or null |
Array of objects or null (Role) | |
Array of objects or null (MasterVisionCard) |
{- "id": 0,
- "version": 0,
- "trackId": "string",
- "trackIdInternal": "a286c8f6-fa07-448e-953e-cbd6ca854a46",
- "name": "string",
- "description": "string",
- "tagPattern": "string",
- "offset": 0,
- "qosTolerableThreshold": 0,
- "qosCriticalThreshold": 0,
- "slaTolerableThreshold": 0,
- "slaCriticalThreshold": 0,
- "remoteInstanceId": 0,
- "remoteInstanceName": "string",
- "remoteInstance": {
- "status": 1,
- "id": 0,
- "name": "string",
- "description": "string",
- "databaseConnection": {
- "server": "string",
- "database": "string",
- "windowsAuth": true,
- "user": "string",
- "password": "string",
- "mirroring": true,
- "transparentNetworkIpResolution": 0
}, - "apiBaseUrl": "string",
- "solutionManagerBaseUrl": "string",
- "adminUser": {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- { }
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": 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
]
}
}
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}, - "adminToken": {
- "id": "string",
- "user": {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- { }
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": true,
- "permissions": {
- "accessCodePrivileges": [
- {
- "id": 0,
- "canUpdate": true,
- "canUpdateInt": 0
}
], - "departmentFunctionPrivileges": [
- {
- "id": 0,
- "functionIds": [
- null
]
}
], - "machinePrivileges": [
- {
- "id": 0,
- "canUpdate": true,
- "canUpdateInt": 0
}
], - "machineGroupPrivileges": [
- {
- "id": 0,
- "canUpdate": true,
- "canUpdateInt": 0
}
], - "accessibleScheduleIds": [
- 0
], - "accessibleEmbeddedScriptIds": [
- 0
], - "accessibleServiceRequestIds": [
- 0
], - "accessibleBatchUserIds": [
- 0
]
}
}
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}, - "tokenType": {
- "id": "string",
- "type": "string"
}, - "validFrom": "2019-08-24T14:15:22Z",
- "validUntil": "2019-08-24T14:15:22Z",
- "passwordExpired": true
}, - "masterInstanceId": 0,
- "connectionString": "string",
- "visionActionUsers": [
- {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- { }
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": true,
- "permissions": {
- "accessCodePrivileges": [
- {
- "id": 0,
- "canUpdate": true,
- "canUpdateInt": 0
}
], - "departmentFunctionPrivileges": [
- {
- "id": 0,
- "functionIds": [
- null
]
}
], - "machinePrivileges": [
- {
- "id": 0,
- "canUpdate": true,
- "canUpdateInt": 0
}
], - "machineGroupPrivileges": [
- {
- "id": 0,
- "canUpdate": true,
- "canUpdateInt": 0
}
], - "accessibleScheduleIds": [
- 0
], - "accessibleEmbeddedScriptIds": [
- 0
], - "accessibleServiceRequestIds": [
- 0
], - "accessibleBatchUserIds": [
- 0
]
}
}
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}
]
}, - "parentMasterVisionCard": { },
- "parentId": 0,
- "associatedFrequencies": [
- {
- "id": 0,
- "visionFrequency": {
- "id": 0,
- "name": "string",
- "description": "string",
- "type": 0,
- "dates": [
- "string"
]
}, - "triggerConditions": [
- {
- "id": 0,
- "statusId": 0,
- "condition": {
- "id": 0,
- "name": "string"
}, - "runnables": [
- {
- "id": 0,
- "actionId": 0,
- "name": "string",
- "detailId": 0,
- "detail": "string",
- "action": {
- "id": 0,
- "name": "string",
- "actionDetails": [
- {
- "id": null,
- "detail": null,
- "actionId": null
}
]
}, - "repeatAfterMinutes": 0,
- "remoteInstanceId": 0,
- "remoteInstanceName": "string",
- "remoteInstance": {
- "status": 1,
- "id": 0,
- "name": "string",
- "description": "string",
- "databaseConnection": {
- "server": "string",
- "database": "string",
- "windowsAuth": true,
- "user": "string",
- "password": "string",
- "mirroring": true,
- "transparentNetworkIpResolution": 0
}, - "apiBaseUrl": "string",
- "solutionManagerBaseUrl": "string",
- "adminUser": {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- null
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- null
], - "solutionManagerSettings": "string"
}, - "adminToken": {
- "id": "string",
- "user": {
- "id": null,
- "loginName": null,
- "name": null,
- "password": null,
- "externalPassword": null,
- "externalHashedToken": null,
- "details": null,
- "moreDetails": null,
- "roles": [ ],
- "language": null,
- "isExternalTokenDisabled": null,
- "isDisabled": null,
- "forcePasswordChange": null,
- "email": null,
- "numberOfFailedPasswordAttempts": null,
- "passwordNeverExpires": null,
- "lastPasswordChangeDate": null,
- "lastLoggedIn": null,
- "lastLoggedOut": null,
- "isSelfServiceUser": null,
- "historicalPasswords": [ ],
- "solutionManagerSettings": null
}, - "tokenType": {
- "id": null,
- "type": null
}, - "validFrom": "2019-08-24T14:15:22Z",
- "validUntil": "2019-08-24T14:15:22Z",
- "passwordExpired": true
}, - "masterInstanceId": 0,
- "connectionString": "string",
- "visionActionUsers": [
- {
- "id": null,
- "loginName": null,
- "name": null,
- "password": null,
- "externalPassword": null,
- "externalHashedToken": null,
- "details": null,
- "moreDetails": null,
- "roles": [ ],
- "language": null,
- "isExternalTokenDisabled": null,
- "isDisabled": null,
- "forcePasswordChange": null,
- "email": null,
- "numberOfFailedPasswordAttempts": null,
- "passwordNeverExpires": null,
- "lastPasswordChangeDate": null,
- "lastLoggedIn": null,
- "lastLoggedOut": null,
- "isSelfServiceUser": null,
- "historicalPasswords": [ ],
- "solutionManagerSettings": null
}
]
}, - "lastRepeated": "2019-08-24T14:15:22Z"
}
]
}
], - "slas": [
- {
- "slaId": 0,
- "requirement": {
- "id": 0,
- "name": "string"
}, - "time": "string",
- "internalTime": "2019-08-24T14:15:22Z",
- "masterVisionCardFrequencyId": 0,
- "offset": 0
}
], - "masterVisionCardFrequencyId": 0
}
], - "roleId": 0,
- "roleName": "string",
- "associatedRoles": [
- {
- "id": 0,
- "name": "string",
- "users": [
- {
- "id": 0,
- "loginName": "string",
- "name": "string",
- "password": "string",
- "externalPassword": "string",
- "externalHashedToken": "string",
- "details": "string",
- "moreDetails": "string",
- "roles": [
- { }
], - "language": "string",
- "isExternalTokenDisabled": true,
- "isDisabled": true,
- "forcePasswordChange": true,
- "email": "string",
- "numberOfFailedPasswordAttempts": 0,
- "passwordNeverExpires": true,
- "lastPasswordChangeDate": "string",
- "isSelfServiceUser": true,
- "historicalPasswords": [
- "string"
], - "solutionManagerSettings": "string"
}
], - "inheritAllSchedulePrivileges": true,
- "inheritAllMachinePrivileges": true,
- "inheritAllMachineGroupPrivileges": true,
- "inheritAllEmbeddedScriptPrivileges": 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
]
}
}
], - "children": [
- { }
]
}
id | integer <int32> |
name | string or null |
description | string or null |
type | integer or null <int32> |
dates | Array of strings or null |
{- "id": 0,
- "name": "string",
- "description": "string",
- "type": 0,
- "dates": [
- "string"
]
}
id required | integer <int32> |
id | integer <int32> |
name | string or null |
description | string or null |
type | integer or null <int32> |
dates | Array of strings or null |
{- "id": 0,
- "name": "string",
- "description": "string",
- "type": 0,
- "dates": [
- "string"
]
}
VisionCardAnomalyId | integer <int64> |
VisionCardAnomalyIds | string or null |
ScheduleDate | string <date-time> |
TagPattern | string or null |
StartedLate | boolean or null |
EndedLate | boolean or null |
ExpectedStartTime | string or null <date-time> |
ExpectedEndTime | string or null <date-time> |
ActualStartTime | string or null <date-time> |
ActualEndTime | string or null <date-time> |