II.
MetaEdgeKind JSON
Structured · livemeta-edge-kind:recorded-against
recorded_against (meta) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-edge-kind:recorded-against",
"_kind": "MetaEdgeKind",
"_file": "catalog-meta/meta-registry/meta-registry-cost-quota.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "recorded_against (meta)",
"name": "recorded_against",
"source": [
"meta-node-kind:usage-record"
],
"target": [
"meta-node-kind:cost-model",
"meta-node-kind:quota",
"meta-node-kind:budget-policy"
],
"cardinality": "N:N",
"origin": "standard",
"description": "a UsageRecord is recorded against a CostModel / Quota / BudgetPolicy"
},
"outgoingEdges": [
{
"from": "meta-edge-kind:recorded-against",
"to": "meta-node-kind:usage-record",
"kind": "source_of_meta_edge",
"attributes": {}
},
{
"from": "meta-edge-kind:recorded-against",
"to": "meta-node-kind:cost-model",
"kind": "target_of_meta_edge",
"attributes": {}
},
{
"from": "meta-edge-kind:recorded-against",
"to": "meta-node-kind:quota",
"kind": "target_of_meta_edge",
"attributes": {}
},
{
"from": "meta-edge-kind:recorded-against",
"to": "meta-node-kind:budget-policy",
"kind": "target_of_meta_edge",
"attributes": {}
}
],
"incomingEdges": []
}