CustomerDetails
Type to hold information of Customer Details for specific JobRunId
This page contains
Fields
| accountId: String! | Customer Id and Entitlement Id |
| totalUsages: Int! | Total Count of the usages of a Customer |
| estimatedCost: Float! | Total Amount of the Customer |
| currency: String! | Currency of the usages |
| domain: String! | Domain of the usages |
| iaasProvider: String! | Plan Usage or RI of the usages |
Parent objects of CustomerDetails
| CustomerDetailsResponse PREVIEW | |
| IAASStatusData PREVIEW | Type to hold information of IaaS job for specific JobRunId |
Queries for CustomerDetails
| customerDetailsByJobRunId PREVIEW | Query to fetch information of IaaS job for specific count from RawUsages |