II.
MetaAttribute JSON
Structured · livemeta-attribute:recovery-strategy--action
RecoveryStrategy.action json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-attribute:recovery-strategy--action",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-domain-extras-2.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "RecoveryStrategy.action",
"name": "action",
"parentNodeKindId": "meta-node-kind:recovery-strategy",
"type": "enum<skip-dispatch,retry-with-backoff,skip-tick,keep-workers,best-effort-log,escalate-to-operator>",
"required": true,
"description": "action on RecoveryStrategy."
},
"outgoingEdges": [
{
"from": "meta-attribute:recovery-strategy--action",
"to": "meta-node-kind:recovery-strategy",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:recovery-strategy",
"to": "meta-attribute:recovery-strategy--action",
"kind": "contains_meta_attribute",
"attributes": {}
}
]
}