II.
MetaCluster JSON
Structured · livemeta-cluster:cost-quota
Cost & quota (meta) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-cluster:cost-quota",
"_kind": "MetaCluster",
"_file": "catalog-meta/meta-registry/meta-registry-cost-quota.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "Cost & quota (meta)",
"clusterNumber": 16,
"scope": "Conceptual aggregation of NodeKinds describing the cost / quota / usage / budget control plane: CostModel (per-token / per-call / tiered pricing), Quota (RPM/TPM/concurrent constraints), UsageRecord (per-call billing events), and BudgetPolicy (period budget envelopes). Members live in editorial cluster cost-quota in ontology-schema.yaml.",
"parentClusterId": null
},
"outgoingEdges": [
{
"from": "meta-cluster:cost-quota",
"to": "meta-node-kind:cost-model",
"kind": "contains_meta_node_kind",
"attributes": {}
},
{
"from": "meta-cluster:cost-quota",
"to": "meta-node-kind:quota",
"kind": "contains_meta_node_kind",
"attributes": {}
},
{
"from": "meta-cluster:cost-quota",
"to": "meta-node-kind:usage-record",
"kind": "contains_meta_node_kind",
"attributes": {}
},
{
"from": "meta-cluster:cost-quota",
"to": "meta-node-kind:budget-policy",
"kind": "contains_meta_node_kind",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:cost-model",
"to": "meta-cluster:cost-quota",
"kind": "in_cluster",
"attributes": {}
},
{
"from": "meta-node-kind:quota",
"to": "meta-cluster:cost-quota",
"kind": "in_cluster",
"attributes": {}
},
{
"from": "meta-node-kind:usage-record",
"to": "meta-cluster:cost-quota",
"kind": "in_cluster",
"attributes": {}
},
{
"from": "meta-node-kind:budget-policy",
"to": "meta-cluster:cost-quota",
"kind": "in_cluster",
"attributes": {}
}
]
}