ContractGPUAllocationGraphResponse
statusboolean
Whether the request succeeded.
messagestring
Human-readable description of the result.
contract object
Contains information about the specified 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.
]
ContractGPUAllocationGraphResponse
{
"status": true,
"message": "string",
"contract": {
"id": "string",
"org_id": 0,
"status": "string",
"granularity": 0,
"total_gpu_allocation": 0,
"allocated_gpu_count_graph": [
{
"datetime": "string",
"value": 0
}
]
}
}
Was this page helpful?