Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (24 loc) · 4.39 KB

File metadata and controls

28 lines (24 loc) · 4.39 KB

Usage

Properties

Name Type Description Notes
created datetime { "description" : "The UTC DateTime when the object was created.", "verbs":["POST","PUT","GET"] } [optional]
session_id str { "description" : "A (not guaranteed unique) identifier for the session from which this usage was generated.", "verbs":["POST","PUT","GET"] }
subscription_id str { "description" : "ID of the subscription to which this usage instance pertains.", "verbs":["POST","PUT","GET"] }
pricing_component_id str { "description" : "The ID of the pricing component this usage is for.", "verbs":["POST","PUT","GET"] }
pricing_component_name str { "description" : "The name of the pricing component this usage is for.", "verbs":["POST","PUT","GET"] }
uom str { "description" : "The unit-of-measure that this usage is for.", "verbs":["POST","PUT","GET"] }
organization_id str { "description" : "The organization associated with this usage instance.", "verbs":["POST","PUT","GET"] }
usage_period int { "description" : "The usage period during which this usage occurred.", "verbs":["POST","PUT","GET"] } [optional]
usage_duration int { "description" : "The amount of time over which usage occurred (in milliseconds?). Relevant for 'temporal' usage only.", "verbs":["POST","PUT","GET"] } [optional]
usage_type str { "description" : "The type of usage ('Temporal' or 'Itemized').", "verbs":["POST","PUT","GET"] }
usage_value int { "description" : "The quantity of product consumed by this usage. Relevant for 'itemized' usage only.", "verbs":["POST","PUT","GET"] } [optional]
detailed bool { "description" : "Is this usage a detailed entry?", "verbs":["POST","PUT","GET"] } [optional] [default to False]
created_by str { "description" : "Some identifying information about who created this object.", "verbs":["POST","PUT","GET"] } [optional]
updated_by str { "description" : "Some identifying information about who updated this object.", "verbs":["POST","PUT","GET"] } [optional]
start datetime { "description" : "The start date of this usage instance, UTC DateTime", "verbs":["POST","PUT","GET"] }
stop datetime { "description" : "The end date of this usage instance, UTC DateTime", "verbs":["POST","PUT","GET"] } [optional]
updated datetime { "description" : "The UTC DateTime when the object was updated.", "verbs":["POST","PUT","GET"] } [optional]
occurred_on datetime { "description" : "The UTC DateTime when the usage occurred.", "verbs":["POST","PUT","GET"] } [optional]
billing_date datetime { "description" : "The UTC DateTime when the usage is to be billed.", "verbs":["POST","PUT","GET"] } [optional]

[Back to Model list] [Back to API list] [Back to README]