Skip to main content

Usage

total_costnumber<float>required
Example: 12.34
items object[]required
  • Array [
  • typestringrequired

    Possible values: [instance, service, snapshot]

    uuidstring<uuid>

    Present for instance and snapshot items.

    hostnamestring

    Present for instance items.

    packagestring

    Plan name. Present for instance items.

    labelstring

    Present for service items.

    hoursnumber<float>

    Billed hours. Present for instance and snapshot items.

    bandwidth_costnumber<float>

    Present for instance items.

    size_gbnumber<float>

    Present for snapshot items.

    costnumber<float>required
  • ]
  • Usage
    {
    "total_cost": 12.34,
    "items": [
    {
    "type": "instance",
    "uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "hostname": "string",
    "package": "string",
    "label": "string",
    "hours": 0,
    "bandwidth_cost": 0,
    "size_gb": 0,
    "cost": 0
    }
    ]
    }