ResourceObjectResponseForCustomer
Identifier of the organization that owns the resource.
resource object
Resource the entry refers to.
Resource type.
Resource name.
Internal numeric identifier used by Hyperstack for cross-system references.
Current lifecycle state of the resource.
Hostname or IP that clients connect to.
resources object[]
A list of resource components associated with the main resource, detailing individual billing rates.
Resource type.
Resource name.
Charge amount in the response's currency units.
The standard billing rate per hour for a single resource component.
The billing rate per hour after applying discounts.
The listed price per hour for using the resource.
The actual price per hour after applying any discounts or adjustments.
The listed price per hour for using the resource.
The actual price per hour after applying any discounts or adjustments.
{
"org_id": 0,
"resource": {
"type": "string",
"name": "string",
"infrahub_id": 0,
"status": "string",
"host": "string",
"resources": [
{
"type": "string",
"name": "string",
"amount": 0,
"rate": 0,
"discounted_rate": 0,
"price": 0,
"actual_price": 0
}
],
"price": 0,
"actual_price": 0
}
}