SerenAI

Pay Per Call Agentic Commerce

FederationHistoryStatsResponse

Response for federation history aggregate statistics.

Properties

PropertyTypeRequiredDescription
by_operation object Yes
by_status object Yes
by_type object Yes
total_events integer Yes
unique_publishers integer Yes
unique_resources integer Yes
View JSON Schema
{
  "type": "object",
  "description": "Response for federation history aggregate statistics.",
  "required": [
    "total_events",
    "unique_resources",
    "unique_publishers",
    "by_operation",
    "by_type",
    "by_status"
  ],
  "properties": {
    "by_operation": {
      "type": "object",
      "additionalProperties": {
        "type": "integer",
        "format": "int64"
      },
      "propertyNames": {
        "type": "string"
      }
    },
    "by_status": {
      "type": "object",
      "additionalProperties": {
        "type": "integer",
        "format": "int64"
      },
      "propertyNames": {
        "type": "string"
      }
    },
    "by_type": {
      "type": "object",
      "additionalProperties": {
        "type": "integer",
        "format": "int64"
      },
      "propertyNames": {
        "type": "string"
      }
    },
    "total_events": {
      "type": "integer",
      "format": "int64"
    },
    "unique_publishers": {
      "type": "integer",
      "format": "int64"
    },
    "unique_resources": {
      "type": "integer",
      "format": "int64"
    }
  }
}