apiCollectDiagnosticDataArguments

Arguments used for the collectDiagnosticData command.

JSON

property type description
startTime startTime (string) This parameter is ignored as of CM 4.5. Use endTime and bundleSize instead. The start time (in ISO 8601 format) of the period to collection statistics for.
endTime endTime (string) The end time (in ISO 8601 format) of the period to collection statistics for.
includeInfoLog includeInfoLog (boolean) This parameter is ignored as of CM 4.5. INFO logs are always collected. Whether to include INFO level logs. WARN, ERROR, and FATAL level logs are always included.
ticketNumber ticketNumber (string) The support ticket number to attach to this data collection.
comments comments (string) Comments to include with this data collection.
clusterName clusterName (string) Name of the cluster to collect. If null, collects from all clusters.
roles array of roles (string) List of roles for which to get logs and metrics. If set, this restricts the roles for log and metrics collection to the list specified. If empty, the default is to get logs for all roles (in the selected cluster, if one is selected). Introduced in API v10 of the API.