EventBrokerScanDataUploadDetails: {
    changedBy?: string;
    createdBy?: string;
    createdTime?: string;
    dataCollectionTypes?: ("brokerConfiguration" | "clusterConfiguration" | "consumerGroups" | "consumerGroupConfiguration" | "overrideTopicConfiguration" | "queueConfiguration" | "queueListing" | "schema" | "subscriptionConfiguration" | "topicConfiguration" | "topicListing")[];
    destinations?: ("EVENT_PORTAL" | "FILE_WRITER")[];
    eventBrokerId?: string;
    eventBrokerType?: EventBrokerScanDataUploadDetails.eventBrokerType;
    id?: string;
    scanId?: string;
    scanTypes?: ("KAFKA_ALL" | "KAFKA_BROKER_CONFIGURATION" | "KAFKA_CLUSTER_CONFIGURATION" | "KAFKA_CONSUMER_GROUPS" | "KAFKA_CONSUMER_GROUPS_CONFIGURATION" | "KAFKA_FEATURES" | "KAFKA_PRODUCERS" | "KAFKA_TOPIC_CONFIGURATION" | "KAFKA_TOPIC_CONFIGURATION_FULL" | "KAFKA_TOPIC_LISTING" | "KAFKA_TOPIC_OVERRIDE_CONFIGURATION" | "CONFLUENT_SCHEMA_REGISTRY_SCHEMA" | "SOLACE_ALL" | "SOLACE_QUEUE_CONFIG" | "SOLACE_QUEUE_LISTING" | "SOLACE_SUBSCRIPTION_CONFIG")[];
    status?: EventBrokerScanDataUploadDetails.status;
    type?: string;
    updatedTime?: string;
}

Type declaration

  • Optional Readonly changedBy?: string
  • Optional Readonly createdBy?: string
  • Optional Readonly createdTime?: string
  • Optional Readonly dataCollectionTypes?: ("brokerConfiguration" | "clusterConfiguration" | "consumerGroups" | "consumerGroupConfiguration" | "overrideTopicConfiguration" | "queueConfiguration" | "queueListing" | "schema" | "subscriptionConfiguration" | "topicConfiguration" | "topicListing")[]

    The uploaded data collection types.

  • Optional Readonly destinations?: ("EVENT_PORTAL" | "FILE_WRITER")[]

    The data upload destination.

  • Optional Readonly eventBrokerId?: string

    The event broker id of the data collection upload request.

  • Optional Readonly eventBrokerType?: EventBrokerScanDataUploadDetails.eventBrokerType
  • Optional Readonly id?: string

    Primary key set by the server.

  • Optional Readonly scanId?: string

    The ID of the uploaded scan request.

  • Optional Readonly scanTypes?: ("KAFKA_ALL" | "KAFKA_BROKER_CONFIGURATION" | "KAFKA_CLUSTER_CONFIGURATION" | "KAFKA_CONSUMER_GROUPS" | "KAFKA_CONSUMER_GROUPS_CONFIGURATION" | "KAFKA_FEATURES" | "KAFKA_PRODUCERS" | "KAFKA_TOPIC_CONFIGURATION" | "KAFKA_TOPIC_CONFIGURATION_FULL" | "KAFKA_TOPIC_LISTING" | "KAFKA_TOPIC_OVERRIDE_CONFIGURATION" | "CONFLUENT_SCHEMA_REGISTRY_SCHEMA" | "SOLACE_ALL" | "SOLACE_QUEUE_CONFIG" | "SOLACE_QUEUE_LISTING" | "SOLACE_SUBSCRIPTION_CONFIG")[]

    The scan types for which the data is uploaded.

  • Optional Readonly status?: EventBrokerScanDataUploadDetails.status

    The status of the event broker scan.

  • Optional Readonly type?: string

    The type of this payload, ema data collection.

  • Optional Readonly updatedTime?: string