InlineTelemetryConfig1

InlineTelemetryConfig1
InlineTelemetryConfig1
JSON Example
{
    "ceip_acceptance": false,
    "proxy_enabled": false,
    "schedule_enabled": false,
    "telemetry_deployment_id": "string",
    "telemetry_proxy": {
        "certificate_id": "string",
        "hostname": "string",
        "password": "string",
        "port": 0,
        "scheme": "string",
        "test_connection_url": "string",
        "username": "string"
    },
    "telemetry_schedule": "TelemetrySchedule Object"
}
boolean
ceip_acceptance
Required

Enable this flag to participate in the Customer Experience Improvement Program.

boolean
proxy_enabled
Optional

Enable this flag to specify a proxy, and provide the proxy settings.

boolean
schedule_enabled
Required

Enable this to schedule data collection and upload times. If enabled, and a schedule is not provided, a default schedule (WEEKLY, Sunday at 2:00 a.m) will be applied.

string
telemetry_deployment_id
Optional

Deployment id generated during initialization of telemetry config.

telemetry_proxy
Optional

telemetry_proxy

telemetry_schedule
Optional

Abstract base type for telemetry schedule configuration