Skip to main content

Contract

idstring

Unique identifier.

org_idinteger

Identifier of the organization that owns the resource.

statusstring

Current lifecycle state of the resource.

granularityinteger

Time bucket size, in seconds, for the data points returned.

total_gpu_allocationinteger
allocated_gpu_count_graph object[]
  • Array [
  • datetimestring

    ISO 8601 UTC timestamp.

    valueinteger

    Value of the entry.

  • ]
  • Contract
    {
    "id": "string",
    "org_id": 0,
    "status": "string",
    "granularity": 0,
    "total_gpu_allocation": 0,
    "allocated_gpu_count_graph": [
    {
    "datetime": "string",
    "value": 0
    }
    ]
    }