addedOutput schema / properties / health / properties
Added value: +{
+ "credentials": {
+ "additionalProperties": {},
+ "description": "Credential counts only; secret values are never returned.",
+ "properties": {
+ "active": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "latest_created_at": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "revoked": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "total": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "write_credential_available": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "total",
+ "active",
+ "revoked",
+ "latest_created_at",
+ "write_credential_available"
+ ],
+ "type": "object"
+ },
+ "event_schema": {
+ "description": "Accepted Agent Analytics ingestion event schema version.",
+ "type": "string"
+ },
+ "freshness": {
+ "additionalProperties": {},
+ "properties": {
+ "last_accepted_event_at": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "seconds_since_last_accepted_event": {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "last_accepted_event_at",
+ "seconds_since_last_accepted_event"
+ ],
+ "type": "object"
+ },
+ "generated_at": {
+ "description": "UTC generation timestamp.",
+ "type": "string"
+ },
+ "integrity": {
+ "additionalProperties": {},
+ "properties": {
+ "absence_is_not_proof_of_missing_instrumentation": {
+ "type": "boolean"
+ },
+ "coverage_model": {
+ "type": "string"
+ },
+ "note": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "coverage_model",
+ "absence_is_not_proof_of_missing_instrumentation",
+ "note"
+ ],
+ "type": "object"
+ },
+ "observed_traffic": {
+ "additionalProperties": {},
+ "properties": {
+ "countable_external_events": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "synthetic_or_internal_events": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "unknown_external_events": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "countable_external_events",
+ "unknown_external_events",
+ "synthetic_or_internal_events"
+ ],
+ "type": "object"
+ },
+ "property_id": {
+ "description": "Product/property ID.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "rejected_event_telemetry": {
+ "additionalProperties": {},
+ "properties": {
+ "available": {
+ "type": "boolean"
+ },
+ "last_rejected_at": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "reasons": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "endpoint": {
+ "type": "string"
+ },
+ "last_rejected_at": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "reason": {
+ "type": "string"
+ },
+ "rejected_count": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "endpoint",
+ "reason",
+ "rejected_count",
+ "last_rejected_at"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "rejected_events": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "available",
+ "rejected_events",
+ "last_rejected_at",
+ "reasons"
+ ],
+ "type": "object"
+ },
+ "schema_version": {
+ "description": "Connection-health schema version.",
+ "type": "string"
+ },
+ "stage_coverage": {
+ "additionalProperties": {
+ "additionalProperties": {},
+ "properties": {
+ "event_count": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "observed": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "observed",
+ "event_count"
+ ],
+ "type": "object"
+ },
+ "description": "Per-funnel-stage observed event coverage.",
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "state": {
+ "description": "credential_missing, awaiting_first_event, or receiving.",
+ "type": "string"
+ },
+ "unobserved_stages": {
+ "description": "Stages with zero observed events; absence is not proof of broken instrumentation.",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "verification": {
+ "additionalProperties": {},
+ "properties": {
+ "customer_test_events": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "setup_event_observed": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "customer_test_events",
+ "setup_event_observed"
+ ],
+ "type": "object"
+ },
+ "window": {
+ "additionalProperties": {},
+ "properties": {
+ "accepted_events": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "lookback_days": {
+ "maximum": 90,
+ "minimum": 1,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "lookback_days",
+ "accepted_events"
+ ],
+ "type": "object"
+ }
+}