JobRunDetails
Type to hold information of IaaS job details for specific JobRunId
This page contains
Fields
| jobRunId: ID! | Job run ID of a specific job |
| usageMonth: String! | Usage month of the job |
| partner: String! | Partner for which job was run |
| status: String! | Status of the job |
| createdOn: DateTime! | Date and Time at which job was created |
| useTestTopic: Boolean! | Flag indicating if test topic is used |
| usagesDescriptionV2Enabled: Boolean! | Flag indicating if Usages Description V2 is enabled |
| simplifiedUsagesProcessingEnabled: Boolean! | Flag indicating if Simplified Usages Processing is enabled |
| lastModified: DateTime! | Date and Time at which job was last modified |
| usageMetaDataId: [ID!]! | List of usage metadata IDs |
Parent objects of JobRunDetails
| IAASJobDetailsByJobRunId PREVIEW | |
| IAASJobRunDetailsResponse PREVIEW |
Queries for JobRunDetails
| jobDetailsByJobIdStatusPartner PREVIEW | Query to fetch information of IaaS job for specific jobRunId and status and partner |
| jobDetailsByJobRunId PREVIEW | Fetch JobRunDetails by JobRunId from jobRun Collection |