IAASJobDetailsWithJobRunParametersResponse
Type to hold information of IaaS job for specific jobRunId
This page contains
Fields
| jobRunId: ID! | Job run ID of a specific job |
| partner: String! | Partner For which Job was run |
| isv: String! | ISV / IaaS provider |
| connectorStatus: String! | Job status from connector side |
| jobParameters: String! | JobParameters used to run the job |
| stepName: String! | StepName used to run the job |
| usagesRead: Int! | No. of usages read by Connector |
| usagesPosted: Int! | No. of usages posted by Connector to metered usage |
| usagesSkipped: Int! | No. of usages filtered by Connector |
| usagesErrored: Int! | No. of usages skipped by Connector due to error |
| jobStartTime: DateTime! | Date and Time at which job was started in Connector |
| jobEndTime: DateTime | Date and Time at which job was completed in Connector |
| runType: String! | Run type to indicate whether job was Monthly or Rerun |
| exitCode: String! | Exit Code |
| exitMessage: String! | Exit Message |
Parent objects of IAASJobDetailsWithJobRunParametersResponse
| IAASJobDetailsWithJobRunParameters PREVIEW |
Queries for IAASJobDetailsWithJobRunParametersResponse
| iaasJobDetailsWithJobRunParameters PREVIEW | Fetch JobRunDetails by JobRunId from MySql |