Channel

A Channel is an online location that is being monitored by BlueConic. See the user documentation for more information on Channels.

Example
define([
  "blueconic/api/data/domain/Channel"
], function(Channel) {
  var channel = new Channel();
  // ...
});

Extends

Properties

inherited id String

Unique id of the domain object. Should not be null or empty.

inherited isPersistent Boolean

Is this instance already persisted? If not, this object only 'lives' client-side.

inherited name String

The readable name of the domain object. Should not be null or empty.

readonly INVALID_REASON String

All possible invalid states of a channel

Properties:
Name Description
HOSTNAME_ALREADY_USED
ALIAS_ALREADY_USED