InlineTelemetryConfig2

InlineTelemetryConfig2
InlineTelemetryConfig2
JSON Example
{
    "ceip_acceptance": false,
    "telemetry_agreement_displayed": false,
    "telemetry_collector_instance_id": "string",
    "telemetry_schedule": {
        "frequency_type": "string",
        "hour_of_day": 0,
        "minutes": 0,
        "day_of_week": "string",
        "day_of_month": 0
    }
}
boolean
ceip_acceptance
Required

When CEIP acceptance is provided, product usage data (fully anonymized) would be collected and shared with VMware by Broadcom. For additional information regarding the CEIP, please see the Trust & Assurance Center at http://www.vmware.com/trustvmware/ceip.html. You may join or leave VMware’s CEIP at any time.

boolean
telemetry_agreement_displayed
Required

Whether or not agreement information displayed

string
telemetry_collector_instance_id
Optional

Telemetry collector instance ID. This is a readOnly field.

telemetry_schedule
Optional

The telemetry schedule configuration. The default frequency_type is WEEKLY_TELEMETRY_SCHEDULE.

  • DAILY_TELEMETRY_SCHEDULE: Requires hourOfDay and minutes. Runs every day at the specified hour and minute.

  • WEEKLY_TELEMETRY_SCHEDULE: Requires dayOfWeek, hourOfDay, and minutes. Runs every week on the specified day of the week at the given hour and minute.

  • MONTHLY_TELEMETRY_SCHEDULE: Requires dayOfMonth, hourOfDay, and minutes. Runs every month on the specified day at the given hour and minute.