DeliveryStatus

anyOf:

- type: string

This string provides forward-compatibility with future extensions to the enumeration but is not used to encode content defined in the present version of this API.

Possible values are:

  • SUCCESS: Success but details not provided.

  • SUCCESS_NEXT_HOP_ACKNOWLEDGED: Successful delivery to the next hop with acknowledgment

  • SUCCESS_NEXT_HOP_UNACKNOWLEDGED: Successful delivery to the next hop without acknowledgment

  • SUCCESS_ACKNOWLEDGED: Reliable delivery was acknowledged by the UE

  • SUCCESS_UNACKNOWLEDGED: Reliable delivery was not acknowledged by the UE

  • TRIGGERED: The SCEF triggered the device and is buffering the data.

  • BUFFERING: The SCEF is buffering the data due to no PDN connection established.

  • BUFFERING_TEMPORARILY_NOT_REACHABLE: The SCEF has been informed that the UE is temporarily not reachable but is buffering the data

  • SENDING: The SCEF has forwarded the data, but they may be stored elsewhere

  • FAILURE: Delivery failure but details not provided

  • FAILURE_RDS_DISABLED: RDS was disabled

  • FAILURE_NEXT_HOP: Unsuccessful delivery to the next hop.

  • FAILURE_TIMEOUT: Unsuccessful delivery due to timeout.

readOnly: true