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

Latest commit

 

History

History
23 lines (19 loc) · 3.85 KB

File metadata and controls

23 lines (19 loc) · 3.85 KB

UsageSession

Properties

Name Type Description Notes
created datetime { "description" : "The UTC DateTime when the object was created.", "verbs":[] } [optional]
changed_by str { "description" : "ID of the user who last updated the entity.", "verbs":[] } [optional]
organization_id str { "description" : "Organization associated with this session.", "verbs":["POST","PUT","GET"] } [optional]
subscription_id str { "description" : "ID of the subscription to which this session pertains.", "verbs":["POST","PUT","GET"] }
session_id str { "description" : "A (not guaranteed unique) identifier for this session, provided by the user. This, when combined with the subscription ID and unit of measure, uniquely identify a session.", "verbs":["POST","PUT","GET"] }
pricing_component_id str { "description" : "ID of the pricing-component to which this usage session applies", "verbs":["POST","PUT","GET"] }
pricing_component_name str { "description" : "Name of the pricing-component to which this usage session applies", "verbs":["POST","PUT","GET"] }
uom str { "description" : "Unit-of-measure to which this usage session applies", "verbs":["POST","PUT","GET"] }
description str { "description" : "A description provided by the user, to record details about this session.", "verbs":["POST","PUT","GET"] } [optional]
sessionix int { "description" : "The current incarnation of the session. Initially 0, this number increments every time the session is 'cut' without ending. For example, a cut is taken of a session if it outlasts the end date of the billing period it started in. The session reincarnates with an incremented sessionix, in the next billing period (that is, if some period indeed follows the current one).", "verbs":["POST","PUT","GET"] } [optional]
start datetime { "description" : "The start date of this session, UTC DateTime", "verbs":["POST","PUT","GET"] } [optional]
stop datetime { "description" : "The end date of this session, UTC DateTime", "verbs":["POST","PUT","GET"] } [optional]
state str { "description" : "The type of usage measured within this billing period. Options are '", "verbs":["POST","PUT","GET"] }Active', Which refers to a session that is currently running 'Historic', Which refers to a session that has terminated. [optional]
uduration int { "description" : "The amount of time that elapsed (in milliseconds?) during this session. Initially 0. Presently updated only when a cut is taken of the session (for example if the session or billnig period ends).", "verbs":["POST","PUT","GET"] } [optional]

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