InlineTelemetryConfig2
{
"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
}
}
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.
Whether or not agreement information displayed
Telemetry collector instance ID. This is a readOnly field.
The telemetry schedule configuration. The default frequency_type is WEEKLY_TELEMETRY_SCHEDULE.
DAILY_TELEMETRY_SCHEDULE: Requires
hourOfDay
andminutes
. Runs every day at the specified hour and minute.WEEKLY_TELEMETRY_SCHEDULE: Requires
dayOfWeek
,hourOfDay
, andminutes
. Runs every week on the specified day of the week at the given hour and minute.MONTHLY_TELEMETRY_SCHEDULE: Requires
dayOfMonth
,hourOfDay
, andminutes
. Runs every month on the specified day at the given hour and minute.