RuntimeAgentFrontEndDTO: {
    changedBy?: string;
    clientPassword?: string;
    clientUsername?: string;
    createdBy?: string;
    createdTime?: string;
    eventManagementAgentRegionId?: string;
    id?: string;
    lastConnectedTime?: string;
    messagingServicesToCreate?: MessagingService[];
    messagingServicesToDisassociate?: string[];
    messagingServicesToUpdate?: string[];
    name: string;
    orgId?: string;
    referencedByMessagingServiceIds?: string[];
    region?: string;
    runtimeAgentMode?: RuntimeAgentFrontEndDTO.runtimeAgentMode;
    status?: string;
    type?: string;
    updateRequired?: boolean;
    updatedTime?: string;
    version?: string;
}

Type declaration

  • Optional Readonly changedBy?: string
  • Optional Readonly clientPassword?: string

    The SMF password for a customer's EMA to use to communicate to event-portal.

  • Optional Readonly clientUsername?: string

    The SMF username for a customer's EMA to use to communicate to event-portal.

  • Optional Readonly createdBy?: string
  • Optional Readonly createdTime?: string
  • Optional eventManagementAgentRegionId?: string

    The ID of the associated EventManagementAgentRegion.

  • Optional Readonly id?: string

    Primary key set by the server.

  • Optional Readonly lastConnectedTime?: string

    The timestamp of last heartbeat received from the EMA

  • Optional messagingServicesToCreate?: MessagingService[]
  • Optional messagingServicesToDisassociate?: string[]
  • Optional messagingServicesToUpdate?: string[]
  • name: string

    The name of the EMA.

  • Optional Readonly orgId?: string

    Used by admin APIs to get a list of EMAs against the given orgId

  • Optional Readonly referencedByMessagingServiceIds?: string[]
  • Optional Readonly region?: string

    The region in which the EMA belongs to, extracted from the EventManagementAgentRegion.

  • Optional Readonly runtimeAgentMode?: RuntimeAgentFrontEndDTO.runtimeAgentMode

    The mode in which the EMA operates.

  • Optional Readonly status?: string

    The connection status of EP to the actual EMA which this object represents.

  • Optional Readonly type?: string
  • Optional Readonly updateRequired?: boolean

    Does this EMA require upgrade to latest released version.

  • Optional Readonly updatedTime?: string
  • Optional Readonly version?: string

    The version of the current connected EMA