DeliveryStatus

Estrutura de dados do contrato OpenAPI.

Estrutura de dados do contrato OpenAPI.

Campos

CampoTipoPresençaDescrição
consecutiveFailuresintegeropcional
lastStatusintegeropcional
lastErrorstringopcional
pausedbooleanopcional
pausedUntilstringopcionalRFC 3339. Formato: date-time
lastDeliveredAtstringopcionalRFC 3339. Formato: date-time
pendingintegeropcional
deadintegeropcional
oldestPendingSecondsintegeropcional
statsErrorbooleanopcional

Definição OpenAPI

json
{
  "type": "object",
  "properties": {
    "consecutiveFailures": {
      "type": "integer"
    },
    "lastStatus": {
      "type": "integer"
    },
    "lastError": {
      "type": "string"
    },
    "paused": {
      "type": "boolean"
    },
    "pausedUntil": {
      "type": "string",
      "description": "RFC 3339.",
      "format": "date-time"
    },
    "lastDeliveredAt": {
      "type": "string",
      "description": "RFC 3339.",
      "format": "date-time"
    },
    "pending": {
      "type": "integer"
    },
    "dead": {
      "type": "integer"
    },
    "oldestPendingSeconds": {
      "type": "integer"
    },
    "statsError": {
      "type": "boolean"
    }
  }
}