Skip to main content

ResourceLevelBillingHistoryResponseAttributes

idstring

Unique identifier.

Example: 7e2d5a13-9c8b-4f1e-a420-3d6f8b9c0e15
infrahub_idinteger

Internal numeric identifier used by Hyperstack for cross-system references.

Example: 1402
resource_namestring

Name of the resource the entry refers to.

Example: uimap-bucket-test
statusstring

Current lifecycle state of the resource.

Example: ACTIVE
contract_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
}