IAASStatusData
Type to hold information of IaaS job for specific JobRunId
This page contains
Fields
| jobRunId: ID! | Job run ID of a specific job |
| customerDetails: [CustomerDetails!] PREVIEW | List of Customer Details |
| status: String | Status of the job |
| totalUsageCount: Int! | Total No of Usages |
| totalAccountCount: Int! | Total No of AccountId's |
| totalEstimatedCost: Float! | Total Estimated Cost |
Parent objects of IAASStatusData
| IAASStatusDataResponse PREVIEW |
Queries for IAASStatusData
| jobStatusByJobId PREVIEW | Query to fetch information of IaaS job for specific jobRunId and status |