{
  "schema" : "agentix.satellite.manifest.v1",
  "domain" : "sub7658.wrapster.xyz",
  "primordialDomain" : "sub7658.wrapster.xyz",
  "profile" : "minimal-orbit",
  "profiles" : [ "minimal-orbit", "marketing-funnel", "web-research", "mcp", "llm-agent-piloted" ],
  "gav" : "com.ajaxa.weave.talent.sat:q-hi-hi-satellite-top-bread:0.0.1-SNAPSHOT",
  "buildHash" : "6764E8627D45577E06369DFF5386D095FC283AA2C0DCFD62B92501C6EF920ED8",
  "provisionedAt" : "2026-06-22T03:39:36.600877Z",
  "schemaVersions" : {
    "manifest" : "agentix.satellite.manifest.v1",
    "orbitEventBus" : "agentix.satellite.orbit.eventbus.v1",
    "topologyManifest" : "agentix.satellite.topology.manifest.v1",
    "telemetry" : "agentix.satellite.orbit.telemetryBuffer.v1",
    "identity" : "agentix.satellite.orbit.identity.v1",
    "certificateArtifacts" : "agentix.satellite.certificateArtifactRegistry.v1"
  },
  "capabilityIds" : [ "public.root-html", "public.health-json", "public.manifest-json", "orbit.mtls", "orbit.eventbus.request-reply", "orbit.cdi-probe", "topology.admission", "certificate.artifact.lifecycle", "telemetry.buffer" ],
  "orbitFeatures" : [ "https", "mtls", "websocket", "vertx-eventbus-request-reply", "cdi-probe", "topology-admission" ],
  "topologyAdmissionSupport" : {
    "supportsDryRun" : true,
    "supportsAtomicActivation" : true,
    "supportsRollback" : true,
    "statusRoute" : "/topology/status",
    "eventBusAddress" : "agentix.satellite.topology.admit"
  },
  "routeRegistry" : {
    "schema" : "agentix.satellite.routeRegistry.v1",
    "routes" : [ {
      "path" : "/",
      "method" : "GET",
      "handler" : "root-html"
    }, {
      "path" : "/health",
      "method" : "GET",
      "handler" : "health-json"
    }, {
      "path" : "/manifest",
      "method" : "GET",
      "handler" : "manifest-json"
    }, {
      "path" : "/topology/status",
      "method" : "GET",
      "handler" : "topology-status"
    }, {
      "path" : "/orbit/mtls",
      "method" : "GET",
      "handler" : "mtls-json"
    }, {
      "path" : "/orbit/eventbus",
      "method" : "WEBSOCKET",
      "handler" : "orbit-eventbus"
    }, {
      "path" : "/orbit/telemetry",
      "method" : "GET",
      "handler" : "telemetry-json"
    }, {
      "path" : "/debug/tls",
      "method" : "GET",
      "handler" : "tls-debug-json"
    } ]
  },
  "certificateRegistry" : {
    "schema" : "agentix.satellite.certificateRegistry.v1",
    "baseStationOnlyAcme" : true,
    "satelliteObtainsCertificatesDirectly" : false,
    "publicServerIdentity" : {
      "domain" : "sub7658.wrapster.xyz",
      "provisionedAt" : "2026-06-22T03:39:36.600877Z",
      "certificateFingerprint" : "6764E8627D45577E06369DFF5386D095FC283AA2C0DCFD62B92501C6EF920ED8"
    },
    "orbitControlIdentity" : {
      "schema" : "agentix.satellite.orbit.identity.v1",
      "roles" : [ "basestation", "satellite", "operator", "repair", "telemetry" ],
      "subjectPattern" : "CN={role}.{satelliteDomain},OU=MANU Orbit,O=Agentix",
      "rotation" : {
        "currentCaAlias" : "manu-orbit-ca-current",
        "nextCaAlias" : "manu-orbit-ca-next",
        "stagedTrustWindowSeconds" : 604800
      },
      "auditEvents" : [ "orbit.mtls.accepted", "orbit.mtls.rejected", "orbit.mtls.channel.closed" ]
    },
    "postOrbitProvisioning" : {
      "schema" : "agentix.satellite.certificateArtifactRegistry.v1",
      "storage" : "file-backed-json",
      "path" : "/tmp/agentix-locosy-satellite/certificate-artifacts.json",
      "baseStationOnlyAcme" : true,
      "satelliteObtainsCertificatesDirectly" : false,
      "supportsReceive" : true,
      "supportsInstallDryRun" : true,
      "supportsActivation" : true,
      "activationValidationRequired" : true,
      "activationValidationChecks" : [ "certificate-chain-parses", "private-key-parses", "private-key-matches-leaf-certificate", "san-covers-requested-hostname", "certificate-validity-window", "server-auth-key-usage" ],
      "supportsVerify" : true,
      "supportsRollback" : true,
      "supportsRetire" : true,
      "supportsPurgeExpired" : true,
      "supportsListActive" : true,
      "supportsRuntimeTlsInventory" : true,
      "supportsRuntimeInstallValidation" : true,
      "supportsExpiredActiveSelectionGuard" : true,
      "lifecycleActions" : [ "receive", "dry-run", "activate", "verify", "supersede", "rollback", "retire", "purge-expired", "list-active", "runtime-tls-inventory" ],
      "sniSelectionInvariant" : "Satellite TLS certificate selection is by SNI hostname; the Satellite certificate registry is the source of truth.",
      "sniMaterialKeystorePath" : "/opt/satellite/runtime/tls/sni-keystore.p12",
      "satelliteIdentityDomain" : "sub7658.wrapster.xyz",
      "tlsRoutingHostnameVocabulary" : "Host requested by TLS SNI; not necessarily the Satellite identity/orbit domain.",
      "customerHostedHostnameVocabulary" : "Customer/site hostname admitted by BaseStation policy and served by this Satellite.",
      "unknownSniPolicy" : {
        "unknownSniPresentsRandomCustomerCert" : false,
        "fallbackCertificate" : "primordial-orbit",
        "fallbackHostname" : "sub7658.wrapster.xyz",
        "message" : "Unknown SNI may use only the primordial/orbit fallback, never an unrelated customer cert."
      },
      "renewalPolicy" : {
        "renewBeforeDangerDays" : 30,
        "expiredActiveArtifactsSelectable" : false,
        "selectionGuard" : "active SNI selection excludes artifacts whose activeUntil or certificate notAfter is in the past",
        "nextStep" : "BaseStation renewal scheduler should replace NEAR_EXPIRY artifacts before danger and retire superseded material."
      },
      "noSniPolicy" : {
        "accepted" : false,
        "behavior" : "reject-or-fallback-only",
        "message" : "No-SNI clients are not a supported customer path; use SNI going forward."
      },
      "sniProofEvidenceSchema" : {
        "requestedSni" : "hostname from TLS client hello",
        "connectedIp" : "IP address used by the proof client",
        "presentedSans" : "DNS SANs from presented certificate",
        "selectedArtifactId" : "registry artifact selected for this SNI, or null on fallback",
        "matchType" : "exact, wildcard, fallback, no-sni, invalid-host",
        "passFailReason" : "human-readable proof outcome"
      },
      "sniMatchingSemantics" : {
        "exactBeatsWildcard" : true,
        "longestWildcardSuffixBeatsShorter" : true,
        "generatedProofHostsDoNotOverrideCustomerHosts" : true,
        "fallbackOnlyWhenNoRegistryMatchExists" : true
      },
      "runtimeTlsRoutingMode" : "quarkus-p12-sni-multi-alias",
      "runtimeTlsInventoryValidation" : "After activation, the live runtime PKCS12 and registry-backed SNI material store must expose a loadable key alias whose certificate SAN covers the expected SNI hostname.",
      "activeSniRoutes" : [ {
        "artifactId" : "acme-live-exact-2-sub7600-wrapster-xyz",
        "tlsRoutingHostname" : "live-exact-2.sub7600.wrapster.xyz",
        "customerHostedHostname" : "live-exact-2.sub7600.wrapster.xyz",
        "certificateSubject" : "live-exact-2.sub7600.wrapster.xyz",
        "wildcard" : false,
        "routingPriority" : 50,
        "hostClass" : null,
        "certificateSha256" : "ftLCDUFLt0zHGnVwsdCVuHlA2uBATDq0OyDWiBlsmbc",
        "sanList" : [ "live-exact-2.sub7600.wrapster.xyz" ],
        "expiry" : {
          "expiresAt" : null,
          "expiredSelectable" : false,
          "status" : "UNKNOWN"
        },
        "lastPresentedAt" : "2026-06-21T16:20:18.710248842Z"
      }, {
        "artifactId" : "acme-live-exact-2-sub8523-zens8ion-com",
        "tlsRoutingHostname" : "live-exact-2.sub8523.zens8ion.com",
        "customerHostedHostname" : "live-exact-2.sub8523.zens8ion.com",
        "certificateSubject" : "live-exact-2.sub8523.zens8ion.com",
        "wildcard" : false,
        "routingPriority" : 50,
        "hostClass" : null,
        "certificateSha256" : "2JcETTfkXVuNr2ifA43hkOtqkQTzEQF-Ndu8Nte99Po",
        "sanList" : [ "live-exact-2.sub8523.zens8ion.com" ],
        "expiry" : {
          "expiresAt" : null,
          "expiredSelectable" : false,
          "status" : "UNKNOWN"
        },
        "lastPresentedAt" : "2026-06-22T00:19:57.697960843Z"
      }, {
        "artifactId" : "acme-live-exact-2-sub9276-wtopia-net",
        "tlsRoutingHostname" : "live-exact-2.sub9276.wtopia.net",
        "customerHostedHostname" : "live-exact-2.sub9276.wtopia.net",
        "certificateSubject" : "live-exact-2.sub9276.wtopia.net",
        "wildcard" : false,
        "routingPriority" : 50,
        "hostClass" : null,
        "certificateSha256" : "xrLyMLc8pDUK-w6GIe6sv63rObVj6ZWQVlHupElD-J0",
        "sanList" : [ "live-exact-2.sub9276.wtopia.net" ],
        "expiry" : {
          "expiresAt" : null,
          "expiredSelectable" : false,
          "status" : "UNKNOWN"
        },
        "lastPresentedAt" : "2026-06-22T00:20:04.549433223Z"
      }, {
        "artifactId" : "acme-live-exact-3-sub7600-wrapster-xyz",
        "tlsRoutingHostname" : "live-exact-3.sub7600.wrapster.xyz",
        "customerHostedHostname" : "live-exact-3.sub7600.wrapster.xyz",
        "certificateSubject" : "live-exact-3.sub7600.wrapster.xyz",
        "wildcard" : false,
        "routingPriority" : 50,
        "hostClass" : null,
        "certificateSha256" : "XwbjjkObDk8yCsTne7IFO3GHeXlv4FNzDz94Zir41mA",
        "sanList" : [ "live-exact-3.sub7600.wrapster.xyz" ],
        "expiry" : {
          "expiresAt" : null,
          "expiredSelectable" : false,
          "status" : "UNKNOWN"
        },
        "lastPresentedAt" : "2026-06-20T19:38:35.405550044Z"
      }, {
        "artifactId" : "acme-live-exact-4-sub7600-wrapster-xyz",
        "tlsRoutingHostname" : "live-exact-4.sub7600.wrapster.xyz",
        "customerHostedHostname" : "live-exact-4.sub7600.wrapster.xyz",
        "certificateSubject" : "live-exact-4.sub7600.wrapster.xyz",
        "wildcard" : false,
        "routingPriority" : 50,
        "hostClass" : null,
        "certificateSha256" : "la4Op5TXzHpsTWR_FZvcrvDACTUFMT2nj2w26-UnVOY",
        "sanList" : [ "live-exact-4.sub7600.wrapster.xyz" ],
        "expiry" : {
          "expiresAt" : null,
          "expiredSelectable" : false,
          "status" : "UNKNOWN"
        },
        "lastPresentedAt" : "2026-06-20T19:57:42.614622095Z"
      }, {
        "artifactId" : "acme-live-exact-5-sub8523-zens8ion-com",
        "tlsRoutingHostname" : "live-exact-5.sub8523.zens8ion.com",
        "customerHostedHostname" : "live-exact-5.sub8523.zens8ion.com",
        "certificateSubject" : "live-exact-5.sub8523.zens8ion.com",
        "wildcard" : false,
        "routingPriority" : 50,
        "hostClass" : null,
        "certificateSha256" : "g66A3jNoUTy8AigwLJVc5qMt0N1mEKs1jNnlpzZ4AUM",
        "sanList" : [ "live-exact-5.sub8523.zens8ion.com" ],
        "expiry" : {
          "expiresAt" : null,
          "expiredSelectable" : false,
          "status" : "UNKNOWN"
        },
        "lastPresentedAt" : "2026-06-22T00:20:02.472569025Z"
      }, {
        "artifactId" : "acme-live-exact-5-sub9276-wtopia-net",
        "tlsRoutingHostname" : "live-exact-5.sub9276.wtopia.net",
        "customerHostedHostname" : "live-exact-5.sub9276.wtopia.net",
        "certificateSubject" : "live-exact-5.sub9276.wtopia.net",
        "wildcard" : false,
        "routingPriority" : 50,
        "hostClass" : null,
        "certificateSha256" : "mk_RGHFVtZmbdffDU5ymDVel3DTdsOR_9cu-DBmKB8A",
        "sanList" : [ "live-exact-5.sub9276.wtopia.net" ],
        "expiry" : {
          "expiresAt" : null,
          "expiredSelectable" : false,
          "status" : "UNKNOWN"
        },
        "lastPresentedAt" : "2026-06-22T00:20:10.864839544Z"
      }, {
        "artifactId" : "acme-live-exact-sub1965-zens8ion-com",
        "tlsRoutingHostname" : "live-exact.sub1965.zens8ion.com",
        "customerHostedHostname" : "live-exact.sub1965.zens8ion.com",
        "certificateSubject" : "live-exact.sub1965.zens8ion.com",
        "wildcard" : false,
        "routingPriority" : 50,
        "hostClass" : null,
        "certificateSha256" : "j4GDtfM2zHaJRWiD6ERbu50WmJ9QzX21w357lMfX9No",
        "sanList" : [ "live-exact.sub1965.zens8ion.com" ],
        "expiry" : {
          "expiresAt" : null,
          "expiredSelectable" : false,
          "status" : "UNKNOWN"
        },
        "lastPresentedAt" : "2026-06-22T00:19:54.852643507Z"
      }, {
        "artifactId" : "acme-live-exact-sub3734-zens8ion-com",
        "tlsRoutingHostname" : "live-exact.sub3734.zens8ion.com",
        "customerHostedHostname" : "live-exact.sub3734.zens8ion.com",
        "certificateSubject" : "live-exact.sub3734.zens8ion.com",
        "wildcard" : false,
        "routingPriority" : 0,
        "hostClass" : null,
        "certificateSha256" : "1Hkxuyf0El0shrwvyemnTbcGRCer3lLtXhyvTSLvpHg",
        "sanList" : [ ],
        "expiry" : {
          "expiresAt" : null,
          "expiredSelectable" : false,
          "status" : "UNKNOWN"
        },
        "lastPresentedAt" : "2026-06-22T00:20:00.225694731Z"
      }, {
        "artifactId" : "acme-live-exact-sub4804-zens8ion-com",
        "tlsRoutingHostname" : "live-exact.sub4804.zens8ion.com",
        "customerHostedHostname" : "live-exact.sub4804.zens8ion.com",
        "certificateSubject" : "live-exact.sub4804.zens8ion.com",
        "wildcard" : false,
        "routingPriority" : 0,
        "hostClass" : null,
        "certificateSha256" : "xVfZNnnZyXqydiiLXQY2jZuU4W-8-2CZ6bo85o2s094",
        "sanList" : [ ],
        "expiry" : {
          "expiresAt" : null,
          "expiredSelectable" : false,
          "status" : "UNKNOWN"
        },
        "lastPresentedAt" : "2026-06-22T04:44:00.498701291Z"
      }, {
        "artifactId" : "acme-live-exact-sub7600-wrapster-xyz",
        "tlsRoutingHostname" : "live-exact.sub7600.wrapster.xyz",
        "customerHostedHostname" : "live-exact.sub7600.wrapster.xyz",
        "certificateSubject" : "live-exact.sub7600.wrapster.xyz",
        "wildcard" : false,
        "routingPriority" : 50,
        "hostClass" : null,
        "certificateSha256" : "UPgAYN6RH5Af0JvJ9VRuAdjRxiUT78jaH6U5wU5FRgk",
        "sanList" : [ "live-exact.sub7600.wrapster.xyz" ],
        "expiry" : {
          "expiresAt" : null,
          "expiredSelectable" : false,
          "status" : "UNKNOWN"
        },
        "lastPresentedAt" : "2026-06-21T14:56:57.183803642Z"
      }, {
        "artifactId" : "acme-live-exact-sub8523-zens8ion-com",
        "tlsRoutingHostname" : "live-exact.sub8523.zens8ion.com",
        "customerHostedHostname" : "live-exact.sub8523.zens8ion.com",
        "certificateSubject" : "live-exact.sub8523.zens8ion.com",
        "wildcard" : false,
        "routingPriority" : 50,
        "hostClass" : null,
        "certificateSha256" : "sjFWcau7nzKxjP5G4Mj3CGHXJsGFqnxMHyvms2_Qcgw",
        "sanList" : [ "live-exact.sub8523.zens8ion.com" ],
        "expiry" : {
          "expiresAt" : null,
          "expiredSelectable" : false,
          "status" : "UNKNOWN"
        },
        "lastPresentedAt" : "2026-06-22T00:20:09.571787455Z"
      }, {
        "artifactId" : "acme-live-exact-sub9156-zens8ion-com",
        "tlsRoutingHostname" : "live-exact.sub9156.zens8ion.com",
        "customerHostedHostname" : "live-exact.sub9156.zens8ion.com",
        "certificateSubject" : "live-exact.sub9156.zens8ion.com",
        "wildcard" : false,
        "routingPriority" : 50,
        "hostClass" : null,
        "certificateSha256" : "n0vNdj-Nxc4W8VRVpqefT3cH3w6hayPKWhNiOaKP-2M",
        "sanList" : [ "live-exact.sub9156.zens8ion.com" ],
        "expiry" : {
          "expiresAt" : null,
          "expiredSelectable" : false,
          "status" : "UNKNOWN"
        },
        "lastPresentedAt" : "2026-06-22T00:20:08.064889887Z"
      }, {
        "artifactId" : "acme-live-exact-sub9276-wtopia-net",
        "tlsRoutingHostname" : "live-exact.sub9276.wtopia.net",
        "customerHostedHostname" : "live-exact.sub9276.wtopia.net",
        "certificateSubject" : "live-exact.sub9276.wtopia.net",
        "wildcard" : false,
        "routingPriority" : 50,
        "hostClass" : null,
        "certificateSha256" : "X34hlu2zpQYO9PPuN6SjyqSgna5y-GxnjBikTTHI9es",
        "sanList" : [ "live-exact.sub9276.wtopia.net" ],
        "expiry" : {
          "expiresAt" : null,
          "expiredSelectable" : false,
          "status" : "UNKNOWN"
        },
        "lastPresentedAt" : "2026-06-22T00:19:51.805462332Z"
      } ],
      "artifactCount" : 14,
      "activeCount" : 14,
      "receiveAddress" : "agentix.satellite.certificates.receive",
      "dryRunAddress" : "agentix.satellite.certificates.dryRun",
      "activateAddress" : "agentix.satellite.certificates.activate",
      "rollbackAddress" : "agentix.satellite.certificates.rollback",
      "statusAddress" : "agentix.satellite.certificates.status"
    }
  },
  "certificateArtifactRegistry" : {
    "schema" : "agentix.satellite.certificateArtifactRegistry.v1",
    "storage" : "file-backed-json",
    "path" : "/tmp/agentix-locosy-satellite/certificate-artifacts.json",
    "baseStationOnlyAcme" : true,
    "satelliteObtainsCertificatesDirectly" : false,
    "supportsReceive" : true,
    "supportsInstallDryRun" : true,
    "supportsActivation" : true,
    "activationValidationRequired" : true,
    "activationValidationChecks" : [ "certificate-chain-parses", "private-key-parses", "private-key-matches-leaf-certificate", "san-covers-requested-hostname", "certificate-validity-window", "server-auth-key-usage" ],
    "supportsVerify" : true,
    "supportsRollback" : true,
    "supportsRetire" : true,
    "supportsPurgeExpired" : true,
    "supportsListActive" : true,
    "supportsRuntimeTlsInventory" : true,
    "supportsRuntimeInstallValidation" : true,
    "supportsExpiredActiveSelectionGuard" : true,
    "lifecycleActions" : [ "receive", "dry-run", "activate", "verify", "supersede", "rollback", "retire", "purge-expired", "list-active", "runtime-tls-inventory" ],
    "sniSelectionInvariant" : "Satellite TLS certificate selection is by SNI hostname; the Satellite certificate registry is the source of truth.",
    "sniMaterialKeystorePath" : "/opt/satellite/runtime/tls/sni-keystore.p12",
    "satelliteIdentityDomain" : "sub7658.wrapster.xyz",
    "tlsRoutingHostnameVocabulary" : "Host requested by TLS SNI; not necessarily the Satellite identity/orbit domain.",
    "customerHostedHostnameVocabulary" : "Customer/site hostname admitted by BaseStation policy and served by this Satellite.",
    "unknownSniPolicy" : {
      "unknownSniPresentsRandomCustomerCert" : false,
      "fallbackCertificate" : "primordial-orbit",
      "fallbackHostname" : "sub7658.wrapster.xyz",
      "message" : "Unknown SNI may use only the primordial/orbit fallback, never an unrelated customer cert."
    },
    "renewalPolicy" : {
      "renewBeforeDangerDays" : 30,
      "expiredActiveArtifactsSelectable" : false,
      "selectionGuard" : "active SNI selection excludes artifacts whose activeUntil or certificate notAfter is in the past",
      "nextStep" : "BaseStation renewal scheduler should replace NEAR_EXPIRY artifacts before danger and retire superseded material."
    },
    "noSniPolicy" : {
      "accepted" : false,
      "behavior" : "reject-or-fallback-only",
      "message" : "No-SNI clients are not a supported customer path; use SNI going forward."
    },
    "sniProofEvidenceSchema" : {
      "requestedSni" : "hostname from TLS client hello",
      "connectedIp" : "IP address used by the proof client",
      "presentedSans" : "DNS SANs from presented certificate",
      "selectedArtifactId" : "registry artifact selected for this SNI, or null on fallback",
      "matchType" : "exact, wildcard, fallback, no-sni, invalid-host",
      "passFailReason" : "human-readable proof outcome"
    },
    "sniMatchingSemantics" : {
      "exactBeatsWildcard" : true,
      "longestWildcardSuffixBeatsShorter" : true,
      "generatedProofHostsDoNotOverrideCustomerHosts" : true,
      "fallbackOnlyWhenNoRegistryMatchExists" : true
    },
    "runtimeTlsRoutingMode" : "quarkus-p12-sni-multi-alias",
    "runtimeTlsInventoryValidation" : "After activation, the live runtime PKCS12 and registry-backed SNI material store must expose a loadable key alias whose certificate SAN covers the expected SNI hostname.",
    "activeSniRoutes" : [ {
      "artifactId" : "acme-live-exact-2-sub7600-wrapster-xyz",
      "tlsRoutingHostname" : "live-exact-2.sub7600.wrapster.xyz",
      "customerHostedHostname" : "live-exact-2.sub7600.wrapster.xyz",
      "certificateSubject" : "live-exact-2.sub7600.wrapster.xyz",
      "wildcard" : false,
      "routingPriority" : 50,
      "hostClass" : null,
      "certificateSha256" : "ftLCDUFLt0zHGnVwsdCVuHlA2uBATDq0OyDWiBlsmbc",
      "sanList" : [ "live-exact-2.sub7600.wrapster.xyz" ],
      "expiry" : {
        "expiresAt" : null,
        "expiredSelectable" : false,
        "status" : "UNKNOWN"
      },
      "lastPresentedAt" : "2026-06-21T16:20:18.710248842Z"
    }, {
      "artifactId" : "acme-live-exact-2-sub8523-zens8ion-com",
      "tlsRoutingHostname" : "live-exact-2.sub8523.zens8ion.com",
      "customerHostedHostname" : "live-exact-2.sub8523.zens8ion.com",
      "certificateSubject" : "live-exact-2.sub8523.zens8ion.com",
      "wildcard" : false,
      "routingPriority" : 50,
      "hostClass" : null,
      "certificateSha256" : "2JcETTfkXVuNr2ifA43hkOtqkQTzEQF-Ndu8Nte99Po",
      "sanList" : [ "live-exact-2.sub8523.zens8ion.com" ],
      "expiry" : {
        "expiresAt" : null,
        "expiredSelectable" : false,
        "status" : "UNKNOWN"
      },
      "lastPresentedAt" : "2026-06-22T00:19:57.697960843Z"
    }, {
      "artifactId" : "acme-live-exact-2-sub9276-wtopia-net",
      "tlsRoutingHostname" : "live-exact-2.sub9276.wtopia.net",
      "customerHostedHostname" : "live-exact-2.sub9276.wtopia.net",
      "certificateSubject" : "live-exact-2.sub9276.wtopia.net",
      "wildcard" : false,
      "routingPriority" : 50,
      "hostClass" : null,
      "certificateSha256" : "xrLyMLc8pDUK-w6GIe6sv63rObVj6ZWQVlHupElD-J0",
      "sanList" : [ "live-exact-2.sub9276.wtopia.net" ],
      "expiry" : {
        "expiresAt" : null,
        "expiredSelectable" : false,
        "status" : "UNKNOWN"
      },
      "lastPresentedAt" : "2026-06-22T00:20:04.549433223Z"
    }, {
      "artifactId" : "acme-live-exact-3-sub7600-wrapster-xyz",
      "tlsRoutingHostname" : "live-exact-3.sub7600.wrapster.xyz",
      "customerHostedHostname" : "live-exact-3.sub7600.wrapster.xyz",
      "certificateSubject" : "live-exact-3.sub7600.wrapster.xyz",
      "wildcard" : false,
      "routingPriority" : 50,
      "hostClass" : null,
      "certificateSha256" : "XwbjjkObDk8yCsTne7IFO3GHeXlv4FNzDz94Zir41mA",
      "sanList" : [ "live-exact-3.sub7600.wrapster.xyz" ],
      "expiry" : {
        "expiresAt" : null,
        "expiredSelectable" : false,
        "status" : "UNKNOWN"
      },
      "lastPresentedAt" : "2026-06-20T19:38:35.405550044Z"
    }, {
      "artifactId" : "acme-live-exact-4-sub7600-wrapster-xyz",
      "tlsRoutingHostname" : "live-exact-4.sub7600.wrapster.xyz",
      "customerHostedHostname" : "live-exact-4.sub7600.wrapster.xyz",
      "certificateSubject" : "live-exact-4.sub7600.wrapster.xyz",
      "wildcard" : false,
      "routingPriority" : 50,
      "hostClass" : null,
      "certificateSha256" : "la4Op5TXzHpsTWR_FZvcrvDACTUFMT2nj2w26-UnVOY",
      "sanList" : [ "live-exact-4.sub7600.wrapster.xyz" ],
      "expiry" : {
        "expiresAt" : null,
        "expiredSelectable" : false,
        "status" : "UNKNOWN"
      },
      "lastPresentedAt" : "2026-06-20T19:57:42.614622095Z"
    }, {
      "artifactId" : "acme-live-exact-5-sub8523-zens8ion-com",
      "tlsRoutingHostname" : "live-exact-5.sub8523.zens8ion.com",
      "customerHostedHostname" : "live-exact-5.sub8523.zens8ion.com",
      "certificateSubject" : "live-exact-5.sub8523.zens8ion.com",
      "wildcard" : false,
      "routingPriority" : 50,
      "hostClass" : null,
      "certificateSha256" : "g66A3jNoUTy8AigwLJVc5qMt0N1mEKs1jNnlpzZ4AUM",
      "sanList" : [ "live-exact-5.sub8523.zens8ion.com" ],
      "expiry" : {
        "expiresAt" : null,
        "expiredSelectable" : false,
        "status" : "UNKNOWN"
      },
      "lastPresentedAt" : "2026-06-22T00:20:02.472569025Z"
    }, {
      "artifactId" : "acme-live-exact-5-sub9276-wtopia-net",
      "tlsRoutingHostname" : "live-exact-5.sub9276.wtopia.net",
      "customerHostedHostname" : "live-exact-5.sub9276.wtopia.net",
      "certificateSubject" : "live-exact-5.sub9276.wtopia.net",
      "wildcard" : false,
      "routingPriority" : 50,
      "hostClass" : null,
      "certificateSha256" : "mk_RGHFVtZmbdffDU5ymDVel3DTdsOR_9cu-DBmKB8A",
      "sanList" : [ "live-exact-5.sub9276.wtopia.net" ],
      "expiry" : {
        "expiresAt" : null,
        "expiredSelectable" : false,
        "status" : "UNKNOWN"
      },
      "lastPresentedAt" : "2026-06-22T00:20:10.864839544Z"
    }, {
      "artifactId" : "acme-live-exact-sub1965-zens8ion-com",
      "tlsRoutingHostname" : "live-exact.sub1965.zens8ion.com",
      "customerHostedHostname" : "live-exact.sub1965.zens8ion.com",
      "certificateSubject" : "live-exact.sub1965.zens8ion.com",
      "wildcard" : false,
      "routingPriority" : 50,
      "hostClass" : null,
      "certificateSha256" : "j4GDtfM2zHaJRWiD6ERbu50WmJ9QzX21w357lMfX9No",
      "sanList" : [ "live-exact.sub1965.zens8ion.com" ],
      "expiry" : {
        "expiresAt" : null,
        "expiredSelectable" : false,
        "status" : "UNKNOWN"
      },
      "lastPresentedAt" : "2026-06-22T00:19:54.852643507Z"
    }, {
      "artifactId" : "acme-live-exact-sub3734-zens8ion-com",
      "tlsRoutingHostname" : "live-exact.sub3734.zens8ion.com",
      "customerHostedHostname" : "live-exact.sub3734.zens8ion.com",
      "certificateSubject" : "live-exact.sub3734.zens8ion.com",
      "wildcard" : false,
      "routingPriority" : 0,
      "hostClass" : null,
      "certificateSha256" : "1Hkxuyf0El0shrwvyemnTbcGRCer3lLtXhyvTSLvpHg",
      "sanList" : [ ],
      "expiry" : {
        "expiresAt" : null,
        "expiredSelectable" : false,
        "status" : "UNKNOWN"
      },
      "lastPresentedAt" : "2026-06-22T00:20:00.225694731Z"
    }, {
      "artifactId" : "acme-live-exact-sub4804-zens8ion-com",
      "tlsRoutingHostname" : "live-exact.sub4804.zens8ion.com",
      "customerHostedHostname" : "live-exact.sub4804.zens8ion.com",
      "certificateSubject" : "live-exact.sub4804.zens8ion.com",
      "wildcard" : false,
      "routingPriority" : 0,
      "hostClass" : null,
      "certificateSha256" : "xVfZNnnZyXqydiiLXQY2jZuU4W-8-2CZ6bo85o2s094",
      "sanList" : [ ],
      "expiry" : {
        "expiresAt" : null,
        "expiredSelectable" : false,
        "status" : "UNKNOWN"
      },
      "lastPresentedAt" : "2026-06-22T04:44:00.498701291Z"
    }, {
      "artifactId" : "acme-live-exact-sub7600-wrapster-xyz",
      "tlsRoutingHostname" : "live-exact.sub7600.wrapster.xyz",
      "customerHostedHostname" : "live-exact.sub7600.wrapster.xyz",
      "certificateSubject" : "live-exact.sub7600.wrapster.xyz",
      "wildcard" : false,
      "routingPriority" : 50,
      "hostClass" : null,
      "certificateSha256" : "UPgAYN6RH5Af0JvJ9VRuAdjRxiUT78jaH6U5wU5FRgk",
      "sanList" : [ "live-exact.sub7600.wrapster.xyz" ],
      "expiry" : {
        "expiresAt" : null,
        "expiredSelectable" : false,
        "status" : "UNKNOWN"
      },
      "lastPresentedAt" : "2026-06-21T14:56:57.183803642Z"
    }, {
      "artifactId" : "acme-live-exact-sub8523-zens8ion-com",
      "tlsRoutingHostname" : "live-exact.sub8523.zens8ion.com",
      "customerHostedHostname" : "live-exact.sub8523.zens8ion.com",
      "certificateSubject" : "live-exact.sub8523.zens8ion.com",
      "wildcard" : false,
      "routingPriority" : 50,
      "hostClass" : null,
      "certificateSha256" : "sjFWcau7nzKxjP5G4Mj3CGHXJsGFqnxMHyvms2_Qcgw",
      "sanList" : [ "live-exact.sub8523.zens8ion.com" ],
      "expiry" : {
        "expiresAt" : null,
        "expiredSelectable" : false,
        "status" : "UNKNOWN"
      },
      "lastPresentedAt" : "2026-06-22T00:20:09.571787455Z"
    }, {
      "artifactId" : "acme-live-exact-sub9156-zens8ion-com",
      "tlsRoutingHostname" : "live-exact.sub9156.zens8ion.com",
      "customerHostedHostname" : "live-exact.sub9156.zens8ion.com",
      "certificateSubject" : "live-exact.sub9156.zens8ion.com",
      "wildcard" : false,
      "routingPriority" : 50,
      "hostClass" : null,
      "certificateSha256" : "n0vNdj-Nxc4W8VRVpqefT3cH3w6hayPKWhNiOaKP-2M",
      "sanList" : [ "live-exact.sub9156.zens8ion.com" ],
      "expiry" : {
        "expiresAt" : null,
        "expiredSelectable" : false,
        "status" : "UNKNOWN"
      },
      "lastPresentedAt" : "2026-06-22T00:20:08.064889887Z"
    }, {
      "artifactId" : "acme-live-exact-sub9276-wtopia-net",
      "tlsRoutingHostname" : "live-exact.sub9276.wtopia.net",
      "customerHostedHostname" : "live-exact.sub9276.wtopia.net",
      "certificateSubject" : "live-exact.sub9276.wtopia.net",
      "wildcard" : false,
      "routingPriority" : 50,
      "hostClass" : null,
      "certificateSha256" : "X34hlu2zpQYO9PPuN6SjyqSgna5y-GxnjBikTTHI9es",
      "sanList" : [ "live-exact.sub9276.wtopia.net" ],
      "expiry" : {
        "expiresAt" : null,
        "expiredSelectable" : false,
        "status" : "UNKNOWN"
      },
      "lastPresentedAt" : "2026-06-22T00:19:51.805462332Z"
    } ],
    "artifactCount" : 14,
    "activeCount" : 14
  },
  "topologyRegistry" : {
    "schema" : "agentix.satellite.topology.registry.v1",
    "storage" : "in-memory-first-slice",
    "futureOaktreePath" : "/ajyl/greenfield/byArch/oaktree/byService/satellite/topology",
    "supportsDryRun" : true,
    "supportsAtomicActivation" : true,
    "supportsRollback" : true,
    "supportsCollisionDetection" : true,
    "admittedCount" : 2,
    "current" : {
      "accepted" : true,
      "count" : 2,
      "topologies" : [ {
        "schema" : "agentix.satellite.topology.manifest.v1",
        "topologyId" : "base-sat-orbit-proof-1782099792875",
        "version" : "0.1.0",
        "kind" : "base-sat-orbit-proof-static-response",
        "owningBaseStationId" : "gvq-maven-plugin-base-sat-orbit",
        "satelliteDomain" : "sub7658.wrapster.xyz",
        "admissionMode" : "dry-run-ready",
        "bindings" : [ {
          "kind" : "exact-host-root",
          "host" : "sub7658.wrapster.xyz",
          "path" : "/",
          "handler" : "satellite-root",
          "eventBusAddress" : "agentix.satellite.route.satellite-root"
        } ],
        "experimentId" : "primordial-orbit-smoke",
        "telemetryProfileId" : "orbit-default-telemetry",
        "softFirewallPolicyId" : "orbit-soft-firewall-observe",
        "admissionStatus" : "admitted",
        "installState" : "atomic-activated",
        "dryRunStatus" : "passed",
        "healthVerificationStatus" : "passed",
        "rollbackState" : "rollback-ready",
        "admittedAt" : "2026-06-22T03:43:13.267797226Z",
        "journal" : [ {
          "status" : "inactive",
          "at" : "2026-06-22T03:43:13.267797226Z",
          "message" : "Topology record created inactive before validation"
        }, {
          "status" : "dry-run",
          "at" : "2026-06-22T03:43:13.267797226Z",
          "message" : "Exact host/path bindings passed dry-run validation"
        }, {
          "status" : "validated",
          "at" : "2026-06-22T03:43:13.267797226Z",
          "message" : "Manifest accepted by satellite topology registry"
        }, {
          "status" : "health-verified",
          "at" : "2026-06-22T03:43:13.267797226Z",
          "message" : "Minimal topology registry health check passed"
        }, {
          "status" : "admitted",
          "at" : "2026-06-22T03:43:13.267797226Z",
          "message" : "Topology is available to the satellite runtime"
        }, {
          "status" : "rollback-ready",
          "at" : "2026-06-22T03:43:13.267797226Z",
          "message" : "Previous topology state can be disabled by rollback"
        } ]
      }, {
        "schema" : "agentix.satellite.topology.manifest.v1",
        "topologyId" : "primordial-orbit-sub7658-wrapster-xyz",
        "version" : "0.1.0",
        "kind" : "minimal-orbit-static-response",
        "owningBaseStationId" : "manu-basestation",
        "satelliteDomain" : "sub7658.wrapster.xyz",
        "admissionMode" : "dry-run-ready",
        "bindings" : [ {
          "kind" : "exact-host-root",
          "host" : "sub7658.wrapster.xyz",
          "path" : "/",
          "handler" : "satellite-root",
          "eventBusAddress" : "agentix.satellite.route.satellite-root"
        } ],
        "experimentId" : "primordial-orbit-smoke",
        "telemetryProfileId" : "orbit-default-telemetry",
        "softFirewallPolicyId" : "orbit-soft-firewall-observe",
        "admissionStatus" : "admitted",
        "installState" : "atomic-activated",
        "dryRunStatus" : "passed",
        "healthVerificationStatus" : "passed",
        "rollbackState" : "rollback-ready",
        "admittedAt" : "2026-06-22T03:42:51.066605848Z",
        "journal" : [ {
          "status" : "inactive",
          "at" : "2026-06-22T03:42:51.066605848Z",
          "message" : "Topology record created inactive before validation"
        }, {
          "status" : "dry-run",
          "at" : "2026-06-22T03:42:51.066605848Z",
          "message" : "Exact host/path bindings passed dry-run validation"
        }, {
          "status" : "validated",
          "at" : "2026-06-22T03:42:51.066605848Z",
          "message" : "Manifest accepted by satellite topology registry"
        }, {
          "status" : "health-verified",
          "at" : "2026-06-22T03:42:51.066605848Z",
          "message" : "Minimal topology registry health check passed"
        }, {
          "status" : "admitted",
          "at" : "2026-06-22T03:42:51.066605848Z",
          "message" : "Topology is available to the satellite runtime"
        }, {
          "status" : "rollback-ready",
          "at" : "2026-06-22T03:42:51.066605848Z",
          "message" : "Previous topology state can be disabled by rollback"
        } ]
      } ]
    }
  },
  "orbitIdentity" : {
    "schema" : "agentix.satellite.orbit.identity.v1",
    "roles" : [ "basestation", "satellite", "operator", "repair", "telemetry" ],
    "subjectPattern" : "CN={role}.{satelliteDomain},OU=MANU Orbit,O=Agentix",
    "rotation" : {
      "currentCaAlias" : "manu-orbit-ca-current",
      "nextCaAlias" : "manu-orbit-ca-next",
      "stagedTrustWindowSeconds" : 604800
    },
    "auditEvents" : [ "orbit.mtls.accepted", "orbit.mtls.rejected", "orbit.mtls.channel.closed" ]
  },
  "telemetry" : {
    "schema" : "agentix.satellite.orbit.telemetryBuffer.v1",
    "count" : 20,
    "events" : [ {
      "family" : "orbit.eventbus.echo",
      "at" : "2026-06-22T03:42:50.441119213Z",
      "body" : {
        "ping" : "eventbus",
        "domain" : "sub7658.wrapster.xyz",
        "messageId" : "manu-342372419150333",
        "clientSubject" : "CN=basestation.manu,OU=MANU Orbit,O=Agentix",
        "clientIssuer" : "CN=MANU Orbit CA for sub7658.wrapster.xyz,OU=MANU Orbit,O=Agentix",
        "channelId" : "orbit-2590754171770414"
      }
    }, {
      "family" : "orbit.cdi.probe",
      "at" : "2026-06-22T03:42:50.756358241Z",
      "body" : {
        "messageId" : "manu-342372738146583",
        "observerId" : "agentix-locosy-satellite.orbit-cdi-probe",
        "observed" : true
      }
    }, {
      "family" : "orbit.topology.admit",
      "at" : "2026-06-22T03:42:51.066815521Z",
      "body" : {
        "accepted" : true,
        "topologyId" : "primordial-orbit-sub7658-wrapster-xyz",
        "topologyAdmissionStatus" : "admitted",
        "installState" : "atomic-activated",
        "rollbackState" : "rollback-ready",
        "satelliteDomain" : "sub7658.wrapster.xyz",
        "admittedAt" : "2026-06-22T03:42:51.066605848Z",
        "requestMessageId" : "manu-342373047067291",
        "manifest" : {
          "schema" : "agentix.satellite.topology.manifest.v1",
          "topologyId" : "primordial-orbit-sub7658-wrapster-xyz",
          "version" : "0.1.0",
          "kind" : "minimal-orbit-static-response",
          "owningBaseStationId" : "manu-basestation",
          "satelliteDomain" : "sub7658.wrapster.xyz",
          "admissionMode" : "dry-run-ready",
          "bindings" : [ {
            "kind" : "exact-host-root",
            "host" : "sub7658.wrapster.xyz",
            "path" : "/",
            "handler" : "satellite-root",
            "eventBusAddress" : "agentix.satellite.route.satellite-root"
          } ],
          "experimentId" : "primordial-orbit-smoke",
          "telemetryProfileId" : "orbit-default-telemetry",
          "softFirewallPolicyId" : "orbit-soft-firewall-observe",
          "admissionStatus" : "admitted",
          "installState" : "atomic-activated",
          "dryRunStatus" : "passed",
          "healthVerificationStatus" : "passed",
          "rollbackState" : "rollback-ready",
          "admittedAt" : "2026-06-22T03:42:51.066605848Z",
          "journal" : [ {
            "status" : "inactive",
            "at" : "2026-06-22T03:42:51.066605848Z",
            "message" : "Topology record created inactive before validation"
          }, {
            "status" : "dry-run",
            "at" : "2026-06-22T03:42:51.066605848Z",
            "message" : "Exact host/path bindings passed dry-run validation"
          }, {
            "status" : "validated",
            "at" : "2026-06-22T03:42:51.066605848Z",
            "message" : "Manifest accepted by satellite topology registry"
          }, {
            "status" : "health-verified",
            "at" : "2026-06-22T03:42:51.066605848Z",
            "message" : "Minimal topology registry health check passed"
          }, {
            "status" : "admitted",
            "at" : "2026-06-22T03:42:51.066605848Z",
            "message" : "Topology is available to the satellite runtime"
          }, {
            "status" : "rollback-ready",
            "at" : "2026-06-22T03:42:51.066605848Z",
            "message" : "Previous topology state can be disabled by rollback"
          } ]
        }
      }
    }, {
      "family" : "orbit.eventbus.echo",
      "at" : "2026-06-22T03:43:12.593174198Z",
      "body" : {
        "probe" : "base-sat-orbit-proof",
        "sentAt" : "2026-06-22T03:43:12.458014Z",
        "messageId" : "proof-f02e0a0d-340f-4b06-bbc3-337d95c3253e",
        "clientSubject" : "CN=basestation.manu,OU=MANU Orbit,O=Agentix",
        "clientIssuer" : "CN=MANU Orbit CA for sub7658.wrapster.xyz,OU=MANU Orbit,O=Agentix",
        "channelId" : "orbit-2590776320506100"
      }
    }, {
      "family" : "orbit.cdi.probe",
      "at" : "2026-06-22T03:43:12.937360870Z",
      "body" : {
        "messageId" : "proof-5ad1a915-4e0c-4875-b785-081731a883dd",
        "observerId" : "agentix-locosy-satellite.orbit-cdi-probe",
        "observed" : true
      }
    }, {
      "family" : "orbit.topology.admit",
      "at" : "2026-06-22T03:43:13.267870398Z",
      "body" : {
        "accepted" : true,
        "topologyId" : "base-sat-orbit-proof-1782099792875",
        "topologyAdmissionStatus" : "admitted",
        "installState" : "atomic-activated",
        "rollbackState" : "rollback-ready",
        "satelliteDomain" : "sub7658.wrapster.xyz",
        "admittedAt" : "2026-06-22T03:43:13.267797226Z",
        "requestMessageId" : "proof-03f42ddb-6037-4aaa-865f-610a24d62d06",
        "manifest" : {
          "schema" : "agentix.satellite.topology.manifest.v1",
          "topologyId" : "base-sat-orbit-proof-1782099792875",
          "version" : "0.1.0",
          "kind" : "base-sat-orbit-proof-static-response",
          "owningBaseStationId" : "gvq-maven-plugin-base-sat-orbit",
          "satelliteDomain" : "sub7658.wrapster.xyz",
          "admissionMode" : "dry-run-ready",
          "bindings" : [ {
            "kind" : "exact-host-root",
            "host" : "sub7658.wrapster.xyz",
            "path" : "/",
            "handler" : "satellite-root",
            "eventBusAddress" : "agentix.satellite.route.satellite-root"
          } ],
          "experimentId" : "primordial-orbit-smoke",
          "telemetryProfileId" : "orbit-default-telemetry",
          "softFirewallPolicyId" : "orbit-soft-firewall-observe",
          "admissionStatus" : "admitted",
          "installState" : "atomic-activated",
          "dryRunStatus" : "passed",
          "healthVerificationStatus" : "passed",
          "rollbackState" : "rollback-ready",
          "admittedAt" : "2026-06-22T03:43:13.267797226Z",
          "journal" : [ {
            "status" : "inactive",
            "at" : "2026-06-22T03:43:13.267797226Z",
            "message" : "Topology record created inactive before validation"
          }, {
            "status" : "dry-run",
            "at" : "2026-06-22T03:43:13.267797226Z",
            "message" : "Exact host/path bindings passed dry-run validation"
          }, {
            "status" : "validated",
            "at" : "2026-06-22T03:43:13.267797226Z",
            "message" : "Manifest accepted by satellite topology registry"
          }, {
            "status" : "health-verified",
            "at" : "2026-06-22T03:43:13.267797226Z",
            "message" : "Minimal topology registry health check passed"
          }, {
            "status" : "admitted",
            "at" : "2026-06-22T03:43:13.267797226Z",
            "message" : "Topology is available to the satellite runtime"
          }, {
            "status" : "rollback-ready",
            "at" : "2026-06-22T03:43:13.267797226Z",
            "message" : "Previous topology state can be disabled by rollback"
          } ]
        }
      }
    }, {
      "family" : "orbit.eventbus.echo",
      "at" : "2026-06-22T03:56:59.404217145Z",
      "body" : {
        "probe" : "vela-live-eventbus",
        "domain" : "sub7658.wrapster.xyz",
        "sentAt" : "2026-06-22T03:56:59.264862Z",
        "messageId" : "vela-live-0be462a7-4464-4605-aa3e-f6e947e76834",
        "clientSubject" : "CN=basestation.manu,OU=MANU Orbit,O=Agentix",
        "clientIssuer" : "CN=MANU Orbit CA for sub7658.wrapster.xyz,OU=MANU Orbit,O=Agentix",
        "channelId" : "orbit-2591603136029934"
      }
    }, {
      "family" : "orbit.cdi.probe",
      "at" : "2026-06-22T03:56:59.708758858Z",
      "body" : {
        "messageId" : "vela-live-1e231fd1-d7aa-4fa9-bec5-851311c4e1e4",
        "observerId" : "agentix-locosy-satellite.orbit-cdi-probe",
        "observed" : true
      }
    }, {
      "family" : "orbit.eventbus.echo",
      "at" : "2026-06-22T04:18:34.845224513Z",
      "body" : {
        "probe" : "orbit-live-conversation-mojo",
        "domain" : "sub7658.wrapster.xyz",
        "sentAt" : "2026-06-22T04:18:34.700107Z",
        "messageId" : "orbit-live-b0633622-71a6-4a5f-b2d6-23e618a97d2a",
        "clientSubject" : "CN=basestation.manu,OU=MANU Orbit,O=Agentix",
        "clientIssuer" : "CN=MANU Orbit CA for sub7658.wrapster.xyz,OU=MANU Orbit,O=Agentix",
        "channelId" : "orbit-2592898575545994"
      }
    }, {
      "family" : "orbit.cdi.probe",
      "at" : "2026-06-22T04:18:35.148571461Z",
      "body" : {
        "messageId" : "orbit-live-237621be-2aa4-49ae-aa76-3cbee85867e2",
        "observerId" : "agentix-locosy-satellite.orbit-cdi-probe",
        "observed" : true
      }
    }, {
      "family" : "orbit.eventbus.echo",
      "at" : "2026-06-22T04:46:10.523347019Z",
      "body" : {
        "probe" : "orbit-live-conversation-probe",
        "domain" : "sub7658.wrapster.xyz",
        "sentAt" : "2026-06-22T04:46:10.400264Z",
        "messageId" : "orbit-live-d5995363-a65a-4997-bbd8-0a8e9a02c483",
        "clientSubject" : "CN=basestation.manu,OU=MANU Orbit,O=Agentix",
        "clientIssuer" : "CN=MANU Orbit CA for sub7658.wrapster.xyz,OU=MANU Orbit,O=Agentix",
        "channelId" : "orbit-2594554257908066"
      }
    }, {
      "family" : "orbit.cdi.probe",
      "at" : "2026-06-22T04:46:10.828760089Z",
      "body" : {
        "messageId" : "orbit-live-b5dac99e-987c-41da-ac0a-150594e04999",
        "observerId" : "agentix-locosy-satellite.orbit-cdi-probe",
        "observed" : true
      }
    }, {
      "family" : "orbit.eventbus.echo",
      "at" : "2026-06-22T04:48:09.898424282Z",
      "body" : {
        "probe" : "orbit-live-conversation-probe",
        "domain" : "sub7658.wrapster.xyz",
        "sentAt" : "2026-06-22T04:48:09.779303Z",
        "messageId" : "orbit-live-b4bf9c15-a093-4228-b31a-60375616169a",
        "clientSubject" : "CN=basestation.manu,OU=MANU Orbit,O=Agentix",
        "clientIssuer" : "CN=MANU Orbit CA for sub7658.wrapster.xyz,OU=MANU Orbit,O=Agentix",
        "channelId" : "orbit-2594673636806690"
      }
    }, {
      "family" : "orbit.cdi.probe",
      "at" : "2026-06-22T04:48:10.207360923Z",
      "body" : {
        "messageId" : "orbit-live-0d18dcaa-752b-462b-8732-6389cd990935",
        "observerId" : "agentix-locosy-satellite.orbit-cdi-probe",
        "observed" : true
      }
    }, {
      "family" : "orbit.eventbus.echo",
      "at" : "2026-06-22T05:34:23.538415716Z",
      "body" : {
        "probe" : "orbit-live-conversation-probe",
        "domain" : "sub7658.wrapster.xyz",
        "sentAt" : "2026-06-22T05:34:23.425150Z",
        "messageId" : "orbit-live-ce6cb634-d8b4-40c3-9ccc-79cdca4dd6a3",
        "clientSubject" : "CN=basestation.manu,OU=MANU Orbit,O=Agentix",
        "clientIssuer" : "CN=MANU Orbit CA for sub7658.wrapster.xyz,OU=MANU Orbit,O=Agentix",
        "channelId" : "orbit-2597447278211297"
      }
    }, {
      "family" : "orbit.cdi.probe",
      "at" : "2026-06-22T05:34:23.842792310Z",
      "body" : {
        "messageId" : "orbit-live-9b4aa7d4-e30c-4359-8a4c-547e848f3fbe",
        "observerId" : "agentix-locosy-satellite.orbit-cdi-probe",
        "observed" : true
      }
    }, {
      "family" : "orbit.eventbus.echo",
      "at" : "2026-06-22T05:37:22.980112179Z",
      "body" : {
        "probe" : "orbit-live-conversation-probe",
        "domain" : "sub7658.wrapster.xyz",
        "sentAt" : "2026-06-22T05:37:22.865751Z",
        "messageId" : "orbit-live-3140e0dd-2fce-4699-97b8-db94b73fc074",
        "clientSubject" : "CN=basestation.manu,OU=MANU Orbit,O=Agentix",
        "clientIssuer" : "CN=MANU Orbit CA for sub7658.wrapster.xyz,OU=MANU Orbit,O=Agentix",
        "channelId" : "orbit-2597626718335622"
      }
    }, {
      "family" : "orbit.cdi.probe",
      "at" : "2026-06-22T05:37:23.280373788Z",
      "body" : {
        "messageId" : "orbit-live-5838715a-0169-4454-94e5-4c734bf57ab7",
        "observerId" : "agentix-locosy-satellite.orbit-cdi-probe",
        "observed" : true
      }
    }, {
      "family" : "orbit.eventbus.echo",
      "at" : "2026-06-22T05:40:32.079267857Z",
      "body" : {
        "probe" : "orbit-live-conversation-probe",
        "domain" : "sub7658.wrapster.xyz",
        "sentAt" : "2026-06-22T05:40:31.964321Z",
        "messageId" : "orbit-live-e91c4732-14f1-4402-97e9-71916e2d56f3",
        "clientSubject" : "CN=basestation.manu,OU=MANU Orbit,O=Agentix",
        "clientIssuer" : "CN=MANU Orbit CA for sub7658.wrapster.xyz,OU=MANU Orbit,O=Agentix",
        "channelId" : "orbit-2597815808231263"
      }
    }, {
      "family" : "orbit.cdi.probe",
      "at" : "2026-06-22T05:40:32.378980080Z",
      "body" : {
        "messageId" : "orbit-live-c9bc4c39-6958-453b-814a-26a21ce55f62",
        "observerId" : "agentix-locosy-satellite.orbit-cdi-probe",
        "observed" : true
      }
    } ]
  }
}