Type alias BasicMonitor

BasicMonitor: {
    attributes: MonitorAttributes;
    id: string;
    relationships?: MonitorRelationships;
    type: "monitor";
}

Type declaration

  • attributes: MonitorAttributes

    Attributes object - cfgontains all the Monitor attributes.

  • id: string

    The id of the monitor. String representation of a number

  • Optional relationships?: MonitorRelationships

    Relationships to other objects.

  • type: "monitor"

Generated using TypeDoc