ResourceLevelBillingHistoryResponseAttributes
idstring
Unique identifier.
Example:
7e2d5a13-9c8b-4f1e-a420-3d6f8b9c0e15infrahub_idinteger
Internal numeric identifier used by Hyperstack for cross-system references.
Example:
1402resource_namestring
Name of the resource the entry refers to.
Example:
uimap-bucket-teststatusstring
Current lifecycle state of the resource.
Example:
ACTIVEcontract_idintegernullable
Identifier of the customer contract under which the resource is billed.
ResourceLevelBillingHistoryResponseAttributes
{
"id": "7e2d5a13-9c8b-4f1e-a420-3d6f8b9c0e15",
"infrahub_id": 1402,
"resource_name": "uimap-bucket-test",
"status": "ACTIVE",
"contract_id": 0
}
Was this page helpful?