Skip to main content
Version: v44

channel

iduuid
Example: eef4aefc-d64e-4c2c-aba4-4914c86ce059
typestring

Type description for the channel.

bytes_client_to_serverinteger

Bytes transferred from client to server.

bytes_server_to_clientinteger

Bytes transferred from server to client.

protocol_file object
iduuid
Example: eef4aefc-d64e-4c2c-aba4-4914c86ce059
namestring
offsetinteger
directioninteger

From server to client = 1, from client to server = 2

open_timedate-time

date time in ISO8601 format

Example: 2017-01-01T15:05:05Z
close_timedate-time

date time in ISO8601 format

Example: 2017-01-01T15:05:05Z
payload_sizeinteger
closedboolean
statusfile_status

Possible values: [OK, PERMISSION_DENIED, TIMEOUT, MISSING, LENGTH_MISMATCH, CHECKSUM_MISMATCH, DECRYPTION_ERROR, STORAGE_UNDEFINED, ID_UNDEFINED, UNCLEAN_CLOSE, GENERIC_ERROR, ONGOING]

transferred_files object[]
  • Array [
  • iduuid
    Example: eef4aefc-d64e-4c2c-aba4-4914c86ce059
    namestring
    offsetinteger
    directioninteger

    From server to client = 1, from client to server = 2

    open_timedate-time

    date time in ISO8601 format

    Example: 2017-01-01T15:05:05Z
    close_timedate-time

    date time in ISO8601 format

    Example: 2017-01-01T15:05:05Z
    payload_sizeinteger
    closedboolean
    statusfile_status

    Possible values: [OK, PERMISSION_DENIED, TIMEOUT, MISSING, LENGTH_MISMATCH, CHECKSUM_MISMATCH, DECRYPTION_ERROR, STORAGE_UNDEFINED, ID_UNDEFINED, UNCLEAN_CLOSE, GENERIC_ERROR, ONGOING]

  • ]
  • channel
    {
    "id": "eef4aefc-d64e-4c2c-aba4-4914c86ce059",
    "type": "string",
    "bytes_client_to_server": 0,
    "bytes_server_to_client": 0,
    "protocol_file": {
    "id": "eef4aefc-d64e-4c2c-aba4-4914c86ce059",
    "name": "string",
    "offset": 0,
    "direction": 0,
    "open_time": "2017-01-01T15:05:05Z",
    "close_time": "2017-01-01T15:05:05Z",
    "payload_size": 0,
    "closed": true,
    "status": "OK"
    },
    "transferred_files": [
    {
    "id": "eef4aefc-d64e-4c2c-aba4-4914c86ce059",
    "name": "string",
    "offset": 0,
    "direction": 0,
    "open_time": "2017-01-01T15:05:05Z",
    "close_time": "2017-01-01T15:05:05Z",
    "payload_size": 0,
    "closed": true,
    "status": "OK"
    }
    ]
    }