Interface PostActivityTrackerEventsParams

Parameters for the postActivityTrackerEvents operation.

interface PostActivityTrackerEventsParams {
    headers?: OutgoingHttpHeaders;
    signal?: GenericAbortSignal;
    types: string[] | CloudantV1.PostActivityTrackerEventsConstants.Types[];
}

Hierarchy

  • DefaultParams
    • PostActivityTrackerEventsParams

Properties

headers?: OutgoingHttpHeaders
signal?: GenericAbortSignal

An array of event types that are being sent to IBM Cloud Activity Tracker for the IBM Cloudant instance. "management" is a required element of this array.